docs: update sandboxing documentation and toolSandboxing settings (#24655)

This commit is contained in:
Gal Zahavi
2026-04-03 18:26:41 -07:00
committed by GitHub
parent ec35ebbe57
commit 21a3925f99
5 changed files with 60 additions and 7 deletions

View File

@@ -1492,9 +1492,10 @@ their corresponding top-level category object in your `settings.json` file.
#### `security`
- **`security.toolSandboxing`** (boolean):
- **Description:** Experimental tool-level sandboxing (implementation in
progress).
- **Description:** Tool-level sandboxing. Isolates individual tools instead of
the entire CLI process.
- **Default:** `false`
- **Requires restart:** Yes
- **`security.disableYoloMode`** (boolean):
- **Description:** Disable YOLO mode, even if enabled by a flag.