What problem does it solve?
It lets the OpenCode host agent offload code review, development, and research work to the DeepSeek Harness (DSH) external agent without manual setup, while keeping changes isolated in a private Git copy until the main agent approves them.
Core Features & Use Cases
- Task Delegation: Start DSH jobs in
review, code, or standard modes depending on whether you need analysis, code changes, or general research.
- Job Lifecycle Management: Check capabilities before starting, poll job status with the returned
jobId, read paginated patches via patchOffset, and cancel running tasks.
- Isolated Execution: DSH runs in a plugin-private Git copy, so returned patches are candidate changes that the main agent reviews before applying to the real workspace.
- Use Case: Ask the agent to have DeepSeek Harness review a pull request; it checks service availability, starts a review job, polls until completion, and reports the findings and patch.
Quick Start
Ask the agent to delegate a code review of the current project to DeepSeek Harness and report the findings.