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

Bash tool execution now threads sandbox network lists computed at permission time into the actual spawn

Bash commands now reuse the network access list computed when permission was checked, instead of recalculating it at run time

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSandbox Networkwhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Bash commands now reuse the network access list computed when permission was checked, instead of recalculating it at run time

What

When Claude Code runs a shell command inside its sandbox (a restricted environment that limits what a command can access), it now carries forward the network access list that was already worked out during the permission check for that command, and hands it directly to the process that actually runs the command. This is done through a small cache (holding up to 256 entries) keyed to the specific command, so the cached list is only reused if the command text still matches.

Why

This keeps the network rules used at execution time consistent with the ones the user (or policy) already approved, rather than recomputing them separately and risking a mismatch.

See this entry in the whole of v2.1.268 →

Feedback