Zed and CLI agent support https://zed.dev/blog/bring-your-own-agent-to-zed Zed, in partnership with Google, has integrated Gemini CLI into the IDE via the new Agent Client Protocol (ACP). This is an open, JSON-RPC-based protocol that allows connecting any agents to Zed (similar to how LSP works for languages). AI data is not sent to Zed servers. The protocol is Apache licensed — you can create your own agents or connect them to other editors (for example, Neovim already supports it). When i...