Make some changes on main branch
Use “Commit & Push”, Cursor will create a new branch and push
Use “Create PR” button
Merge PR in Cursor
Try to change branch without ‘git checkout’
Expected Behavior
I should be able to branch swap like I can in editor view rather than having to use the CLI for git commands.
The ability might already be there but it’s not clear if so. The branch names I see, when clicked just copy to clipboard.
Hey, thanks for the report. The branch selector in Glass View is currently limited, so what you’re seeing copying the branch name on click is the expected behavior right now, not really a bug.
The team is aware and it’s on the radar. For now, as a workaround, you can use the terminal right in Cursor, like git checkout main, etc.
The branch selector for the Agents Window has been addressed and the fix should be available on the nightly release channel. If you’d like to try it out before it hits stable: open Cursor Settings > About and switch the Release Track to Nightly, then restart Cursor. Let me know if that resolves it!