dsh-product-subagent-console
Draggable conversation task canvas for native and external DeepSeek Harness subagents.
- Stars
- 1
- Language
- TypeScript
- Created
- Aug 22, 2026
- Updated
- Aug 22, 2026
Introduction
DSH Product Subagent Console
English · 简体中文
Plan, run, and inspect multi-Agent work without leaving a DeepSeek Harness conversation.
Requires DSH
0.1.1-rc.2. This is an independent community plugin.

Highlights
- Runtime — follow native child sessions and compatible Provider runs on a draggable branch canvas.
- Plan — turn a goal into editable roles, tasks, dependencies, parallel waves, Providers, tools, and budgets.
- Compare — match approved plan tasks with their actual Workflow attempts, status, timing, and child sessions.
- Review details from any card, fit or rearrange the canvas, and open native child conversations directly.
- Use the full interface in English or Simplified Chinese.
Install
Download the .tgz file and SHA256SUMS.txt from the matching GitHub Release, verify the archive, then add it to the Web profile:
sha256sum --check SHA256SUMS.txt
dsh plugin --profile web add ./dsh-product-subagent-console-0.4.0-alpha.1.tgz
dsh --profile web --dump-config
Restart the Web profile after installation.
Enable Agent Planner
Add the planner tool to a copied Agent Preset, save it, and create a new conversation with that preset:
- id: agent-planner
name: dsh-product-subagent-console/plan-tool
config:
toolName: design_subagent_plan
executeToolName: execute_subagent_plan
Preset changes apply to new conversations only. Regular delegated runs remain visible in Runtime even when the planner tool is not enabled.
Use
- Open Subagents → Plan, enter a goal, and generate or create a draft.
- Edit the canvas and settings, save the revision, then run preflight.
- Resolve blocking issues, review any warnings, and approve the revision.
- Open Compare, request execution, and follow each planned task against its actual run.
See Agent Planner for the complete workflow and field guide.
Compatibility
- DeepSeek Harness Web profile
0.1.1-rc.2 - Node.js
^22.19.0or>=24.0.0 - Compatible Provider Bundles for any external coding Agents used by a plan or delegated task
Keep the plugin and all DSH packages on the same supported version family.
Documentation
Uninstall
dsh plugin --profile web remove dsh-product-subagent-console
Restart the Web profile after removal.
Support
Use GitHub Issues for reproducible bugs and feature requests. Report security issues through the private channel described in SECURITY.md.
License
MIT. Third-party notices are listed in THIRD_PARTY_NOTICES.md.