dsh-sidechain
`/side` persistent side sessions and `/btw` one-shot side questions, run in a temporary fork without touching main history.
`/side` 持续性侧会话与 `/btw` 一次性侧问,在临时 fork 中运行、不写入主会话历史。
How to install
dsh plugin add github:omdsh-dev/dsh-sidechain About
dsh-sidechain DSH 侧会话插件。它通过 fork 当前会话创建隔离子会话,让用户在不中断主线程的情况下发起一次性问题或持续对话。 当前版本适配公开版 DSH npm 0.0.1-rc.5、0.1.0-rc.6、0.1.0-rc.7、0.1.0-rc.8、0.1.1-rc.1 和 0.1.1-rc.2。在已验证的 0.1.1-rc.2 中,/side 与 /btw 会转发命令输入中的图片附件,并在侧栏显示持久化图片。 | 命令 | 用途 | |---|---| | /btw <问题> | 发起一次性侧问,适合快速确认信息 | | /side <问题> | 创建可持续追问的侧会话 | | /side list | 列出当前会话的直接子代理 | 侧会话继承主会话已经完成的回合作为参考上下文,但拥有独立的消息记录和执行过程。侧会话的提示、思考、工具调用和回答不会进入主会话的模型上下文。 功能 /btw 在后台完成单轮问答,主会话可以继续使用。 /side 创建可续聊线程,可直接在侧栏中发送后续消息。 右侧面板显示用户消息、上下文、思考、工具调用与回答。 运行中的会话实时更新,并在列表中显示活动摘要。 子会话历史持久化,重启 DSH 后仍可查看。 面板支持拖拽调宽、展开、手动刷新和 Ctrl/Cmd+Shift+E 快捷开关。 安装与卸载 依赖 DSH 提供的 @deepse…
Recommendation signals
Meta
- License
- BSD-3-Clause
- Language
- TypeScript
- GitHub stars
- 15
- mo. downloads
- –
- Last push
- 2026-08-31
- Created
- 2026-08-07
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, plugin, side-conversation, sidechain
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-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-nested-followups
sluminositys/dsh-nested-followups
Keep branching from any completed answer at any depth while the main session stays untouched.
dsh-session-sync
PerryLink/dsh-session-sync
Cross-device session sync for DeepSeek Harness — syncs sessions and settings between machines through git.