mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-17 07:13:07 -07:00
22 lines
374 B
JSON
22 lines
374 B
JSON
{
|
|
"experimental": {
|
|
"plan": true,
|
|
"extensionReloading": true,
|
|
"modelSteering": true,
|
|
"memoryManager": true
|
|
},
|
|
"general": {
|
|
"devtools": true
|
|
},
|
|
"agents": {
|
|
"overrides": {
|
|
"browser_agent": { "enabled": true }
|
|
},
|
|
"browser": {
|
|
"headless": true,
|
|
"sessionMode": "isolated",
|
|
"allowedDomains": ["*.com"]
|
|
}
|
|
}
|
|
}
|