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
AI Analysis
核心用途是引入强大的多 Agent 并行协作与审查机制。适合需要处理复杂、多步骤工程目标的用户。本地必须安装有 `baro` 命令行工具。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jigjoy-ai/baro#f9a610774532fdde578b656dd838766e1173c4fc&path:packages/baro-dshREADME
Read the full 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 |