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

dsh-model-controller

Model Controller

Semantic model routing plugin for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jadehare/dsh-model-controller#28d2f82b18cbb7ed554c871dc98e6f5d906f03e5
READMECompatibilityVersions

Compatibility and provenance

Model Controller is published as dsh-model-controller and currently resolves to version 0.1.0-rc.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/24/2026

Versions

0.1.0-rc.1prerelease
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/24/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-controller

中文 | English

把本插件安装进 DSH profile 后,每个用户 turn 会自动选择一次模型:先按关键词做正则匹配,未命中再走语义分类。

当前版本要求 DeepSeek Harness 0.1.1-rc.2 或兼容版本。

默认路由

场景模型Reasoning
复杂结构(v4pm、重构、设计)deepseek-v4-promax
Review(review)deepseek-v4-prohigh
小脚本(v4fm)deepseek-v4-flashmax
小方法(v4fh)deepseek-v4-flashhigh
处于 Plan Modedeepseek-v4-promax
语义分类器(未命中时)deepseek-v4-flashoff

未命中时保留 Agent 的原始模型。选定路由在整个 turn 内有效。

设置开关

打开 设置 → 插件 → 插件配置。保存后从下一个用户 turn 起生效。

  • 全局匹配模式 — 混合模式(先正则,再语义)、仅 Semantic、仅 Regex。
  • Route 规则 — 增删改排序路由;可恢复内置默认表。
  • Semantic 分类器 — 仅在混合 / 仅 Semantic 需要分类时使用。
  • Plan Mode — 处于 Plan Mode 时强制使用专用 Pro/max 模型。
  • 路由元数据 — 在 reasoning 开头显示 provider、模型、推理强度和 Route id。

安装

dsh plugin --profile web add dsh-model-controller@next
dsh web

从本仓库安装时先构建,再安装当前目录:

pnpm install
pnpm run build
dsh plugin --profile web add .

卸载:dsh plugin --profile web remove dsh-model-controller。