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.

Reasoning Ruler — DSH Plugin for DeepSeek Harness
← Plugins
R

dsh-reasoning-ruler

Reasoning Ruler

A minimal reasoning-effort ruler for the DSH composer: one hairline, a sliding marker, per-model memory, optimistic switching — and a streamlined model picker.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zisen123/dsh-reasoning-ruler#a261cc3a23efec364e1870a417d450d67e82dd8b
READMECompatibilityVersions

Compatibility and provenance

Reasoning Ruler is published as dsh-reasoning-ruler 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
8/30/2026

Versions

0.1.0stable
8/30/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
8/30/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 ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-reasoning-ruler

English | 简体中文

DeepSeek Harness (DSH) Web 插件:把思考强度(reasoning effort)选择器从模型弹层里移出来,变成 composer 里一条极简横线——选中的档位是一道竖线,档位名显示在横线左边;档位按模型记忆,切换乐观即时(UI 先动,后台异步收敛)。顺带把模型选择器打磨成:打开直达完整模型列表、无滚轮、无"刷新中"闪现、选中即关。

非 DeepSeek 官方出品,与 DeepSeek 无任何关联。 ⚠️ 实验性:部分体验优化依赖 DSH Web 的 DOM 细节(hashed class 后缀、文案匹配),DSH 升级后可能失效;核心的档位选择走官方 slot / ModelDirectory API,不受影响。失效时提 issue 即可。

预览

composer 里的极简 ruler 与仅显模型名的座位 打开选择器直达完整模型列表

功能

  • 极简横线 ruler:一条 2px 横线,左低右高;选中档位为滑动竖线,hover 有幽灵竖线预览与 tooltip
  • 档位按模型记忆:每个模型记住你上次选的档位(localStorage),切回时自动恢复
  • 乐观切换:点档位/选模型 UI 立即响应,后台 RPC 异步收敛,失败自动回滚
  • 模型选择器打磨:打开直达完整模型列表(免根面板一跳)、列表全展开免滚轮、隐藏"Refreshing model list"闪现、选中即关
  • 座位去重:模型座位仅显示模型名(档位由 ruler 承担),弹层内原生"推理等级"行隐藏

安装

方式一:DSH 一键安装(推荐)

dsh plugin --profile web add dsh-reasoning-ruler

安装后等待 hot reload、刷新浏览器即可,无需重启 DSH。

方式二:交给 AI

请安装这个 DSH Web 插件:https://github.com/zisen123/dsh-reasoning-ruler 。安装步骤请严格阅读并执行仓库中的 INSTALL.md。

工作原理

Host 侧为空实现;客户端通过官方 conversation.input.right slot 挂载 Ruler 组件,与原生 ModelSelect 共用 modelDirectories 的 SnapshotStore(双向同步)。体验优化层在绘制前的 MutationObserver 微任务里对弹层 DOM 做零闪现处理。

许可

MIT