Release notes
Fix a review finding without editing the wrong branch
A finding on a pull-request review can start an Agent-mode run — or steer one that is already going. Clicking a finding opens that path at the line. Fix is refused unless this clone is on the PR's head branch, because the findings describe the PR's post-image; editing while sitting on main would be a confident, wrong edit. Checkout is the one-click escape.
Fixed
- Clicking a review finding now opens the file at that line, instead of only focusing the file.
- Starting a second fix while a run is live no longer races a new chat; it steers the in-flight agent.
- Under Review Mode, the toast says the agent's edits wait for your review rather than implying they already landed.
New
- Fix with agent on a finding, and Fix all for up to eight findings (errors first). Findings are treated as data, not instructions.
- A fail-closed gate: if the owning root is on another branch, or the branch cannot be read, Fix is blocked and Checkout is offered. Foreign PRs cannot open or fix paths.
- After a fix is handed off, the findings list is labelled as from before those edits.
- Docs: GitHub pull requests covers AI Review, Fix with agent, and why Checkout is required before a fix.