jigjoy-ai/baro--packages-baro-dsh ↗★ 120
baro-dsh
baro as a DeepSeek Harness subagent provider: delegate a multi-story goal, get parallel execution, independent review and a verified outcome back — with a live run panel in the sidebar
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jigjoy-ai/baro#f9a610774532fdde578b656dd838766e1173c4fc&path:packages/baro-dsh说明文档
阅读完整 README ↗Configuration
| key | default | meaning |
|---|---|---|
providerName | baro | name under ctx.subagents; the tool is named the same |
command | baro | executable, name on PATH or absolute path |
args | [] | extra baro flags (e.g. --llm codex) |
localOnly | true | --local-only: no baro-owned pushes or pull requests |
cwd | parent session cwd | working directory override |
env | {} | child environment (credentials go here) |
disposeGraceMs | 5000 | SIGTERM→SIGKILL grace on dispose |