lhenlihai-hub/dsh-collab0

dsh-collab

Minimal room-based multi-person code collaboration for DeepSeek Harness. Install the plugin, enter a room number + password, and collaborate in real time with Yjs. Includes basic commit snapshots and work records, and can run through a public relay to escape the LAN.

包名
dsh-collab
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lhenlihai-hub/dsh-collab

使用

  1. 创始人打开 👥 面板。
  2. 输入一个房间号(例如 1024)和你想设置的信任密码
  3. 点击 创建房间
  4. 把“房间号 + 密码”告诉同伴。
  5. 同伴在各自 dsh 的 👥 面板中填入同样的房间号、密码,点击 加入房间
  6. 进入后即可实时编辑;编辑者可以填写提交说明并点击 提交 留下快照。

服务器地址默认保持 auto 即可。它会自动尝试公共中继,失败时回退到本机/局域网服务。高级用户也可以手动填写其他 relay 地址。

不填密码的人以只读身份加入;填错密码会被拒绝。