DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Effort Slider — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

plugin-effort-slider

Plugin Effort Slider

与模型选择器组合的分段式推理强度滑块,适用于 DeepSeek Harness——原生 DSH 样式、自适应主题(浅色/深色 + 主题插件)、国际化(en/fr/zh)、实时拖动。100% 模块化,不修改核心代码。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add plugin-effort-slider@1.2.2
README兼容性版本
Composer in dark themeComposer in light theme

兼容性与来源证明

Plugin Effort Slider 以 plugin-effort-slider 发布,当前版本为 1.2.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/11

版本

1.2.2stable
2026/9/11
1.2.1stable
2026/9/10
1.2.0stable
2026/9/9

相关插件

正在加载相关插件…

最新版
1.2.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
539.4 kB
文件数
18
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
0
最近提交
2026/9/10
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

Effort Slider for DeepSeek Harness

English | 中文

A reasoning-effort slider for DeepSeek Harness (DSH) that lives in the composer. Codex and Claude Code have one. DSH didn't, so I built it. One pill holds the model picker and the slider, right where you type.

Effort slider pill live in the composer

DarkLight
Composer in dark themeComposer in light theme

Features

  • One pill for model and effort. Picker and slider share one bordered pill with a separator between them. The slider sits right of the model name.
  • The model list skips the submenu. One click shows every provider and model. Effort stays on the slider and nowhere else.
  • Notches instead of a smooth drag. Each notch is a real effort level from the model, usually two to seven. Drag it, or focus it and use the arrows, Home, End. Screen readers get a real slider role.
  • A little show at the top notch. Max effort turns the bar into a moving gradient, a nod to DSH's own "Deep diving..." shimmer. It stays still when you prefer reduced motion.
  • It follows your theme. Every color comes from DSH variables, with one accent shared with the send button. Light, dark, future theme plugins, it all carries over.
  • It speaks your language. Labels follow the DSH locale in English, French and Chinese. Model and effort names stay exactly as the model sends them.
  • The context ring gets out of the way. While the pill is up, the ring moves to the end of the stats row instead of crowding the send button.
  • A taller prompt box. About two lines, same as the DSH hero input.
  • Nothing lives in core. The plugin is one folder. Delete it and DSH forgets it was there.

Requirements

DSH with the web profile, and a model that exposes reasoning efforts. No effort levels, no slider. Anything with low / medium / high works.

Compatibility and permissions

Needs the web profile (composer slots, model directory, locale). Pure client UI. No host permissions, no credentials, no network calls, no external services. Runs wherever the web profile runs. Tested on DSH 0.1.2-alpha. Limitation: the pill only shows for models exposing reasoning efforts.

Install

From GitHub, no npm account needed:

dsh plugin --profile web add github:mrSutivu/plugin-effort-slider

Or clone it first:

git clone https://github.com/mrSutivu/plugin-effort-slider.git
dsh plugin --profile web add ./plugin-effort-slider

Then restart the web profile once with dsh web and refresh the page. Later client-only edits apply on a plain refresh.

From npm:

dsh plugin --profile web add plugin-effort-slider

Usage

  1. Pick a reasoning model in the pill.
  2. Drag the slider and let go. It applies on release.
  3. Push it to the top notch for the gradient.

If the model has no reasoning levels, the pill hides and the stock DSH selector is back.

Theming

Everything runs off one accent, var(--dsw-alias-button-info-fill), the send button fill. A theme plugin that redefines it recolors the slider, the notches, the max gradient and the checkmark. Nothing else to touch.

i18n

Strings live under the effort-slider locale namespace in English, French and Chinese. To add your language, register dictionaries for that namespace and open a PR. locale.addLanguage covers you if the language pack itself is missing.

Uninstall

dsh plugin --profile web remove plugin-effort-slider

Restart dsh web once. The pill, the styles, the meter move and the prompt height all revert.

Dev

No build. Edit lib/client.js and refresh. lib/index.js is an empty host entry. The bundle layer wants one, so it gets one.

Contributing

Issues and PRs welcome. New locale dictionaries make the easiest first contribution. Theme edge cases and provider quirks matter most, since effort counts differ per model.

Support

Free forever, MIT. If the slider saves you clicks every day, a coffee keeps it maintained:

ko-fi

GitHub Sponsors works too, once onboarding clears: github.com/sponsors/mrSutivu.

License

MIT © Sutivu

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。