Skip to content

dsh-collaboration v0.1.2

Choose a tag to compare

@Socialist-Sister Socialist-Sister released this 14 Aug 10:44

dsh-collaboration v0.1.2

修复 maxDepth 默认值导致 team_call/roundtable 从主代理调用必被拒的问题。

变更

  • maxDepth 默认 0 → 1:子代理深度从 1 起算,maxDepth: 0 会让主代理调用专家时被拒(subagent depth 1 exceeds maxDepth 0)。新语义:1 = 专家可被召集、但不得再向下委派。预设行同步更新。
  • 本版经真实端到端验证:spawn 子代理 + 名册模型覆盖 + 真实 DeepSeek API 调用全链路通过。

升级(已装 v0.1.1 的用户)

下载 dsh-collaboration-tool-team-0.1.2.tgz 替换后 pnpm install --force;若预设行配置里写了 maxDepth: 0,改为 1。重启 DSH 生效。