Enderfga/dsh-clawo

Enderfga★ 0Last synced: 2026-08-17

Open on GitHub

DeepSeek Harness bundle: register Claw Orchestrator as an ACP subagent provider — delegate a dsh subagent to a multi-engine council across Claude Code, Codex and Cursor.

README excerpt

@enderfga/dsh-clawo A DeepSeek Harness bundle that registers Claw Orchestrator as an ACP subagent provider. dsh already ships subagent-claude-code and subagent-codex , so delegating to a single coding CLI is covered. This delegates to something none of those can be: a multi-engine runtime . A clawo subagent can answer with one engine, or convene a council of several in isolated git worktrees and hand back the synthesis. Install That is the whole setup. The bundle contains no code — it is nine lines of YAML that point dsh's own ACP client at npx @enderfga/claw-orchestrator acp . Verify it composed into your profile: What the subagent can do The provider is registered as clawo . Its prompts run through Claw Orchestrator's ACP agent, which supports: Mode Behaviour single (default) One engine answers. council Several engines debate in isolated git worktrees and reach consensus. ultraplan Long-horizon planning pass. ultrareview Parallel reviewers sweep the working tree. Modes are selected with a slash command in the prompt — /council fix the failing test . Requirements - dsh 0.1.0-rc.6 or newer (the dsh.bundle.patch manifest contract and @deepseek-ai/dsh-subagent-acp ). - Node 22.19+ / …

View full README on GitHub →
Agentsacpagent-client-protocolclaw-orchestratorcoding-agentdeepseek-harnessdshdsh-pluginmulti-agent

Category