dsh-plugin-message-edit
Edit a sent message to rewind and branch the conversation from that turn, switch versions with a counter under the bubble, and browse every branch in a turn-level version tree.
编辑已发送的消息即可从该轮次回溯并分叉对话,用气泡下方的计数器切换版本,并在轮次级版本树中浏览所有分支。
How to install
dsh plugin add dsh-plugin-message-edit About
dsh-plugin-message-edit English | 简体中文 编辑一条已经发出的消息,对话会从那一刻 **真正回溯并分叉**——和 ChatGPT、Claude、DeepSeek 的做法一致。旧版本不会被覆盖:气泡下方出现 ‹ 2/4 › 计数,「版本」标签页则画出整棵树。 版本树分支展示 无论对话如何深层分叉、编辑多少次,「版本」标签页均会呈现清晰的轮次级分支图,当前会话所在路径实时高亮,点击任意节点即可平滑跳转: 功能 **编辑并分叉**:修改过去的提问并发送,新分支会带着该轮 *之前* 的完整上下文重新生成。这是真正的回溯,而不是从末尾继续的 fork。 **版本计数**:一条消息存在多个版本时,下方出现 ‹ n/m ›,左右箭头在各版本间即时切换。 **版本树**:新增「版本」标签页,以图的方式展示所有分支,可平移、缩放、拖动。当前所在分支高亮,点击任意节点即可跳转。 **零延迟与即时切换**:客户端家族级 SWR 缓存与乐观预加载,点击箭头或树节点切换版本 0ms 响应,无指示器闪烁或加载白屏。 **高性能内存缓存**:宿主端内存解析缓存,消除重复磁盘 I/O 与日志重析,即便是深度分叉的庞大家族树也能毫秒级响应。 **自动中止旧分支**:分叉时自动停止同家族中仍在流式生成的回复,避免浪费 Token 与计算资源。 **重试**:不修改内容,直接重跑该轮(…
Recommendation signals
Meta
- License
- NOASSERTION
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-08-23
- Created
- 2026-08-21
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin, curated:0xsline/awesome-deepseek-harness
- Topics
- ai-chat, chat-ui, conversation-branching, cordis-plugin, deepseek, deepseek-harness, dsh, dsh-plugin, llm, message-editing, react, tree-view, ux, web-ui
Related plugins
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.
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。Share DSH Q&As or selected conversation groups as PNG or Markdown.
task-passport
dongsheng123132/task-passport
Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.