DSH side session plug-in
omdsh-dev/dsh-sidechain · skills
DSH side session plug-in: /side persistent side session (Codex style) and /btw one-time side session (Claude style) - runs in a temporary fork and does not write the main session history; Web UI has embedded dialogue in.
★ 6GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
BSD-3-ClauseLicense
Project overview
DSH 侧会话插件。它通过 fork 当前会话创建独立子会话,让用户在不中断主线程的情况下发起一次性问题或持续对话。
当前版本适配公开版 DSH rc.5(npm 0.0.1-rc.5,源码提交 47f94385)。 命令 · 用途 命令: /btw · 用途: 发起一次性侧问,适合快速确认信息 命令: /side · 用途: 创建可持续追问的侧会话 命令: /side list · 用途: 列出当前会话的直接子代理
该命令会同时移除 profile 依赖和插件配置层。完成后重启 dsh web 并刷新页面。 配置 配置项 · 默认值 · 说明 配置项: providerName · 默认值: fork · 说明: 用于创建子会话的 subagent provider 配置项: persona · 默认值: 内置侧会话 persona · 说明: 侧会话的行为约束;空字符串表示沿用部署 persona 配置项: readOnlyTools · 默认值: 未设置 · 说明: 可选工具 allow-list,例如 ['read', 'grep', 'glob']
Install command
dsh plugin --profile web add github:omdsh-dev/dsh-sidechain