Zed: The Open Source Agentic IDE - Use Claude Code, Codex & Gemini CLI in one place
Quick Overview
The Zed editor, an open-source agentic IDE, allows seamless integration and swapping between multiple AI agents like Claude Code, Codex CLI, and Gemini CLI directly within the editor interface, providing a unified environment for complex development tasks.
Key Points: Zed, an open-source agentic IDE, enables users to seamlessly integrate and switch between various AI agents, including Claude Code, Codex CLI, and Gemini CLI, using the Agent Client Protocol (ACP). The demonstration shows a user initializing a new Next.js project and then interacting with the integrated AI agents to research topics like GPT-5.1 and Claude Sonnet 4.5. The tool provides rich context awareness, showing plan execution steps (like using the tool) and file changes during AI operations. Users can control permission prompts for external tools, choosing between 'Always Ask', 'Accept Edits', 'Plan Mode', or 'Bypass Permissions' for different levels of automation. The editor maintains a familiar look and feel compared to VS Code or Cursor, but offers the benefit of streaming token output and granular control over agent interactions. The video highlights that this architecture allows for easy swapping between different models (e.g., Claude Sonnet 4 vs. Gemini 3) without major workflow disruption.
Context: The video demonstrates the capabilities of Zed, a next-generation, high-performance, open-source code editor built in Rust, focusing specifically on its agentic features that allow developers to integrate and coordinate different large language model (LLM) coding assistants via the Agent Client Protocol (ACP). The demonstration uses a newly created Next.js project to showcase how these agents can be summoned, execute complex multi-step plans involving web scraping (using an MCP tool), and provide feedback directly within the IDE environment.
Detailed Analysis
The video showcases Zed, an open-source, agentic IDE designed for high-performance collaboration, emphasizing its ability to integrate multiple AI agents using the Agent Client Protocol (ACP). The demonstration begins by setting up a new Next.js project via the terminal integrated within Zed. The user then interacts with the agent panel (top right) to select and switch between different AI agents, including Claude Code, Codex CLI, and Gemini CLI, demonstrating flexibility in model choice (e.g., Claude Sonnet 4). A complex task is initiated: researching the latest AI news regarding GPT-5.1, Gemini 3, and Anthropic's Sonnet 4.5. The agent breaks this down into a plan, executing external tools like to gather information. The user observes the execution in real-time, including token streaming and step-by-step updates in the plan view. A key feature highlighted is the granular control over tool permissions, allowing users to select 'Always Ask', 'Accept Edits', 'Plan Mode', or 'Bypass Permissions' for specific actions, which is useful for high-trust or complex tasks. The demo concludes by showing the resulting high-quality blog post content generated by the AI, which incorporates the requested Neo-Brutalist design elements, proving the editor's capability to manage complex, multi-file, multi-agent workflows efficiently.