Jokasa7/dsh-product-subagent-console0

dsh-product-subagent-console

Independent conversation task canvas for native and external DeepSeek Harness subagents

包名
dsh-product-subagent-console
版本
0.1.0-alpha.1
许可证
MIT
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jokasa7/dsh-product-subagent-console

Host configuration

Defaults are conservative and apply globally to calls made through the plugin-owned tool:

SettingDefaultMeaning
maxConcurrent4Maximum active owned delegations
maxQueued16Maximum owned attempts waiting for admission
historyLimit50Combined terminal attempt/run records kept in this Host generation
maxObservedActive128Maximum simultaneously retained observe-only runs
runTimeoutMs0Owned-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.