Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Sandbox-aware write-permission check via CLAUDE_CODE_SANDBOXED

Write-permission checks now branch based on whether Claude Code is running sandboxed

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSandboxwhat it touches
KindInternal Changesin v2.1.275,
Under the hood No documentation found

Write-permission checks now branch based on whether Claude Code is running sandboxed

What

Claude Code now uses a different check to decide whether a file can be written to depending on whether the CLAUDE_CODE_SANDBOXED environment variable is set. Inside a sandbox, one internal check is used; outside of it, a different one applies. A related addition drains any pending write queues before this decision is finalized.

Why

This lets Claude Code apply the correct write-permission logic depending on whether it's running inside a sandbox (a restricted environment that limits what a process can access), rather than using one check for both situations.

Read from
Names in the bundleCLAUDE_CODE_SANDBOXED

See this entry in the whole of v2.1.275 →