dsh-subagent-codebuddy
Run the following command in DeepSeek Harness:
dsh plugin install flg1217/dsh-subagent-codebuddy
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install flg1217/dsh-subagent-codebuddy in your terminal to install this plugin; the full source code is available at https://github.com/flg1217/dsh-subagent-codebuddy.
About this plugin
dsh-subagent-codebuddy bridges Tencent CodeBuddy CLI into DeepSeek Harness as an in-process reasoning subagent via an LLM adapter. Unlike a direct ACP integration, context continuity is managed entirely by the dsh session, eliminating the cross-task bleed that occurs when CodeBuddy auto-resumes sessions by working directory. The plugin requires zero source-code changes and works out of the box.
It registers the subagent_codebuddy delegation tool and the codebuddy provider route, enabling parallel agent creation with independent continuation. Each call serializes the agents full conversation history into the prompt while tool steps are bidirectionally translated between the dsh session and the CodeBuddy process. Image inputs are persisted to local paths for CodeBuddy to read, and on Windows the 32K command-line limit is handled by automatically writing oversized prompts to temporary task files. The list_codebuddy_models query tool lets the main agent discover available model IDs and pass one dynamically via the model parameter.
Built for developers running multi-agent dsh workflows who need to delegate inference tasks in parallel-especially with image understanding or long-prompt scenarios-and want a zero-build, drop-in bridge to CodeBuddy.
Use Cases
- Delegate multiple independent reasoning tasks to parallel CodeBuddy subagents
- Assign image-understanding or long-prompt tasks within a dsh workflow
- Dynamically switch CodeBuddy models via the model parameter
Best For
- Developers running multi-agent dsh workflows
- Engineers who need parallel inference without modifying dsh source
- Users with CodeBuddy CLI installed looking for a dsh integration
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.