TTTPOB/dsh-task-models1

dsh-task-models

Enhanced DSH subagent tools with per-call model and reasoning-effort selection

包名
dsh-task-models
版本
0.2.0
许可证
MIT
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TTTPOB/dsh-task-models

Bundle 配置

默认 bundle 等价于:

- id: tool-subagent
  disabled: true
- id: tool-subagent-fork
  disabled: true
- insert:
    - id: task-model-routing
      name: dsh-task-models
    - id: enhanced-tool-subagent
      name: dsh-task-models/delegation
      config:
        provider: spawn
        toolName: subagent
        backgroundMode: continuable
    - id: enhanced-tool-subagent-fork
      name: dsh-task-models/delegation
      config:
        provider: fork
        toolName: subagent_fork
        backgroundMode: one-shot

增强委托入口还接受原生静态配置:

  • enableRunInBackground
  • agentOptions.provider / agentOptions.model / agentOptions.maxTokens
  • persona
  • toolFilter.allow / toolFilter.deny
  • maxDepth,默认 3,也可设为 provider-managed