Files
gemini-cli/.gemini/settings.json
T
Gal Zahavi 8aef2a400b feat(core): implement bounded history retention for GeminiChat
- 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.
2026-04-03 02:48:40 +00:00

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": {}
}
}