mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 12:00:18 -07:00
8aef2a400b
- Improved ToolOutputMaskingService to mask exceptionally large outputs (> 2x threshold) even in the latest turn. - Implemented pruneHistory in GeminiChat with configurable turn and token limits to provide a hard safety net against OOM. - Added getters and initialization for experimental history truncation settings in Config. - Added comprehensive unit tests in geminiChat_pruning.test.ts. - Verified with npm test and build.
20 lines
317 B
JSON
20 lines
317 B
JSON
{
|
|
"experimental": {
|
|
"extensionReloading": true,
|
|
"modelSteering": true,
|
|
"memoryManager": true,
|
|
"topicUpdateNarration": true
|
|
},
|
|
"general": {
|
|
"devtools": true,
|
|
"plan": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"security": {
|
|
"toolSandboxing": true
|
|
},
|
|
"agents": {
|
|
"overrides": {}
|
|
}
|
|
} |