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

@zhourenke/dsh-reasoning-merge

Reasoning Merge

Merge consecutive reasoning blocks in the DeepSeek Harness host stream

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zhourenke/dsh-reasoning-merge#504a14f39a6186617ade3b5e8d9c0384c239a90f
READMECompatibilityVersions

Compatibility and provenance

Reasoning Merge is published as @zhourenke/dsh-reasoning-merge 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
any
Release source
github
Registry updated
9/15/2026

Versions

0.1.0stable
9/15/2026
Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/15/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

README

English | 中文

@zhourenke/dsh-reasoning-merge

把一次模型响应里连续的多段推理合并成一段,界面上只出现一个思考区域。

DSH 按 provider 返回的内容块渲染响应;当一次响应被拆成多段推理时,本插件把它们接成一段(段间补一个空行),其余内容原样通过。没有配置项,也没有界面控件,装好即用。

它解决什么问题

  • 一次响应里连续出现多个思考区域:provider 把思考过程分成多段时,界面会一段接一段地列出来;装上本插件后只剩一段。
  • 只改分块,不改内容:推理原文不增不减,文本、工具调用、用量与结束原因也不受影响。

安装

dsh plugin --profile web add "github:zhourenke/dsh-reasoning-merge"

安装后需要重启 DSH。

卸载:

dsh plugin --profile web remove @zhourenke/dsh-reasoning-merge

生效范围

合并只发生在同一次响应内相邻的两段推理之间——一次响应对应一次模型调用。推理中间一旦出现文本或工具调用,当前段就此结束,之后的推理另起一段;工具调用之后的下一次响应也是如此。

兼容性

在 DSH v0.1.5-rc.1(2026-09)下测试通过。

许可证

MIT