w210548735-art/dsh-session-collaboration ↗★ 1
dsh-session-collaboration
适用于 DeepSeek Harness 的双向跨会话协作捆绑包。
AI 分析
核心用途是实现跨会话的双向协作。适合需要在不同工作区或会话之间传递上下文、进行多会话联动和反向中继的复杂 Agent 任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:w210548735-art/dsh-session-collaboration说明文档
阅读完整 README ↗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.