Back to Apps

Codex ACP Agent
Supports UIby cola-io
Bridge between OpenAI Codex runtime and ACP clients via stdio for advanced agent orchestration.
0 stars
Works in:zedCodex
Exposes:ToolsResources
What it does
Connects the OpenAI Codex runtime with Agent Client Protocol (ACP) clients, allowing AI agents to operate within IDEs and other ACP-compatible environments. It manages session state, handles slash commands, and provides a unified interface for agent-client communication.
Tools
read_text_file: Reads workspace files via ACP or local disk.write_text_file: Writes workspace files via ACP or local disk.edit_text_file: Performs focused text replacements in files.multi_edit_text_file: Applies multiple sequential replacements to files.
Installation
Add to Zed settings:
"agent_servers": {
"Codex": {
"command": "/path/to/codex-acp",
"args": [],
"env": {
"RUST_LOG": "info"
}
}
}
Supported hosts
- Zed
- Codex
Choose your AI client and follow the steps below.
zed
Add the agent_servers configuration for Codex to your zed settings.json





