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 Cascade — DSH Plugin for DeepSeek Harness
← Plugins
M

dsh-model-cascade

Model Cascade

Model selection as a three-level cascading menu (Provider -> Series -> Full model) plus thinking-intensity (reasoning effort) selection for the composer model seat.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jcleener/dsh-model-cascade#ead7ce3ad9d5ae95f4886ae51fa5cd4cff4fd89b
READMECompatibilityVersions

Compatibility and provenance

Model Cascade is published as dsh-model-cascade and currently resolves to version 0.2.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/28/2026

Versions

0.2.1stable
8/28/2026
0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.1
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/16/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 a dedicated pet bubble for the current providerWhale 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-cascade

DSH(DeepSeek Harness)插件:把会话框(已有会话与新建会话共用)的模型选择从「按供应商分组的列表」变成三级级联菜单: 供应商 → 系列 → 完整模型名,并在模型支持时可选思考强度。

功能

  • 三级级联:
    • 第一级 供应商 —— harness 实际配置的 API 路由组(如 DeepSeek / opencode-go / siliconflow / 火山引擎,取 group.name)
    • 第二级 系列 —— 模型 ID 最后一个 / 与之后第一个 - 之间的文本(如 deepseek-ai/DeepSeek-V4-Pro → DeepSeek)
    • 第三级 完整模型名 —— 完整模型 ID(如 deepseek-ai/DeepSeek-V4-Pro)
  • 思考强度(推理等级)与模型分开选择:点选第三级模型名即直接选中该模型并关闭菜单(是否支持思考强度都一样)。若所选模型在模型目录中暴露 reasoning.efforts(即支持选思考强度),可在菜单根部的「思考强度」快捷行单独调整当前模型的强度档位(默认 + 各档位),提交即携带 reasoningEffort。模型与思考强度不再需要在同一个级联步骤里先后选择。
  • 原生融合:注册在 conversation.input.model 单座(priority: -1),覆盖自带的二级列表;数据与提交复用 ui-model-selection 的 modelDirectories 服务(session.models / session.selectModel),选择状态、连接重置处理、composer 阻塞行为与自带保持一致
  • 菜单底部固定显示当前使用中的模型(路由组 + 模型名)
  • 菜单样式复用 DSH 原生主题 token(--dsw-alias-* / --dsw-specific-menu),明暗主题下观感一致

安装

dsh plugin --profile web add "github:jcleener/dsh-model-cascade"
# 或固定版本
dsh plugin --profile web add "github:jcleener/dsh-model-cascade#v0.1.0"

安装后重启 dsh web 生效。

使用

点击会话输入框的模型选择位,弹出级联菜单:先选供应商,再选系列,最后选完整模型名,点选即选中并关闭。若当前模型支持思考强度,可再次打开菜单用根部的「思考强度」行单独调整强度(默认或各档位);菜单底部显示当前使用中的模型(路由组 + 模型名)。

关闭

在 ~/.dsh/profiles/<profile>/cordis.patch.yml 中把该插件的 insert 段改为 disabled: true(或删除 insert 段),重启 dsh web 即回到自带的二级列表。

开发 / 结构

lib/index.js      Host 半段(空 apply,仅作为 Loader 条目存在)
lib/client.js     Client 半段(级联菜单 UI,纯 React + DSH 主题 token)
cordis.patch.yml  加载器补丁层(insert 声明)

许可证

MIT © 2025 jcleener