DSH Marketplace

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.

Install

Add dsh-commandcode-provider to DeepSeek Harness

via npm

Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.

via GitHub · npm package

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installed cleanly when we ran it

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 27d ago.

Show it in your README

install verified — dshmarketplace

For maintainers: the badge serves this listing's latest sandbox verdict, so a re-run updates it on its own — and it links readers to the full result here.

Due diligence

Before you install dsh-commandcode-provider

  • Source of record: Mars-Sea/dsh-commandcode-provider — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • Detected: terminal surface. Read the source before granting these.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — Integrates Command Code as a provider for DeepSeek Harness, registering a commandcode route with live model catalog and reasoning-effort support.

Who it is for — Users using Command Code models for reasoning tasks benefit from this. If your workflow already includes reasoning-effort through official CLI, you can skip it.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile. No obvious issues found. Configuration applies to the next request without restart.

The verdict — I would install it because it provides reasoning-effort support and Image markers, but only if I have a Command Code subscription.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What dsh-commandcode-provider does

Geometric data, credentials and image fragments converge through a conduit into one output beam.

dsh-commandcode-provider is a DeepSeek Harness plugin that adds Command Code as an unofficial LLM provider. It registers a commandcode route and translates harness requests into Command Code’s Provider API at POST /alpha/generate. Its model list comes from GET {apiBase}/provider/v1/models and is cached in ~/.commandcode/models-cache.json. The plugin also adds Settings → Command Code, where the API base, working directory, request and stream timeouts, and API key can be configured. Credentials are stored through the DSH credentials service; connection settings are placed in the llm-commandcode section and apply to the next request.

dsh-commandcode-provider resolves credentials from config.apiKey, the apiKeyEnv credential reference, the launch environment, or ~/.commandcode/auth.json. It annotates models with plan, deal, image and context information, supports catalogued reasoning-effort levels, and sends images through the DSH attachment service when the selected model supports Vision.

It is intended for developers who already have a Command Code account and API key or subscription and want those models in an agent. It is the wrong choice where an official integration is required, where Command Code account setup is unavailable, or where the unofficial reverse-engineered API dependency is unacceptable. The official CLI requires Node.js 22 or newer; Command Code’s terms apply, and the project is not affiliated with Command Code, Inc.

dsh-commandcode-provider documentation

Configuration

The plugin exposes a Command Code settings page. Its connection fields are written to the llm-commandcode configuration section and take effect on the next request without a restart.

Setting Purpose
apiKey Direct API key configuration
apiKeyEnv Credential reference; defaults to COMMANDCODE_API_KEY
API base Command Code API endpoint
Working directory Working directory used for requests
Request timeout Request timeout
Stream timeout Streaming timeout

The model catalogue is fetched from GET {apiBase}/provider/v1/models and cached at ~/.commandcode/models-cache.json.

Credentials and commands

The API-key lookup order is config.apiKey, the credential reference named by apiKeyEnv, the launch environment, then ~/.commandcode/auth.json. The last file is created by the official CLI after authentication.

The documented authentication path requires Node.js 22 or newer:

  • npm i -g command-code@latest installs the CLI.
  • cmd login is used on macOS and Linux.
  • cmdc login is used on native Windows.

The browser-based login stores the key in ~/.commandcode/auth.json. A key can instead be created in Command Code Studio and entered in Settings → Command Code, or supplied through COMMANDCODE_API_KEY.

Model and request behaviour

The commandcode route uses POST /alpha/generate. Its live catalogue displays each model’s minimum plan, an active deal or FREE, an Image marker for Vision models, and a context size such as 1M, 256K or 262K. Models are ordered by plan tier: Go, GOAT, Pro, then Provider/Max.

Reasoning-effort controls are available for models that the official catalogue marks with supported levels. Other reasoning models think automatically. Vision-capable models receive image input through the DSH attachment service; text-only models reject image input with UNSUPPORTED_CONTENT.

Requirements and scope

This is an unofficial community integration. Use requires a Command Code account and API key or subscription, and Command Code’s terms apply. The plugin is not affiliated with Command Code, Inc. Its documented external files are ~/.commandcode/models-cache.json and, when CLI authentication is used, ~/.commandcode/auth.json.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to dsh-commandcode-provider

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.

Installed cleanly when we ran it

npm packageTypeScript6d ago

AI review

dsh-plugin-subscriptions

What it is — Integrates ChatGPT (Codex), Claude, and Grok subscription models as LLM providers in DeepSeek Harness.

Who it is for — If you need Claude models in DeepSeek Harness and want to avoid API key management, this plugin is suitable. Users who rely only on self-managed local providers don't need it because they don't require subscription integration.

Watch out — Sandbox testing passed with installation in a new profile and successful registration. No obvious issues found. Usage tracking and auto-refresh function normally.

The verdict — I would install it because it provides live model catalogs and tool integration. The premise is willingness to log in via the web UI.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-purge

YuJunZhiXue

255

DeepSeek Harness 破甲:让所有模型都能破甲,不同模型可换不同提示词;默认提示词面向国模「小码酱」。Jailbreak for every model — swap prompts per model. 求 Star 收藏 ⭐

Installed cleanly when we ran it

GitHub sourceJavaScript12d ago

AI review

dsh-purge

What it is — Updates default prompts, permission policies and tool limits in @deepseek-ai packages and adds a Rules card to the settings page.

Who it is for — When using the web or desktop version of DeepSeek Harness and needing to flexibly adjust prompts and tool limits for different models, it is suitable to install this plugin. If you want to keep native DeepSeek Harness default settings without adding the Rules card, you can choose not to install it.

Watch out — Sandbox test passed: installed in new profile and registered by harness. No obvious pits found. But patches will be overwritten after npm upgrade.

The verdict — I would install it because it can automatically restore patches after upgrade, but the premise is using dsh 0.1.1-rc.2 version.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-auto-mode

NanmiCoder

150

Safe automatic permissions for DeepSeek Harness.

Installed cleanly when we ran it

npm packageTypeScript8d ago

AI review

dsh-auto-mode

What it is — Provides safe automatic permissions management for DeepSeek Harness.

Who it is for — Users who need broad access to build, test, and inspect a project without stopping every few steps in DeepSeek Harness can use this plugin. Users who want to avoid all approval dialogs can choose the Read Only mode.

Watch out — Sandbox test passed: it was installed in a fresh profile and registered by Harness. No obvious issues found. The Windows backend reports partial enforcement and the file sandbox does not restrict reads, network access, or external services.

The verdict — I would install it because it adds automatic risk classification to the workspace-write sandbox.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

codex-guard

Akimiya-z

135

Quality gate for AI/Codex-generated pull requests: blocks TODO leftovers, leaked secrets, sloppy commits and red CI before they reach main.

Installs, but not as a profile layer

npm packageJavaScript13d ago

AI review

codex-guard

What it is — Codex Guard is a GitHub Action that automatically scans AI-generated PRs for TODO leftovers, leaked secrets, commit hygiene issues, and CI failures.

Who it is for — When you use AI coding agents such as Claude Code, Copilot, or OpenAI Codex to generate code and open PRs, you need this plugin to check for quality issues. If you primarily use a manual code review process, you do not need this plugin.

Watch out — Installation succeeded as a regular dependency with no obvious issues found. It does not become a profile layer and requires workflow configuration as per the README.

The verdict — I would install it because it provides automated quality checks for AI-generated PRs and requires following the README for usage since it is a regular dependency.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

DSH适用的Codex风格的思考强度滑块,以及大肥鱼跑步滑块。Codex-style model and reasoning-effort slider for DeepSeek Harness

Installed cleanly when we ran it

GitHub sourceTypeScript5d ago

AI review

dsh-reasoning-effort

What it is — The plugin adds a Codex-style model selector slider and reasoning effort controls to DeepSeek Harness.

Who it is for — Users who need to fine-tune reasoning effort for specific models in DeepSeek Harness web profile can install this plugin. Those who prefer the native model selector without additional controls may not need it.

Watch out — It works in a fresh profile and registers successfully. No obvious issues found. It supports light and dark themes with language switching.

The verdict — I would not install it because it only targets specific DSH RC versions and does not maintain compatibility for alpha releases.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

ark-plan-api

volcengine

116

Registers Ark Agent Plan, Coding Plan and postpaid model routes in the native DSH model picker.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourcePython13d ago

AI review

ark-plan-api

What it is — Registers Ark Agent Plan, Coding Plan and postpaid model routes into the native DSH model picker.

Who it is for — In scenarios where you manage Agent Plan or Coding Plan using DeepSeek Harness, this plugin is suitable for integrating Ark capabilities. If you mainly use other local agent tools, you can skip installing this plugin.

Watch out — Sandbox testing has not been conducted yet. No obvious issues were found.

The verdict — I would install it because it directly registers Ark plan functions into the DSH model picker.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source