mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
docs: update sandboxing documentation and toolSandboxing settings (#24655)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user