Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Multi-file reads now set aside files protected by edit-safety rules

Multi-file reads now split out files protected by edit-safety rules to read them individually

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.275,
You'll notice

Multi-file reads now split out files protected by edit-safety rules to read them individually

What

When reading multiple files at once, Claude Code now checks each file against its file-edit safety rules, which protect things like git internals, hooks, tool and agent settings, and shell profile files. Files that match these protections, have suspicious names, or are links pointing outside the working scratchpad are set aside and read one at a time instead of being bulk-read with the rest.

Why

This keeps sensitive or unusual files from being silently swept into a bulk read, ensuring they get individual handling consistent with the same rules that already protect them from unsafe edits.

See this entry in the whole of v2.1.275 →

Feedback