w210548735-art/dsh-session-collaboration1

dsh-session-collaboration

Bidirectional cross-session collaboration bundle for DeepSeek Harness

AI Analysis

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

Package
dsh-session-collaboration
Version
0.1.0
License
MIT
Last updated
Aug 18, 2026

Install

$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.