mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
feat(sandbox): dynamic macOS sandbox expansion and worktree support (#23301)
This commit is contained in:
@@ -195,7 +195,10 @@ export class PromptProvider {
|
||||
memoryManagerEnabled: context.config.isMemoryManagerEnabled(),
|
||||
}),
|
||||
),
|
||||
sandbox: this.withSection('sandbox', () => getSandboxMode()),
|
||||
sandbox: this.withSection('sandbox', () => ({
|
||||
mode: getSandboxMode(),
|
||||
toolSandboxingEnabled: context.config.getSandboxEnabled(),
|
||||
})),
|
||||
interactiveYoloMode: this.withSection(
|
||||
'interactiveYoloMode',
|
||||
() => true,
|
||||
|
||||
Reference in New Issue
Block a user