Skip to content

CLI

packages/cli — the arbe command. Thin dispatch in src/cli.ts routing to handler modules described in architecture.md. Run arbe with no args for the full command listing.

The CLI assembles run and session data from local and remote sources. @arbe/core/client doesn’t cover runs or sessions yet — these should converge.

Core loop: arbe task readyarbe task claim <id> → implement → arbe task close <id>. Interactive work via arbe chat, autonomous via arbe loop, sandbox dispatch via arbe do. arbe runs and arbe sessions inspect run/session state. arbe login stores an auth token for Supabase sync.

Use this page as a map:

For the model behind runs and sessions, see Runs and sessions.