shatyuka/dsh-llm-codebuddy2

@shatyuka/dsh-llm-codebuddy

腾讯 CodeBuddy 插件,支持免 API 密钥浏览器登录及 CodeBuddy 原生模型列表。

AI 分析

核心用途是将腾讯 CodeBuddy 作为模型提供商接入 DSH。适合希望免去配置 API 密钥的繁琐步骤,直接通过浏览器扫码或登录使用 CodeBuddy 服务的用户。

包名
@shatyuka/dsh-llm-codebuddy
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

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

@shatyuka/dsh-llm-codebuddy

A DeepSeek Harness (dsh) plugin for Tencent CodeBuddy.

Sign in through your browser — no API key required — and use CodeBuddy's own model list.

Install

Add the plugin to a dsh profile — the web profile backs the Web UI:

npx @deepseek-ai/dsh plugin --profile web add @shatyuka/dsh-llm-codebuddy

Sign in

Open Settings → CodeBuddy in the Web UI and click Sign in. The browser login opens in a new tab; the harness writes the credential automatically. No terminal needed.

You can also sign in from the terminal:

npx dsh-codebuddy-login              # sign in
npx dsh-codebuddy-login --status     # who is signed in, plus the model list
npx dsh-codebuddy-login --logout     # remove the stored credential

Once signed in, CodeBuddy's models appear in the model picker.

Build

From a source checkout:

pnpm install
pnpm run build

This compiles the host half with tsc and bundles the Web client half with esbuild, both into lib/.

License

MIT