dsh-router-codebuddy
CodeBuddy supplier plugin for dsh-router. Handles one account at a time with polling OAuth login and token refresh, leaving account selection, cooldown and check-in to dsh-router core.
dsh-router 的 CodeBuddy 供应商插件。单账号负责轮询式 OAuth 登录与令牌刷新,选号、冷却与签到交由 dsh-router 核心处理。
How to install
dsh plugin add dsh-router-codebuddy About
为 dsh-router 提供 codebuddy 供应商(OAuth 轮询登录,OpenAI 兼容网关)。 单独装它没用——它只是向核心注册一个供应商,面板、账号池、组合回退都在核心里。 快速安装 先装核心,再装本插件,然后**重启 dsh web**: bash dsh plugin --profile web add dsh-router-core dsh plugin --profile web add dsh-router-codebuddy dsh plugin add 会在 profile 里 pnpm add,并自动把声明了 dsh.bundle.patch 的包加入 dsh.profile.bundles(本插件即声明了,即 cordis.patch.yml)。 重启后本插件以 cordis service router.suppliers 向 dsh-router 注册 codebuddy 供应商,面板「供应商」出现 CodeBuddy 卡片。 本地开发版:不用 npm,直接 dependencies 加 "dsh-router-codebuddy": "link:/path/to/dsh-router-codebuddy" 指向本地仓库。 能力 | 能力 | 说明 | |---|---| | OAuth 轮询登录 | 生成登录链接 → 浏览器登录 → 后台轮询…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-31
- Created
- 2026-08-28
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, dsh, dsh-plugin
Related plugins
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
Unofficial Command Code LLM provider: registers a `commandcode` route with a live model catalog and reasoning-effort support.
dsh-codex-connect
franksong2702/dsh-codex-connect
Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.