LoserFox/marisa-distro--plugins-dsh-sidechain ↗★ 7
@dsh-external/dsh-sidechain
DSH side-conversation plugin: /side and /btw start a side conversation in an ephemeral fork of the current session (Codex /side & /btw semantics).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoserFox/marisa-distro#4aa96256d0af09fa65e64679a1c7826342e9ded2&path:plugins/dsh-sidechain说明文档
阅读完整 README ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
providerName | fork | 用于创建子会话的 subagent provider |
persona | 内置侧会话 persona | 侧会话的行为约束;空字符串表示沿用部署 persona |
readOnlyTools | 未设置 | 可选工具 allow-list,例如 ['read', 'grep', 'glob'] |
配置示例:
- insert:
- id: dsh-sidechain
name: '@dsh-external/dsh-sidechain'
config:
providerName: fork
readOnlyTools:
- read
- grep
- glob
使用
一次性侧问:
/btw 这个目录下哪个文件最大?
命令立即返回,侧链面板自动打开并显示执行过程和答案。/btw 会话只读,不能继续追问。
持续侧会话:
/side 分析一下当前插件的事件流
侧链面板会打开新线程。在线程底部输入消息并按 Enter,即可继续对话。
查看子代理列表:
/side list
/side 和 /btw 都必须提供问题。