설치
npx -y @deepseek-ai/dsh plugin --profile web add github:Rosmarinus-Young/dsh-thinking-summary이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
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 git@github.com: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 即可升级。
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 16. 오전 2:14
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.