biuboomc/dsh-plugin-consult2

dsh-plugin-consult

Peer consult: talk to a fork of another session without mutating the original

AI Analysis

核心用途是实现会话间的多智能体协同,允许当前会话向其他专业会话的分支提问并获取反馈。适合需要跨领域专家 Agent 协同解决复杂问题的任务。目前为源码覆盖形式,需手动配置 index.ts 绝对路径。

Package
dsh-plugin-consult
Version
0.1.0
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:biuboomc/dsh-plugin-consult

⚙️ Configuration

OptionDefaultMeaning
maxRounds8Maximum consult rounds per channel, including queued work.
maxWaitMs180000Upper bound for one synchronous wait request.
maxAskBack4Maximum clarification questions from the peer.
archiveWorkingForkstrueHide plugin-owned working forks from the normal workspace list.
forkIdleMs1800000Dispose an idle working fork after 30 minutes; 0 keeps it live.