dsh-branch-inbox-guard
清除 DSH 分支会话从 fork 父会话继承来的排队提问,让分支的第一轮执行你在分支里输入的问题,而不是父会话的下一句。
Removes the queued prompts a DSH fork child inherits from its parent, so the first turn in a new branch runs the prompt typed there instead of the parent's next one.
怎么安装
dsh plugin add github:xine2009cn/dsh-branch-inbox-guard 简介
dsh-branch-inbox-guard English | 中文 Keeps a DSH fork child from inheriting its parent's queued prompts. Branch a session, type a question, and the branch runs **your** question — not the prompt the parent had queued next. Pure host plugin: no core-file patching, no client half, no configuration. Durable: the drop is appended as a normal agent/inbox/spliced cancel event, so the queue stays clean across restarts. Idempotent, and conservative — it only removes items it can prove came from the fork parent. The problem it removes A DSH branch session is a **fork child**: its log is seeded with the …
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 2
- 月下载
- –
- 最近更新
- 2026-09-13
- 创建于
- 2026-09-11
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
在 dsh web 中内联编辑与撤回自己的消息——惰性、无痕,带版本翻页器与会话级草稿持久化。
dsh-synapse
liangmianya/dsh-synapse
DeepSeek Harness 的可视化非线性对话工作区:把会话、追问与分支变成可浏览、可拖拽的对话地图。
dsh-claude-move
PerryLink/dsh-claude-move
四合一迁移向导:把 Claude Code、Codex、OpenCode、Hermes 的会话、记忆、技能、指令与斜杠命令迁入 DSH(/move 向导,审批门 + 幂等 move.json,会话可续聊)。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。