Main
- Worktree isolation: each session can run in its own git worktree so agent edits do not pollute main.
- Reviewable UX: highlights live diff previews and a built-in git client so humans can inspect changes.
- Multi-agent support: positions itself as a single client for multiple agent CLIs/providers.
- MCP + plugins: calls out MCP/server management and plugin marketplace as first-class features.
FAQ
- Why are download steps required?: The README says agent binaries must be downloaded (
claude:download/codex:download). - Can I avoid the subscription?: Yes. The README documents building from source as a free option.
- What should I verify first?: Confirm worktree isolation and diff previews work on a small repo before large migrations.