biuboomc/dsh-plugin-consult2

dsh-plugin-consult

同伴咨询插件:在不修改原始会话的前提下,向另一个会话的分支发起咨询

AI 分析

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

包名
dsh-plugin-consult
版本
0.1.0
最近更新
2026年8月14日

安装

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