flg1217/dsh-subagent-codebuddy ↗★ 1
@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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:flg1217/dsh-subagent-codebuddy说明文档
阅读完整 README ↗配置项
| 键 | 默认 | 含义 |
|---|---|---|
command | codebuddy | 可执行文件(Windows 自动解析 npm cmd-shim → node ) |
model | deepseek-v4-flash | CodeBuddy 模型 ID(--model ) |
permissionMode | bypassPermissions | --permission-mode:子代理工具调用自动放行 |
extraArgs | [] | 追加的 CodeBuddy 参数 |
providerName | codebuddy | LLM provider 路由名 |
toolName | subagent_codebuddy | 模型可见工具名 |
registerSubagentTools | true | 是否注册委派工具 |