dsh-cbx-orch
Run the following command in DeepSeek Harness:
dsh plugin install zerosloney/dsh-cbx-orch
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin add dsh-cbx-orch inside DeepSeek Harness to install the plugin; source code is at https://github.com/zerosloney/dsh-cbx-orch .
About this plugin
When you are driving multiple external coding CLIs such as codebuddy, opencode, omp, cline, and qwen, what is usually missing is not more prompts but a unified orchestration and governance layer: who runs first, who runs after, who reviews the output, what happens on crash, and how quota is enforced. dsh-cbx-orch ports the persistent orchestration engine from cbx-orch into the DeepSeek Harness plugin mechanism. Task state machines, queues, retries, review gates, and artifact archives are all persisted to disk; after a process crash, dead workers are reclaimed, completed stages are skipped, and remaining tasks resume automatically instead of replaying the entire chain.
The routing layer is another core capability. The plugin detects locally installed coding CLIs, filters candidates by declared capabilities such as auto-approve, plan-mode, and sandbox, then scores them with multi-factor strategies like capability-best, cost-aware, fastest, and round-robin to pick the most suitable executor. A sliding-window health tracker continuously down-weights repeatedly failing executors. Seven governance gates-approval, review, per-task invocation budget, global concurrency and quota limits, policy-drift fingerprinting, event-tamper audit, and workspace whitelist with isolated worktrees-provide layered safeguards so delegated agents operate within controlled boundaries.
It is designed for engineers and teams whose Harness workflows involve multi-executor collaboration, task traceability, and crash recovery. If your daily work is not single-turn Q&A but a submit-queue-execute-review-retry pipeline, this plugin eliminates the hand-rolled state management that used to glue it all together.
Use Cases
- Orchestrating long-chain tasks across multiple coding CLIs
- Auto-reclaiming dead workers and resuming tasks after crashes
- Gating delegated agents with approval, review, and quota controls
Best For
- Engineers driving multiple executors within DeepSeek Harness
- Teams requiring task traceability and global quota governance
- Developers looking to eliminate hand-rolled state management glue code
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.