flg1217/dsh-subagent-codebuddy1

@dsh-external/dsh-subagent-codebuddy

CodeBuddy CLI (Tencent) as a dsh subagent provider via ACP: registers the `codebuddy` subagent provider and the `subagent_codebuddy` tool. The child runs CodeBuddy's own runtime (its prompt, tools, model) in a fresh subprocess driven over the Agent Client Protocol.

AI Analysis

核心用途是委派任务给 CodeBuddy 子代理。适合需要利用 CodeBuddy 的模型和工具链来辅助完成复杂代码开发任务的用户。需安装 CodeBuddy CLI。

Package
@dsh-external/dsh-subagent-codebuddy
Version
0.1.0
License
MIT
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:flg1217/dsh-subagent-codebuddy

配置项

默认含义
commandcodebuddy可执行文件(Windows 自动解析 npm cmd-shim → node
modeldeepseek-v4-flashCodeBuddy 模型 ID(--model
permissionModebypassPermissions--permission-mode:子代理工具调用自动放行
extraArgs[]追加的 CodeBuddy 参数
providerNamecodebuddyLLM provider 路由名
toolNamesubagent_codebuddy模型可见工具名
registerSubagentToolstrue是否注册委派工具