Plugin directory / Developer / dsh-thinking-summary
dsh-thinking-summary
Unverified Rosmarinus-Young
What it does
在 deepseek harness 中每一步思考后自动总结思考内容(调用flash模型)
Unverified — not yet verified
在 deepseek harness 中每一步思考后自动总结思考内容(调用flash模型) Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-thinking-summary
DSH Web 插件:中文思考摘要。让看不懂英文思考过程的用户也能跟上模型的工作节奏:
- 在原生 "Deep diving" 状态文字右侧实时显示"下一步计划"(思考刚结束即出现,命令执行前可见);
- 在消息流中每段思考的正下方插入摘要卡片(计划 + 详细摘要,卡片直接显示内容、无标题行);
- 摘要由
deepseek-v4-flash生成(调用禁用思考、失败自动重试,成本最低且不污染主上下文); - 只处理插件激活后新产生的消息,历史消息不受影响。
安装
前提:已安装 DSH(@deepseek-ai/dsh),且 pnpm、git 在 PATH 中。
dsh plugin --profile web add github:Rosmarinus-Young/dsh-thinking-summary
安装后重启 dsh web(插件集合变更在重启后生效)。
该命令会转发给 pnpm 把插件装进 profile 目录,然后自动把它加入
dsh.profile.bundles插件层(因为本包声明了dsh.bundle),无需手工配置。
如需固定版本,可用github:Rosmarinus-Young/dsh-thinking-summary#semver:^1.0.0。
更新
dsh plugin --profile web update dsh-thinking-summary
然后重启 dsh web。
卸载
dsh plugin --profile web remove dsh-thinking-summary
然后重启 dsh web。
设置
Web 界面 → 设置 → 思考摘要 标签页:
| 设置 | 默认 | 说明 |
|---|---|---|
| 在 Deep diving 右侧显示计划 | 开 | 关闭后原生状态文字保持原样 |
| 显示思考摘要卡片 | 开 | 关闭后不再在消息流插入卡片 |
| 计划长度上限 | 36 字 | 12–48,超出按标点边界截断 |
设置写入后立即生效,无需重启。
数据流
session/event 日志(assistant/chunk 提前还原思考文本)
→ 推理块结束即触发
→ deepseek-v4-flash(reasoningEffort: off)
→ 计划(后缀显示)+ 摘要(流内卡片)
客户端通过 /thinking-summary/api/*(同源路由)轮询 Host 状态。
开发
git clone [email protected]:Rosmarinus-Young/dsh-thinking-summary.git
cd dsh-thinking-summary
# 本地联调:在 profile 中以文件方式安装(pnpm 会复制文件,改完需重跑或同步)
dsh plugin --profile web add file:.
发布新版本:提交改动 → 打标签(如 v1.1.0)→ git push && git push --tags,用户执行 update 即可升级。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-thinking-summary for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:Rosmarinus-Young/dsh-thinking-summary Headless (CLI) profile:
dsh plugin --profile headless add github:Rosmarinus-Young/dsh-thinking-summary Test report
Not yet L3-verified — see failure note below if we already ran it.
2026-08-27 · flagged webonly Note: 验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. Browse all pending failures →