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

@lyaoliu/dsh-reasoning-effort-slider

Reasoning Effort Slider

DSH reasoning effort slider with 7 levels and cool visual effects

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lyaoliu/dsh-reasoning-effort-slider#2d25acd2b1512b4da5130ee1e45b1c53bd4b3244
READMECompatibilityVersions

Compatibility and provenance

Reasoning Effort Slider is published as @lyaoliu/dsh-reasoning-effort-slider 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/29/2026

Versions

0.1.0stable
8/29/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
9/11/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 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-effort-slider

DSH 推理强度滑块插件,支持 7 档调节,带有鲸落妈妈皮肤和 chibi 小人动画。

功能

  • 7 档滑块: off / minimal / low / medium / high / xhigh / max
  • 鲸落妈妈皮肤: 全局配色 + 滑块辐射光效
  • chibi 小人: 根据当前档位切换动画帧
  • 自动声明: 未配置的模型拖滑块时自动写入 settings.yaml(无需重启)
  • 自愈机制: 服务器拒绝非法档位时,自动从报错中解析合法列表并重写配置
  • 知识库: 内置模型档位映射,含 wire 值转换(off→none 等)
  • 兼容性自动修复: pi-ai 模型自动写入 supportsDeveloperRole: false
  • 宿主日志: 声明/自愈失败时输出警告日志

安装

dsh plugin --profile web add github:lyaoliu/dsh-reasoning-effort-slider#main
dsh --profile web --dump-config

重启 DSH Web Host 后生效。

配置

在 ~/.dsh/settings.yaml 中:

dsh-reasoning-effort:
  enabled: true
  visualEffect: radiation  # radiation | particles | gradient

工作原理

  1. 用户拖动滑块 → 插件检测该模型是否已有 reasoningEfforts 配置
  2. 若无 → 自动写入默认七档 + compat.supportsDeveloperRole: false 到 settings.yaml
  3. settings.yaml 热监听自动生效,滑块立即刷新
  4. 发送消息时服务器若拒绝档位 → turn-error 节点触发自愈:解析合法列表 → 重写配置 → 自动切到最近支持档

许可证

MIT