dsh-plugin-product-subagents¶
| Type | agent | Category | Multi-agent |
| Stars | ⭐9 | Status | ✅ active |
| Capabilities | multi-agent | Updated | 2026-08-13 |
📖 About¶
Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness. Turns external agent CLIs into durable, continuable subagents with a declarative role library, per-role product permissions, delegation with a permission ceiling, and cross-platform process launching.
✨ Key Features¶
- Continuable children — one-shot sync or async continuable (control with
- Session continuity — a child's remote product session survives idle
- Declarative roles (
roles/*.json) —general(default),code-review, - Two-layer permission model — the relay model is always a read-only
- Permission ceiling — a child can never spawn a descendant with more
- Any ACP agent — add Cursor (
agent acp), CodeBuddy (cbc --acp),
📦 Install¶
npm i dsh-plugin-product-subagents
🚀 Quick Start¶
- insert:
- id: product-subagents
name: 'dsh-plugin-product-subagents'
config:
idleTimeoutMs: 600000
providers:
cursor: { type: acp, command: agent, args: [acp] }
codebuddy: { type: acp, command: cbc, args: [--acp] }