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

dsh-model-visibility

Model Visibility

DeepSeek Harness plugin: control which models appear in the model selector — per-model switches, provider-level batch toggles, and search. Hiding a model never touches your provider config or running sessions.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Lzh3070/dsh-model-visibility#5d90b64a83d8390ff0a04c3d4228d431ad008ee6
READMECompatibilityVersions

Compatibility and provenance

Model Visibility is published as dsh-model-visibility and currently resolves to version 0.1.2. 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/20/2026

Versions

0.1.2stable
9/11/2026
0.1.1stable
8/27/2026
0.1.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.1.2
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
142
Last push
9/11/2026
View source ↗Project homepage ↗
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-visibility

English · 中文

DeepSeek Harness 的模型可见性插件:控制哪些模型出现在对话界面的模型选择菜单里。

安装后在设置左侧导航提供一个独立的「模型可见性」分区页(紧跟「模型」):

  • 🔍 搜索 —— 按模型名/ID/渠道名实时过滤
  • 🎚️ 逐模型开关 —— 隐藏的模型立即从选择器消失,显示即恢复
  • 📦 渠道级批量 —— 一键隐藏/显示某个 Provider 的全部模型
  • ♻️ 一键恢复全部 —— 清空隐藏列表
  • 🛡️ 零侵入 —— 只写插件自己的隐藏列表,不改你的 Provider 配置;隐藏正在使用的模型不会中断该会话
  • 🆕 新模型自动可见 —— 插件只记录"要隐藏什么",Provider 新广告的模型默认出现

预览

模型可见性分区页

要求

  • DeepSeek Harness ≥ 0.1.5-rc.1(0.1.5 重构了客户端模块体系,旧版本请使用 0.1.1)
  • Node.js 22+(构建与运行)

安装

dsh plugin --profile web add dsh-model-visibility

重启 dsh web 后生效。

工作原理

  • 宿主半(lib/index.js):通过 ctx.settings.register 持有 model-visibility 设置段(隐藏列表),并在源头包装 ctx.llm.listModels——会话选择器与设置页拿到的目录都是过滤后的。目录成员资格在 harness 中是"建议性"的,因此隐藏一个正在使用的模型不影响其调度。
  • 浏览器半(lib/client.js):向设置壳注册一个 settings.section 分区页;目录经 0.1.5 的 ctx.remote.session.modelCatalog() 读取,页面状态来自"过滤后目录 ∪ 隐藏条目"的并集,隐藏条目携带隐藏时抓取的显示名快照。

卸载

dsh plugin --profile web remove dsh-model-visibility

卸载即恢复原状:插件不写入 Provider 配置,隐藏列表随包删除自动失效。

License

MIT