qwert702/dsh-commander1

dsh-commander

Commander for the DeepSeek Harness Web GUI: activate any conversation as the commander, and its model can dispatch tasks to other conversations via <dsh-dispatch> protocol blocks. The plugin parses the blocks, delivers each task to a target (or freshly created) worker session, watches the workers, and feeds result summaries back into the commander as receipts so it keeps orchestrating.

包名
dsh-commander
版本
0.1.0
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qwert702/dsh-commander

使用建议

  • 给指挥官下达的总目标请说清「可以拆分派发给多个 worker」;模型自己决定拆几个任务、要不要开新窗口。
  • 任务文本务必自包含——worker 看不到指挥官的任何上下文(简报里已反复提醒模型)。
  • 面板出现「待确认」徽标时,说明 worker 在等权限确认,点「打开」去处理即可。
  • 不想让它继续跑的任务随时「停止」;跑挂了的点「重试」。
  • 多个会话可各自激活为指挥官互派任务,但请注意这会真的互相烧 token。