dsh plugins中文
← Back to popular plugin directory

DSH plug-in selection directory

Mars-Sea/dsh-commandcode-provider · skills

Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card.

★ 9GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
NOASSERTIONLicense

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.

Install command

dsh plugin --profile web add github:Mars-Sea/dsh-commandcode-provider
View GitHub repository ↗Back to popular plugin directory