Skip to content

v0.105.0

Choose a tag to compare

@henrikje henrikje released this 10 Mar 07:00
bce8f31

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 clean command (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 rename as workspace lifecycle command (ec6df04)
  • reset: add arb reset command to reset repos to base branch (204815e)

Bug Fixes

  • create: improve base branch selector prompt and filtering (725e53c)
  • delete: fetch each repo once across all candidate workspaces (1348ee2)
  • install: always add install dir to path (100f18d)
  • pull: show "no remote branch" instead of "not pushed yet" in pull skip message (3e04a14)