Jokasa7/dsh-product-subagent-console ↗★ 0
dsh-product-subagent-console
Independent conversation task canvas for native and external DeepSeek Harness subagents
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jokasa7/dsh-product-subagent-console说明文档
阅读完整 README ↗Host configuration
Defaults are conservative and apply globally to calls made through the plugin-owned tool:
| Setting | Default | Meaning |
|---|---|---|
maxConcurrent | 4 | Maximum active owned delegations |
maxQueued | 16 | Maximum owned attempts waiting for admission |
historyLimit | 50 | Combined terminal attempt/run records kept in this Host generation |
maxObservedActive | 128 | Maximum simultaneously retained observe-only runs |
runTimeoutMs | 0 | Owned-run abort timer; 0 disables it |
Override the Bundle row in the profile's later cordis.patch.yml layer. A DSH row override replaces the whole config, so restate every non-default value you intend to keep:
- id: product-subagent-console
config:
maxConcurrent: 4
maxQueued: 16
historyLimit: 50
maxObservedActive: 128
runTimeoutMs: 0
Admission limits do not throttle generic official subagent tools, because the console only observes calls it does not own. runTimeoutMs likewise applies only to the plugin-owned path.