dsh-retrace
撤回/编辑重发/重新生成,加上单会话版本化:每次回退的时间线、产物回退(git 优先、快照兜底)、分叉图、会话谱系,以及实时看门狗(并发写入第一时间快照日志)。编辑前自动停止运行中的 agent(官方 cancel/whenIdle),回退不会损坏持久化日志、也不会破坏 /compact。
Recall, edit-and-resend and regenerate, plus in-conversation versioning: a timeline of every rewind, artifact rollback (git-first, snapshot fallback), a fork map of explored paths, session lineage, and a real-time watchdog that snapshots the log at the first sign of concurrent writes. Edits auto-stop the running agent (official cancel/whenIdle) so rewinds never corrupt the durable log or break /compact.
怎么安装
dsh plugin add dsh-retrace 简介
🧭 dsh-retrace **Recall · Edit-and-resend · Regenerate**, plus **write-safe** in-conversation versioning — the **Agent business layer (production-grade guarantees)** for DeepSeek Harness. **English** · 简体中文 **Recall / edit-and-resend / regenerate** — the three moves every conversation deserves. But rewinding is not just "delete a message": DeepSeek Harness stores conversations in an append-only event log, so a recall only rewinds the context while changed **artifact files stay changed**. dsh-retrace versions the conversation **and its artifacts** together, and guarantees **every rewind is lega…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 3
- 月下载
- –
- 最近更新
- 2026-08-30
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- chat, deepseek, deepseek-harness, dsh, dsh-plugin, dsh-plugins, edit, message-editor, plugin, recall
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
prism-coder
dcostenco/prism-mcp
适用于 AI 编码代理的持久会话记忆——本地优先,支持设备端推理、关联回忆和漂移检测。适用于 Claude Code、Cursor 和 Codex。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。