w210548735-art/dsh-session-collaboration1

dsh-session-collaboration

适用于 DeepSeek Harness 的双向跨会话协作捆绑包。

AI 分析

核心用途是实现跨会话的双向协作。适合需要在不同工作区或会话之间传递上下文、进行多会话联动和反向中继的复杂 Agent 任务。

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:w210548735-art/dsh-session-collaboration

Configuration

The bundle patch defaults to:

allowCrossWorkspace: false
waitTimeoutMs: 120000

allowCrossWorkspace permits a target in another working directory only when the target id was explicitly provided by a user message or a trusted reverse relay. waitTimeoutMs bounds one awaited target turn and must be a positive safe integer.