Skip to content

v0.140.0

Choose a tag to compare

@ivar-lazzaro ivar-lazzaro released this 27 May 18:31
· 21 commits to main since this release
9bc21e1

What's New

Features

  • Redesigned repo + branch selection wizard — Step 2 is now a chip/pill picker: selected repos appear as chips at the top, the list shows only unselected repos, and an explicit Continue button replaces the old footer-only "Enter to advance" affordance. Enter is contextual (adds the focused repo, opens Browse/Create, or activates Continue), Backspace on an empty filter removes the last chip, and Ctrl+D advances from anywhere. The branch warning is now a dedicated per-repo screen so each off-default repo can independently choose whether to reuse its current branch or start fresh.

Improvements

  • Rebase and review-comments cycles pause on NEED_USER_INPUT — both loops now reach parity with the refactor cycle: when an iteration surfaces a NEED_USER_INPUT gate, the staged repos transition to RepoCycleNeedUserInput with the gate path attached, instead of being written as failed. You can resolve the gate and resume rather than restarting the cycle.