Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Diff view for bash/git commands now shows a per-command file diff

Running a bash or git command now shows a per-command file diff summary of what it changed

TierYou'll noticehow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaBash Toolwhat it touches
KindNew Featuresin v2.1.269,
You'll notice

Running a bash or git command now shows a per-command file diff summary of what it changed

What

After Claude Code runs a bash or git command, it can now show a diff view (a summary of what changed) listing files that were created, updated, or deleted, along with per-file line-count changes and the actual changed lines (hunks). If two commands ran in the same repository at the same time, it shows a note explaining that a change made by either one may show up under either result, since it can't always tell which command caused which change. A disclaimer also makes clear this view is a convenience summary of what the command changed, not a review or audit of the command itself.

Why

This makes it easier to see the effect of a command at a glance, without having to run git diff yourself, while being explicit that it's not a substitute for actually checking what a command did.

See this entry in the whole of v2.1.269 →