Skip to content

docs: add Claw Orchestrator to the agents list - #1965

Open
Enderfga wants to merge 1 commit into
agentclientprotocol:mainfrom
Enderfga:add-claw-orchestrator
Open

docs: add Claw Orchestrator to the agents list#1965
Enderfga wants to merge 1 commit into
agentclientprotocol:mainfrom
Enderfga:add-claw-orchestrator

Conversation

@Enderfga

Copy link
Copy Markdown

Adds Claw Orchestrator, which serves ACP over stdio via clawo acp (npm: @enderfga/claw-orchestrator).

It differs from the other entries in one way worth noting: it is a multi-engine runtime rather than a single agent. So session/new returns a category: "model" config option whose values are grouped by engine — one dropdown spanning Claude Code, Codex and Cursor models, switchable mid-session — and its session modes run multi-agent orchestrations (a council of several engines in isolated git worktrees, reported as one tool_call per member).

Built against stable v1 with @agentclientprotocol/sdk 1.3.0. Verified against the SDK's own client, and driven from VS Code with the ACP Client extension.

Two limitations, stated up front since client authors care about them: loadSession is advertised as false, and session/request_permission is not implemented (permission resolves into engine CLI flags at session start, so a mid-turn request cannot be honoured — it is offered as a session config option instead). Both are documented in the linked reference.

Listed in agents.mdx rather than the ACP Registry, since the registry is limited to agents that support authentication and this one advertises no auth methods.

@Enderfga
Enderfga requested a review from a team as a code owner August 17, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant