mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
feat: consolidate sandbox configurations into a single object (#1154)
This commit is contained in:
@@ -131,7 +131,7 @@ const baseConfigParams: ConfigParameters = {
|
||||
vertexai: false,
|
||||
},
|
||||
embeddingModel: 'test-embedding-model',
|
||||
sandbox: false,
|
||||
sandbox: undefined,
|
||||
targetDir: '/test/dir',
|
||||
debugMode: false,
|
||||
userMemory: '',
|
||||
|
||||
Reference in New Issue
Block a user