Where does the bug appear (feature/product)?
Cloud Agent (GitHub, Slack, Web, Linear)
Describe the Bug
After a Cloud Agent finishes, pushes a branch with commits, and no PR is created (usually when requested explicitly not to create one), branch handoff is broken in the UI and there is no straightforward way to find the branch:
- Web (cursor.com/agents): The created branch is not shown in the UI.
- Cursor Desktop — branch label: The session shows the branch as “New branch” instead of the real name (e.g.
cursor/...). - Cursor Desktop — copy: Clicking the control that should copy the branch name (click to copy) copies nothing (clipboard stays unchanged / no branch string).
- Cursor Desktop — Checkout Branch: Checkout Branch does not check out the agent’s branch (no-op or silent failure).
Steps to Reproduce
Start a Cloud Agent to make some random changes (should be automatically comitted and pushed) but explicitly ask it to not create a PR. Then verify the behavior in the description above.
Expected Behavior
Should be obvious. All 4 points in the description should be fixed.
Operating System
MacOS
Version Information
Version: 3.12.30
VS Code Extension API: 1.128.0
Commit: 63a2996a10d9e476b6c28e951dd7691d9c0cf480
Date: 2026-07-21T22:50:03.568Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0
Does this stop you from using Cursor
No - Cursor works, but with this issue