v0.105.0
0.105.0 (2026-03-09)
Adds new rename and reset workspace commands, improves pull plan behavior, and harmonizes command options.
Features
- clean: remove
arb cleancommand (d1a7d18) - config: replace INI config with JSON validated by Zod schemas (1b80b7b)
- create: add interactive base branch selection to guided create (b5ea052)
- detach: add --yes/--dry-run to detach and --fetch/--no-fetch to detach, delete, clean (49bfdd5)
- pull: add --force flag to arb pull (e455424)
- pull: distinguish forced-reset from safe-reset in pull --force (ab28696)
- rename: add
arb renameas workspace lifecycle command (ec6df04) - reset: add
arb resetcommand to reset repos to base branch (204815e)