Zed Editor has officially integrated OpenAI Codex through the Agent Client Protocol (ACP), expanding its AI-assisted development capabilities in response to substantial community demand. The integration arrives alongside the open-sourcing of the Codex-ACP adapter, providing developers with new tools for AI-powered coding workflows. 🚀
Seamless Codex Access Users can now launch OpenAI Codex directly from Zed's New Thread menu, placing it alongside other ACP-supported agents including Claude Code and Gemini CLI. This integration follows the protocol adoption by major players like Anthropic, Google, and JetBrains, reflecting growing industry standardization around agent communication frameworks.
Privacy-First Architecture 🔒 All interactions with Codex maintain strict privacy boundaries, with prompts and code transmitted directly between users and OpenAI's servers. Zed operates as a transparent conduit without processing, storing, or accessing any conversation data. The editor also does not handle billing for external agent usage, keeping financial relationships directly between users and service providers.
Open Development Framework The team has released the Codex-ACP adapter as open-source software, enabling developers to leverage the integration outside Zed's environment. This decision democratizes access to the technology and allows the broader development community to build upon Zed's implementation for custom workflows and alternative use cases.
Technical Architecture Considerations ⚙️ Unlike previous ACP agents, Codex executes terminal commands within its own isolated process rather than using pseudo-terminal (PTY) mode. This architectural choice streams results directly to the client, reducing potential application freezes and improving stability. However, the non-PTY approach offers reduced interactivity compared to traditional terminal sessions.
Evaluating Future Directions The Zed team is actively assessing the trade-offs between PTY and non-PTY execution modes. These evaluations will inform future enhancements to the Agent Client Protocol specification, potentially benefiting the entire ecosystem of ACP-compatible tools and agents as the standard continues to mature.
This release demonstrates Zed's commitment to supporting diverse AI coding assistants while maintaining user privacy and contributing to open development standards.
🔑 Key Highlights:
- Zed Editor officially integrates OpenAI Codex through Agent Client Protocol (ACP)
- Codex accessible via New Thread menu alongside Claude Code and Gemini CLI agents
- Privacy-preserved architecture sends prompts directly between users and OpenAI without Zed intermediation
- Codex-ACP adapter released as open-source for developer use outside the editor
- Non-PTY execution mode reduces freezes but offers less interactivity than traditional terminal sessions
- Team evaluating PTY vs non-PTY approaches to guide future ACP protocol improvements
- Integration responds to community demand following ACP adoption by Anthropic, Google, and JetBrains