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

Bash path-restriction checks now track cd/pushd/popd across compound commands

Path deny rules now follow cd, pushd and popd across a compound command, denying reads when a directory target can't be resolved.

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.259,
You'll notice

Path deny rules now follow cd, pushd and popd across a compound command, denying reads when a directory target can't be resolved.

Bash path-restriction checks now follow directory changes across a compound command. A new walk tracks cd, chdir, pushd, and popd (including popping the pushd stack) through a command's statement list, so later commands in the same line are evaluated against deny rules relative to the resolved working directory. If a cd target can't be resolved, subsequent reads are denied rather than silently checked against the wrong directory.

See this entry in the whole of v2.1.259 →

Feedback