@lbryany/dsh-codebuddy
CodeBuddy OAuth, dynamic models, and reasoning controls for DeepSeek Harness
AI 分析
核心用途是将 CodeBuddy 平台(支持国内及国际站)的模型能力接入 DSH。适合拥有 CodeBuddy 账号、希望在 DSH 中使用其专属模型和推理等级控制的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lbryany/dsh-codebuddyドキュメント
README 全文を読む ↗从 GitHub 安装
将插件安装到实际运行 Web 应用的同一个 profile:
dsh plugin --profile web add github:Lbryany/dsh-codebuddy
dsh web
如果 Web 应用使用自定义 profile,请将 web 换成该 profile 名称,并使用 dsh --profile 启动。
在 dsh 输入框执行:
/codebuddy-login cn
站点参数:
cn/china:https://copilot.tencent.comglobal/intl或留空:https://www.codebuddy.ai- 也可以传入完整的
http(s)站点 URL
浏览器授权成功后,模型选择器会出现 CodeBuddy 分类、当前账号的模型列表和可选推理等级。
从源码构建安装
git clone https://github.com/Lbryany/dsh-codebuddy.git
cd dsh-codebuddy
npm ci
npm run check
npm pack --ignore-scripts
dsh plugin --profile web add ./lbryany-dsh-codebuddy-0.1.1.tgz
dsh web