Message Recall & State Rewind
limbo947/dsh-recall-plugin · skills
Recall a sent message and restore the DeepSeek Harness session to the state captured before that message.
★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense
Project overview
每条用户消息发送时(agent 动文件之前),工作区被快照进一个独立的影子 git 仓库;撤回时用 git archive 恢复文件、通过 DSH 官方 sessions.fork 机制把会话切到该消息之前。二进制安全,全程不触碰项目自身的 git 状态。 快照存储:home 下 dsh-recall-snapshots/ /,内含影子 git 仓库(git/,tag 名为 snap- )与索引文件 index.json(消息 ID → 快照时间 / 会话)。Windows 上脚本走 PowerShell,Linux/macOS 走 bash(按 ctx.shell 平台层挂载的执行器自动分叉)。 想直接翻历史快照: 本地开发(无需发布)
Install command
dsh plugin --profile web add github:limbo947/dsh-recall-plugin