What's wrong with this entry?
Anonymous. No account, no email.
What: A new permission mode that combines sandbox restrictions with automatic command approval for commands that comply with configured filesystem and network policies.
How to use:
# Enable sandboxed bash mode
claude -sb
# Or with long form
claude --sandboxed-bash
Details:
- Requires a sandbox configuration to be active in your
settings.jsonfiles - Only available when
sandbox.filesystemorsandbox.networkrestrictions are configured - Auto-accepts commands that comply with sandbox policies while rejecting violating commands
- Accessible via keyboard shortcut (cycles through permission modes: default → sandboxBashMode → acceptEdits → plan → bypassPermissions)
- Evidence: Permission mode added to enum at
X41line 352214, mode cycling logic inbFB()at line 427311, validation inKu2()at line 383783