DSH plug-in selection directory
Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card.
Project overview
Command Code API keys never expire. The easiest path is the official CLI (Node.js 22+):
cmd login opens a browser to authenticate; on success the key is written to /.commandcode/auth.json — this plugin picks it up automatically (last-resort fallback). Alternatively create an API key in the browser (Command Code Studio) and paste it into the Models page card, or export COMMANDCODEAPIKEY="user...". Install From GitHub (recommended)
The # suffix pins the source to one exact revision (pnpm git-dependency syntax: a tag, branch, or commit SHA). Without it the install tracks the default branch, so a later push can silently change what you get — pin a tag or commit and audit the code you run.