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 Picker Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-model-picker-plus

Model Picker Plus

A searchable, keyboard-friendly model picker with pinned favourites for the DeepSeek Harness web composer.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:panduka56/dsh-model-picker-plus#7ccb643045c1cdcc78747e537f52b8f497cc774f
READMECompatibilityVersions

Compatibility and provenance

Model Picker Plus is published as dsh-model-picker-plus and currently resolves to version 0.1.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/3/2026

Versions

0.1.0stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.1.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/3/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

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-picker-plus

A faster model picker for the DeepSeek Harness web composer.

Model Picker Plus open in DeepSeek Harness

Features

  • Fuzzy search across provider names, model names, and model IDs.
  • Pinned favourites stored in your browser.
  • Provider groups kept in your configured order.
  • Current-model indicator and the stock reasoning-effort flow.
  • Arrow-key navigation, Enter to select, and Escape to back out or close.
  • Responsive menu tested at desktop and mobile widths.
  • Harness design tokens with neutral fallbacks for light, dark, and custom themes.

Install

You need a working DeepSeek Harness installation and pnpm on your PATH.

Install the tagged release into the web profile:

dsh plugin --profile web add github:panduka56/dsh-model-picker-plus#v0.1.0

If you run DSH through npx, use:

npx @deepseek-ai/dsh plugin --profile web add github:panduka56/dsh-model-picker-plus#v0.1.0

Restart the web profile and refresh the browser. DSH reads the included bundle manifest and mounts the plugin without manual profile edits.

Upgrade or remove

# Upgrade the GitHub dependency
dsh plugin --profile web update dsh-model-picker-plus

# Remove it and return to the stock picker
dsh plugin --profile web remove dsh-model-picker-plus

Use the same npx @deepseek-ai/dsh prefix if you do not have a global dsh command.

How fallback works

The plugin registers for the conversation.input.model seat at priority -1. The stock picker remains registered at priority 0. Harness renders this picker while it is healthy and returns to the stock picker if the plugin unloads or its registration is disposed. The package does not edit DSH core files.

Data and privacy

The plugin uses Harness's existing modelDirectories service and model-selection RPC. It makes no network requests of its own. Pinned model IDs stay in browser localStorage under dsh-model-picker-plus:pins.

Compatibility

Version 0.1.0 was tested with DeepSeek Harness 0.1.1-rc.2 and its web profile. Harness is still pre-1.0, so later releases may change the client slot APIs. Open an issue with your DSH version and browser console output if the picker does not load.

Troubleshooting

Confirm that DSH installed the bundle:

dsh plugin --profile web why dsh-model-picker-plus
dsh --profile web --dump-config

Then restart DSH and hard-refresh the browser. Search the browser console for dsh-model-picker-plus; a healthy load logs apply enter, apply exit, and slot registered.

Development

npm test
npm run check

# Link a checkout into your local web profile
dsh plugin --profile web add "file:$PWD"

Please include the DSH version, reproduction steps, and relevant console output with bug reports. Do not include API keys, cookies, or private model-provider credentials.

License

MIT