dsh plugins中文
← Back to popular plugin directory

Peer-to-peer messaging tool

czm15053/dsh-peer-link · tools

GitHub repository for the DeepSeek Harness ecosystem.

★ 6GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

Claude Code 2.1.224+ 原生支持跨 session 消息。需在 /.claude/settings.json 里配置:

1. 升级:claude update 升级到 2.1.224+ 2. 启用开关:在 env 块加 "CLAUDECODEHARBORKITE": "1"(绕过 feature flag) 3. 免审批(推荐):加 "crossSessionInbound": "accept"(不加则消息先 hold 等待确认)

配置后,每个 Claude 会话会在 /tmp/cc-socks/ 生成一个 socket 文件(0600 权限)。 与 dsh 会话通信 发现:Claude Code 里用 ListAgents 列出所有 peer 会话(含 dsh-) 回复 dsh:用 SendMessage 发给 to: "dsh- [ref]",消息开头带上会话标识 @dsh-: ,dsh 会转发到对应会话 收 dsh 消息:dsh 发来的消息会作为用户消息出现在 Claude 会话(带 📨 [peer] 标记) 构建与测试 通信礼仪 收到 peer 消息时,注入格式附带提示:寒暄/确认类消息无需回复,有实际协作需求再回复 多 dsh 会话并发向同一 peer 发消息时,醒目的会话标识让 Claude 能区分各会话 友链 LinuxDo — 一个开放、分享的社区

Install command

dsh plugin --profile web add github:czm15053/dsh-peer-link
View GitHub repository ↗Back to popular plugin directory