DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Model Switcher — DSH Plugin for DeepSeek Harness
← Plugins
M

@jxiansen/dsh-model-switcher

Model Switcher

DSH Model Switcher — searchable palette that overwrites the composer model seat (Cmd+K).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:jxiansen/dsh-model-switcher#0c9428cc4b5c6ba1f3433b099749513f1ce46d0d
READMECompatibilityVersions

Compatibility and provenance

Model Switcher is published as @jxiansen/dsh-model-switcher and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/17/2026

Versions

0.2.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-model-switcher

Searchable model switcher palette for DeepSeek Harness composer.

  • Cmd+K / / to open, searchable by name/id/description
  • Provider rail, per-row capability/context badges
  • Memory-only icon cache (80 LRU) + official CDN (@lobehub/icons-static-svg), no localStorage trace

Install

dsh plugin --profile web add "github:jxiansen/dsh-model-switcher#main"
# restart dsh --profile web

Develop

pnpm install
pnpm build        # bundle src/client -> lib/client.js (Harness web factory)
pnpm test         # node:test suites (utils, filter, built-bundle smoke)
pnpm lint         # eslint
pnpm check        # build + test + lint
npx dsh-plugin-doctor check .   # full check incl. isolated Web startup (needs dsh)

src/client is the ESM source, lib/client.js is the committed build artifact that DSH loads (do not edit by hand). Regenerate the icon index with node scripts/build-icon-toc.mjs, then rebuild.