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

Bash command permission dry-run check simplified to a single flag

A bash command permission check during streaming execution now relies on a single flag instead of two conditions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

A bash command permission check during streaming execution now relies on a single flag instead of two conditions

What

A guard used while checking bash command permissions during streaming execution used to bail out only when both a local flag and a notRunning() check agreed; it now bails out based on the local flag alone.

Why

The finding doesn't explain the practical effect, but simplifying two conditions into one suggests the notRunning() check was found redundant for this particular guard.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat behavior difference, if any, this produces for users is not stated in the finding.

See this entry in the whole of v2.1.265 →

Feedback