biuboomc/dsh-plugin-consult ↗★ 2
dsh-plugin-consult
Peer consult: talk to a fork of another session without mutating the original
AI 분석
核心用途是实现会话间的多智能体协同,允许当前会话向其他专业会话的分支提问并获取反馈。适合需要跨领域专家 Agent 协同解决复杂问题的任务。目前为源码覆盖形式,需手动配置 index.ts 绝对路径。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:biuboomc/dsh-plugin-consult⚙️ Configuration
| Option | Default | Meaning |
|---|---|---|
maxRounds | 8 | Maximum consult rounds per channel, including queued work. |
maxWaitMs | 180000 | Upper bound for one synchronous wait request. |
maxAskBack | 4 | Maximum clarification questions from the peer. |
archiveWorkingForks | true | Hide plugin-owned working forks from the normal workspace list. |
forkIdleMs | 1800000 | Dispose an idle working fork after 30 minutes; 0 keeps it live. |