docs: add Claw Orchestrator to the agents list - #1965
Open
Enderfga wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/newreturns acategory: "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 onetool_callper member).Built against stable v1 with
@agentclientprotocol/sdk1.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:
loadSessionis advertised asfalse, andsession/request_permissionis 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.mdxrather than the ACP Registry, since the registry is limited to agents that support authentication and this one advertises no auth methods.