mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-11 05:41:08 -07:00
Set memoryManager to false in settings.json (#24393)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"experimental": {
|
"experimental": {
|
||||||
"extensionReloading": true,
|
"extensionReloading": true,
|
||||||
"modelSteering": true,
|
"modelSteering": true,
|
||||||
"memoryManager": true,
|
"memoryManager": false,
|
||||||
"topicUpdateNarration": true
|
"topicUpdateNarration": true
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
|
|||||||
Reference in New Issue
Block a user