Skip to content

Badger Quickstart

Badger is the seventh Chimera coding-agent CLI. It mirrors a harness-rewrite posture: tighter step budget, focused tool surface, and rerun-on-failure discipline as a first-class concern. Where mink mirrors a TUI-first ergonomic and ferret mirrors a sandbox-first / IDE-first posture, badger is what you reach for when “better harness tools” is the load-bearing requirement.

Terminal window
uv sync --extra dev --extra anthropic
Terminal window
chimera badger -p "Refactor src/util.py to remove duplicated string formatting"

The default model is claude-sonnet-4-6. Override with --model or $BADGER_MODEL.

Terminal window
chimera badger

You drop into the shared Chimera REPL with the badger slash palette (see parity-matrix.md for the full list).

Badger ships with deliberately tight defaults:

KnobBadgerOther CLIs
--max-steps2550
Tool surfacefull set, easily restricted via --allowed-toolsfull set
Rerun-on-failureopt-in (--rerun-on-failure) with up to 2 rerunsnot exposed

The intent: prefer rerun discipline over runaway loops. See harness-discipline.md for the rationale.

Terminal window
chimera badger sessions list # show persisted runs
chimera badger sessions show <id> # transcript
chimera badger parity --against PARITY.md # parity check
chimera badger share <session> # export tarball