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 permission matching now accounts for a leading "cd <cwd> &&" wrapper

Bash permission rules now match commands even when prefixed with "cd <folder> &&"

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

Bash permission rules now match commands even when prefixed with "cd <folder> &&"

What

When Claude Code checks whether a Bash command is allowed by your permission rules, it now also recognizes commands written as cd <folder> && <command> as matching a rule written for the bare <command>, as long as the folder matches the current working directory.

Why

Before this, a permission rule written for a plain command could fail to match if Claude first changed directory and chained the command with &&, even though the actual working directory was the same one the rule expected. This closes that gap so such commands are recognized correctly.

Read from
Names in the bundlecd

See this entry in the whole of v2.1.265 →

Feedback