[FEATURE] Show pending diffs in IDE before edit execution
Resolved 💬 3 comments Opened May 26, 2026 by CodeSawMir Closed May 29, 2026
Preflight Checklist
- [ ] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Currently when Claude proposes an edit via the Edit tool, the diff is shown inline in the chat.
Proposed Solution
It would be helpful if the proposed change appeared in the IDE's Git panel (as "pending changes") so users can review the diff using the IDE's familiar diff view before accepting or rejecting the edit.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
This would allow users to use the IDE's side-by-side diff view and syntax highlighting to review proposed changes, giving them more confidence in what gets executed.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗