Gemini CLI Joins Forces with Zed, the Rust-Powered Code Editor
Google has announced that its Gemini CLI AI agent is now integrated into the Zed code editor, a lightweight yet powerful editor built in Rust. This move brings Gemini’s AI models directly into Zed’s environment, promising developers a faster and more seamless AI-powered coding experience. According to Google, the goal is to make AI assistance feel like a natural extension of the coding workflow.
The partnership, unveiled on August 27, highlights Zed’s role in creating the Agent Client Protocol (ACP), a standard for communication between editors and AI agents. By adopting this protocol, Zed positions itself as an early example of how Gemini CLI can enhance developer tools. This collaboration is not just about embedding AI into a code editor—it’s about setting the stage for a broader ecosystem where editors and AI agents can interact through common standards.
With Gemini CLI integrated, developers gain a new level of interaction between the terminal and IDE. Google explained that coders can now perform tasks like refactoring code, generating functions, and debugging directly within their workflow. Writing a comment and triggering a hotkey can instantly produce a new function, while highlighting an error or a block of unclear code prompts the AI to deliver an explanation on the spot. This creates a fluid, conversational approach to programming, where developers can chat with the AI in their terminal while staying fully focused on their code.
Beyond convenience, the integration enhances collaboration and review workflows. Developers can follow the agent’s changes live across multiple files, ensuring transparency and control. Once the AI completes its modifications, Zed offers a dedicated review interface where changes can be accepted, revised, or rejected. Importantly, the AI isn’t limited to local context—developers can feed it external references like API documentation or web-based resources. This allows the AI to handle more complex challenges by working with a broader scope of information.

