shenhuanageshei/dsh-thincoder-suite0

@dsh-external/dsh-thincoder-suite

thincoder 四功能移植:advisor 评审收敛 / 工程模式 eng / 飞刀 escalate / 会诊 consult(host-only 纯 JS 免构建)

包名
@dsh-external/dsh-thincoder-suite
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shenhuanageshei/dsh-thincoder-suite

配置

配置经插件 cordis.patch.yml 的 insert 行传入(link: 安装直接编辑克隆目录里的文件即可):

- insert:
    - id: thincoder-suite
      name: '@dsh-external/dsh-thincoder-suite'
      config:
        # 会诊 / 飞刀模型池(最多 5 个)。
        # 不配置则 escalate / consult 工具不注册;advisor / eng / eng_coder 始终可用。
        consultModels:
          - provider: provider-a        # 你 settings.yaml 里已配置的 provider
            model: strong-model-x
          - provider: provider-b
            model: strong-model-y
            effort: high                # 可选,映射 reasoningEffort
        # 可选:advisor 评审路由(缺省跟随当前会话模型)
        advisor:
          provider: provider-a
          model: reviewer-model
          timeoutMs: 600000
        # 可选:其余开关
        engineering: false              # 所有会话默认进工程模式(默认 false)
        engTokenTtlMs: 3600000          # design token 有效期
        consultTimeoutMs: 600000        # 会诊子代理超时