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

New deny path for code piped via stdin/heredoc under read-block mode

With read blocking on, bash commands piping code in through here-docs or later pipe stages are refused outright.

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

With read blocking on, bash commands piping code in through here-docs or later pipe stages are refused outright.

Bash commands that pipe code via stdin, such as here-docs (<<<, <<) or piped commands after the first, are now refused outright when the read-block setting is active, since their stdin content cannot be statically checked against the working-directory read restriction.

See this entry in the whole of v2.1.257 →

Feedback