Sets up, authenticates, and runs external coding tools such as Claude Code, Codex, and Gemini CLI through the Agent Client Protocol, so your assistant can hand development tasks to them.
The protocol adapter is installed automatically the first time you use an agent. For Claude Code that is everything: sign-in runs through an in-app Connect card, so there is nothing to install yourself. Codex additionally needs the Codex CLI (version 0.111 or higher) already on your PATH, since its adapter calls that CLI and inherits its sign-in. Say “Set up ACP” to walk through it.
| You say... | What happens |
|---|---|
| “Use Claude Code to fix the bug in server.ts” | Delegates to Claude Code agent |
| “Ask Codex to refactor this module” | Delegates to Codex |
| “Check on my coding agent” | Gets agent status |
| “Cancel the coding agent” | Aborts the agent |