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.

Better Model Thinking Control — DSH Plugin for DeepSeek Harness
← Plugins
B

dsh-better-model-thinking-control

Better Model Thinking Control

Plugin for configuring and automatically detecting model reasoning intensity in the DSH relay station

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Guyao146/dsh-better-model-thinking-control#321244e256a01964de46b052ed0b2d23d2715f59
READMECompatibilityVersions

Compatibility and provenance

Better Model Thinking Control is published as dsh-better-model-thinking-control and currently resolves to version 0.2.9. 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/24/2026

Versions

0.2.9
stable
8/24/2026
0.2.7stable
8/23/2026
0.2.4stable
8/22/2026
Show 3 more versionsCollapse versions
0.2.0stable
8/21/2026
0.1.6stable
8/21/2026
0.1.4stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.9
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
8/24/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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-better-model-thinking-control

樱落生态成员 已编写Wiki

DSH Web 插件:在 DSH 自身的「设置 -> 插件 -> 插件配置」里按中转站和模型设置思考强度,并从 OpenAI 兼容中转站自动拉取模型及公开的思考能力。

樱落生态Wiki

该项目已编写Wiki,了解项目更多细节 https://wiki.mcylyr.cn

About

dsh-better-model-thinking-control 是 DeepSeek Harness(DSH) 的 Web 插件,为 OpenAI 兼容中转 API 提供按模型的思考强度控制。它把配置保存到 DSH 原生 llm-pi-ai 设置中,而不是代理或篡改模型请求;因此配置即时生效,且可继续由 DSH 的模型选择器和思考档位 UI 使用。

已实现

  • 接入 DSH 原生 settings.plugin.item,不修改 DSH 主仓库。
  • 直接编辑 llm-pi-ai.providers.<provider>.models[].reasoningEfforts,使用 DSH 原生的按模型推理能力。
  • 支持 off、minimal、low、medium、high、xhigh、max,也可标记为非推理模型。
  • 自动访问中转站的 OpenAI 兼容 /models 接口。
  • 识别常见扩展字段:reasoning_efforts、supported_reasoning_efforts、thinking_levels、reasoning.efforts 等,并保留网关自定义的 wire value。
  • API Key 不写入本插件配置;探测时只通过 DSH credentials 引用读取。
  • 每个模型可选择文字、图片、视频、语音输入模态;未配置时默认文字。模态选择保存在本插件的浏览器本地配置中。

安装

Web版本 DSH

dsh plugin --profile web add "file:./dsh-better-model-thinking-control-0.2.9.tgz"

Desktop版本 DSH

dsh plugin --profile web add dsh-better-model-thinking-control@latest

重启 DSH Web 后,在设置左侧导航直接打开 「模型思考强度」。入口只出现在设置侧栏,不会在「插件」页重复显示。每个中转站都可展开/收起;自动拉取支持填写一次性 API Key(只用于本次请求,不会保存)。推理强度选项使用 Off / Minimal / Low / Medium / High / XHigh / Max。0.2.1 为每个模型增加输入模态选择:文字默认勾选,还可选择图片、视频、语音;这些模态设置保存在本插件的浏览器本地配置中。

配置结果示例

插件最终写入 DSH 原生设置:

llm-pi-ai:
  providers:
    my-gateway:
      baseURL: https://gateway.example/v1
      api: openai-completions
      models:
        - id: deepseek-reasoner
          reasoningEfforts:
            off:
            high: high
            max: max

reasoningEfforts 的键是 DSH 选择器提供的档位,值是中转站实际接受的拼写。只有 off 可以为空值,表示关闭思考时不发送协议参数。

DSH 版本兼容性

0.1.6 起只注册设置侧栏中的独立「模型思考强度」入口,不再向「插件」页注册重复卡片;推理强度改为纯英文档位。 0.1.7 将自动识别说明移到总标题下方,只显示一次。 0.1.8 将档位勾选改为下拉多选。 0.1.9 将模型名称、强度下拉栏和删除按钮调整为同一行,并将「非推理模型」收进下拉菜单。 0.2.0 移除最外层卡片边框,仅保留中转站分组框,并固定三项控件的对齐布局。 0.2.1 增加每模型输入模态选择,文字默认勾选,配置保存在插件本地。视频和语音是插件侧能力标记,实际附件输入仍取决于 DSH 和模型适配器支持。 0.2.2 增加设置页模型搜索和主页面模型菜单搜索;模型行改为第一行模型名称/删除、第二行思考档位/输入模态。 0.2.3 修正主页面模型搜索菜单样式并保持对 DSH 原生选择逻辑的兼容。 0.2.4 使用统一三列网格对齐模型名称、删除按钮、思考档位和输入模态控件。 0.2.5 增加 Ultra 思考档位;自动拉取会保留网关返回的同模型思考档位和输入模态;中转站默认全部收起。 0.2.6 修正新增模型的 Ultra 默认档位。 0.2.7 在自动拉取时同时补全网关和 DSH 本地目录提供的思考档位、输入模态。 0.2.8 使用严格的两列网格对齐模型名称/删除与思考档位/输入模态。 0.2.9 恢复紧凑的模型名称/删除布局,将非推理模型纳入思考档位菜单,并让两个下拉菜单互斥避免重叠。升级后请重启 DSH Web,并安装新打出的 dsh-better-model-thinking-control-0.2.9.tgz。