aid.agent-tools.org

aid (ai-dispatch)

Multi-AI CLI team orchestrator that dispatches work to gemini, codex, opencode, cursor, kilo, ob1, and codebuff.

Version 4.8.0 ยท https://github.com/sunoj/ai-dispatch

What it is

Multi-AI CLI orchestrator that dispatches work to gemini, codex, opencode, cursor, kilo, ob1, codebuff, and auto while tracking progress, enforcing methodology, and tracking cost.

Install

Rust 1.85+ is required. Install the binary with cargo install --path . and bootstrap agent/skill configs with aid config agents and aid config skills.

Quick start

Commands

CommandPurposeExample
runDispatch task to an agent with optional bg, verify, worktree, on-done, retry, context, and skill flags.aid run codex "Document the MCP server workflow" --dir . --worktree docs/mcp-readme --verify auto
batchRun a TOML batch file with DAG dependency scheduling.aid batch tasks.toml --parallel --wait
watchFollow live progress in text, quiet, or TUI mode.aid watch --tui
boardList tracked tasks with filters and zombie detection.aid board --today
showInspect task summary, diff, output, log, or AI explanation.aid show t-1234 --diff
usageView task history usage plus configured budget windows.aid usage --today
retryRe-dispatch a failed task with feedback.aid retry t-1234 --feedback "Tighten the configuration example"
respondSend interactive input to a running background task.aid respond t-1234 "Please rerun with logging enabled"
benchmarkCompare the same task across multiple agents.aid benchmark --agents codex,cursor "Implement new parsing"
outputShow task output directly without additional metadata.aid output t-1234
askQuick research or exploration task.aid ask "How does the retry flow work in this repo?"
mcpStart the stdio MCP server for Claude Code or other MCP clients.aid mcp
mergeMark done tasks as merged or perform bulk workgroup merges.aid merge --group wg-a3f1
cleanRemove old tasks, orphaned worktrees, and logs.aid clean --days 30
configInspect agent profiles, skills, pricing, and webhook settings.aid config agents
worktreeManage worktree lifecycle (create/list/remove).aid worktree create --dir feat/parser
groupWorkgroup CRUD with shared context and constraints.aid group create dispatch --context "Docs only, cite sources"
initInitialize default skills and templates for a fresh project.aid init

Agent capability matrix

AgentResearchSimple EditComplex ImplFrontendDebuggingTestingRefactoringDocumentation
gemini92325336
codex14947783
opencode18324445
kilo17223334
cursor24795564
ob153534443
codebuff25876674

MCP integration

Start aid mcp to expose the following stdio MCP tools:

Register the server in your Claude Code MCP config to call aid_run, aid_board, aid_show, aid_retry, aid_usage, and aid_ask without shell parsing.