v0.102.0
0.102.0 (2026-02-27)
Rebase and merge plans are now even smarter, with improved conflict prediction, branch visualization, and automatic detection of already-merged branches. It also brings auto-fetch to status/list and a curl-pipe-bash installer.
Features
- add --dry-run to repo remove (02b61f7)
- add --graph flag to rebase and merge for branch divergence visualization (ff072c9)
- annotate behind-base commits with rebase/squash match info (85e4725)
- auto-fetch by default for status and list commands (24f1445)
- detect merged branches and skip them during rebase/merge (6829fd1)
- dim benign skip reasons in sync plans (e74f105)
- identify conflicting commits in rebase plans (de60753)
- show merge status for orphaned branches in arb clean (0d368f2)
- show merge type in pull plans and diff stats in verbose mode (22d0ef8)
- show retarget replay prediction in rebase plans (4abb14a)
- support curl-pipe-bash installation via GitHub Releases (fc808f2)