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.267 ·

File-read permission pre-check for bash-tool args now aggregates all failures instead of stopping at first mismatch

Bash command permission checks now report every problematic file argument, not just the first one found

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Bash command permission checks now report every problematic file argument, not just the first one found

What

When Claude Code checks whether a bash command's file arguments are covered by your allowed read paths, it used to stop and report as soon as it hit the first argument that failed the check. It now keeps checking every argument and reports the first problem found only after examining them all. It also now skips paths that already match an allowed pattern before falling back to checking whether the file actually exists on disk.

Why

This makes the permission check more thorough and consistent, so it doesn't miss other problematic arguments in the same command just because it stopped early, while still avoiding unnecessary filesystem checks for paths already known to be allowed.

See this entry in the whole of v2.1.267 →