You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.