dsh-branch-inbox-guard
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 分支会话从 fork 父会话继承来的排队提问,让分支的第一轮执行你在分支里输入的问题,而不是父会话的下一句。
How to install
dsh plugin add github:xine2009cn/dsh-branch-inbox-guard About
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 …
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-09-13
- Created
- 2026-09-11
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-synapse
liangmianya/dsh-synapse
Visual, non-linear conversation workspace for DeepSeek Harness — sessions, follow-ups and branches become a browsable conversation map.
dsh-claude-move
PerryLink/dsh-claude-move
Four-source migration wizard: move Claude Code, Codex, OpenCode and Hermes sessions, memories, skills, instructions and slash commands into DSH (/move wizard with approval gate and idempotent move.json, resumable sessions).
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.