Docs: expand ACP first-use naming and link protocol site

This commit is contained in:
Philipp Spiess
2026-02-27 00:33:58 +01:00
parent 297cca0565
commit d320b30b9b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ title: "acp"
# acp
Run the ACP (Agent Client Protocol) bridge that talks to a OpenClaw Gateway.
Run the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) bridge that talks to a OpenClaw Gateway.
This command speaks ACP over stdio for IDEs and forwards prompts to the Gateway
over WebSocket. It keeps ACP sessions mapped to Gateway session keys.

View File

@@ -10,7 +10,7 @@ title: "ACP Agents"
# ACP agents
ACP sessions let OpenClaw run external coding harnesses (for example Pi, Claude Code, Codex, OpenCode, and Gemini CLI) through an ACP backend plugin.
[Agent Client Protocol (ACP)](https://agentclientprotocol.com/) sessions let OpenClaw run external coding harnesses (for example Pi, Claude Code, Codex, OpenCode, and Gemini CLI) through an ACP backend plugin.
If you ask OpenClaw in plain language to "run this in Codex" or "start Claude Code in a thread", OpenClaw should route that request to the ACP runtime (not the native sub-agent runtime).