LoserFox/marisa-distro--plugins-dsh-sidechain7

@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).

包名
@dsh-external/dsh-sidechain
版本
0.6.5
许可证
MIT
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoserFox/marisa-distro#4aa96256d0af09fa65e64679a1c7826342e9ded2&path:plugins/dsh-sidechain

配置

配置项默认值说明
providerNamefork用于创建子会话的 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 都必须提供问题。