What's wrong with this entry?
Anonymous. No account, no email.
What: New settings UI to control whether commands can fall back to running outside the sandbox when sandbox restrictions prevent execution.
How to use:
# Access via /sandbox command in interactive mode
# Choose from:
# 1. "Allow unsandboxed fallback" - Commands retry outside sandbox if blocked
# 2. "Strict sandbox mode" - All commands must run in sandbox or be excluded
Details:
- Separate from the main sandbox enable/disable setting
- Can be locked by policy settings from higher-priority configuration sources
- Status displayed in
/sandboxcommand output (e.g., "sandbox enabled, fallback allowed") - New API methods:
areUnsandboxedCommandsAllowed(),areSandboxSettingsLockedByPolicy(),setSandboxSettings() - Documentation link: docs.claude.com/en/docs/claude-code/sandboxing#configure-sandboxing
- Evidence: Component
bn2()at line 465885, policy checkFs2()at line 472000 inpretty-v2.0.34.js