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
+2 -2
View File
@@ -1711,10 +1711,10 @@ const SETTINGS_SCHEMA = {
type: 'boolean',
label: 'Tool Sandboxing',
category: 'Security',
requiresRestart: false,
requiresRestart: true,
default: false,
description:
'Experimental tool-level sandboxing (implementation in progress).',
'Tool-level sandboxing. Isolates individual tools instead of the entire CLI process.',
showInDialog: true,
},
disableYoloMode: {