/review base-branch picker includes current branch (e.g. main -> main)
Open 💬 3 comments Opened Feb 26, 2026 by enriquemorenotent
Summary
When using /review -> Review against a base branch, the picker includes the currently checked out branch as a base option.
Example shown in UI while on main:
main -> main
Why this is a problem
Selecting the current branch as its own base is not a meaningful comparison target for PR-style review and is confusing in the picker.
Reproduction
- Checkout
main(or any branch). - Run
/reviewin TUI. - Choose
Review against a base branch. - Observe that the list contains
<current> -> <current>.
Actual
Current branch is included in the base-branch options.
Expected
Current branch should be excluded from base-branch options (or clearly disabled as non-selectable).
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗