claude-code - 💡(How to fix) Fix In Claude Code (Desktop and Extension) Add a "Changes" tab showing only files modified by the most recent prompt [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#58711Fetched 2026-05-14 03:41:27
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Fix Action

Fix / Workaround

Why

  • Reviewing AI changes needs scoped diffs
  • Workarounds (hooks, git stash, "Files Changed" chat blocks) are clunky
  • Other AI tools already provide this — baseline UX expectation
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Problem

No built-in way to see ONLY the files Claude edited in the most recent prompt. VS Code Source Control and git diff mix Claude's edits with my own work — I have to manually figure out which is which after every prompt. Every time have to see git old changes as well and find what new changes recently it did.

Proposed Solution

Reference

Augment Code has a "Changes" tab that lists only the assistant's per-prompt edits with side-by-side diffs. Claude Code should match this.

Ask

A panel inside Claude Code that:

  1. Tracks every Edit/Write/MultiEdit during the current prompt
  2. Shows old vs new diff per file same as git (you can follow to Augment Code really great feature https://www.augmentcode.com/)
  3. Works in both CLI and VS Code extension and Desktop

Why

  • Reviewing AI changes needs scoped diffs
  • Workarounds (hooks, git stash, "Files Changed" chat blocks) are clunky
  • Other AI tools already provide this — baseline UX expectation

Thanks!

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING