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

Sandbox settings gain a dedicated 'isolation' category

Settings diffs, approval prompts, and managed-settings validation now treat sandbox isolation as its own tracked category

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindInternal Changesin v2.1.273,
Group of 6 Under the hood No documentation found

Settings diffs, approval prompts, and managed-settings validation now treat sandbox isolation as its own tracked category

What

Claude Code's sandbox configuration can restrict what a session is allowed to do, and settings changes made by an organization admin can be shown to the user for approval before they take effect. This release gives sandbox isolation its own tracked category throughout that machinery:

  • The settings-diff and permission-approval summary code now tracks isolationSettings/isolationRows as its own bucket, alongside the existing shell, environment variable, and sandbox settings buckets, both in the diff view and in prompts like "3 sandbox settings x3".
  • Settings validation now treats isolation the same way it already treated managedMcpServers: if it appears outside of managed (admin-controlled) settings, it's stripped out with a warning that it's "only honored from managed settings and was ignored here."
  • Two new restriction-policy entries were added: isolation.required and isolation.persistHome, plus a new VM-isolation-specific warning message.
  • The managed-settings approval dialog now reads an isolation block with required/egress keys and shows an elided isolation count alongside existing elided command/sandbox counts.

Why

This makes sandbox isolation settings visible and auditable in the same way other managed settings already were, so admins and users can see when isolation-related policy is being changed, enforced only from managed settings, or partially hidden (elided) in an approval prompt.

Read from
Names in the bundleisolationSettings

See this entry in the whole of v2.1.273 →

Feedback