插件介绍
Command Code provider plugin for DeepSeek Harness (dsh). Adds Command Code model access, live model catalog, plan-aware model selection, reasoning effort, image input, web search, and multi-account support.
项目详情摘要
dsh-commandcode-provider English** | 简体中文 Unofficial DeepSeek Harness LLM provider plugin for **Command Code**, ported from pi-commandcode-provider (MIT). This is a community integration. You need your own Command Code account and API key or subscription, and Command Code's terms apply. This project is not affiliated with Command Code, Inc. What you get **Plugin bundle** — install into any dsh profile with `dsh plugin add`; registers a `commandcode` provider route with a live model catalog. **Dedicated settings page** — API key, connection options, a live account-usage card, and a "Hide out-of-plan models" toggle. **Works in the terminal too** — the same install serves a dsh-TUI profile, with its own **`/settings` → Command Code** page for the API key and the model controls. **Models-page key card** — the **Settings → Models → Command Code** card carries the key status, a paste field, and the sign-in button inline. **In-browser sign-in for keys** — start the official authorization flow (the same one `cmd login` runs) from the settings page; the approved key lands in the local credential service automatically. Manual paste remains the fallback. **Multi-account rotation** — when one account hits its usage limit, requests switch to the next account automatically. See Account rotation. **Flexible API key setup** — via the settings page, an environment variable, or the official CLI login file. **Model-picker annotations** — minimum plan, active deal or `FREE` badge, peak/off-peak state, image support, and context window; free models listed first. **Plan-aware picker** — models above your subscription tier are hidden by default (toggleable); an optional **Model allowlist** keeps only your favorites in the picker. **Reasoning-effort support** — models with selectable reasoning
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Mars-Sea/dsh-commandcode-provider
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。