duanyunlun/dsh-conversation-bindings0

dsh-conversation-bindings

Peer communication, supervision, and tool guardrails between conversations in one DeepSeek Harness process.

包名
dsh-conversation-bindings
版本
0.1.1
许可证
MIT
最近更新
2026年9月12日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置

在 profile 的 patch 行里覆盖:

- id: conversation-bindings
  config:
    stateDir: ~/.dsh/conversation-bindings   # 状态文件目录(默认 $DSH_HOME/conversation-bindings)
    briefOnBind: true                         # 绑定时向成员下发协作协议(默认 true)
    messageForm: relay                        # 消息形态:relay(客户端渲染成卡片)| notice(表头显示一行摘要)
    notify: inject                            # 规则命中通知方式:inject | queue | off
    notifyCooldownMs: 10000                   # 同一条规则的通知最小间隔
    mountLog: ''                              # 设成路径可记录挂载事件,用于确认插件已加载