dsh-handoff-button
Adds a handoff button to every assistant message that writes an LLM-summarized handoff document of the current conversation into the workspace handoff/ directory.
为每条 AI 回复添加 Handoff 按钮,点击后由 LLM 将当前会话总结为交接文档,写入该会话工作区的 handoff/ 目录。
How to install
dsh plugin add dsh-handoff-button About
dsh-handoff-button DeepSeek Harness 插件:在每条 AI 回复的底部操作行添加一个 Handoff 按钮, 点击后把当前会话压缩成 handoff 文档,写入该会话工作区的 handoff/ 目录。 功能 **按钮**:每条已完成的 AI 回复操作组最右侧(复制/反馈按钮之后)的圆形图标按钮 (Magnific "Write" 图标,独立文件 assets/write.png,由 Host 路由同源提供,无外部网络依赖), 悬停有 Tooltip 提示。**想换图标:直接替换 assets/write.png 后重启即可** **生成**:点击后调用 LLM(当前默认模型)按原版 handoff skill 要求 生成总结式文档:Status / Goal / Progress / Next Steps / Suggested Skills 五段结构, Progress 为紧凑总结而非对话实录;LLM 不可用时自动降级为启发式摘要 **状态反馈**:生成中变暗 → 完成显示绿色 ✓(2 秒自动复原)→ 失败显示红色 ⚠(悬停可见原因) **打开文件**:完成状态(✓ 期间)再次点击,在新标签页打开生成的文档 **文件名**:handoff-{yyyymmddhhmmss}-{会话标题}.md(非法字符替换为 -,最长 60 字符), handoff…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-30
- Created
- 2026-08-23
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
prism-coder
dcostenco/prism-mcp
Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor, and Codex.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.