Set memoryManager to false in settings.json (#24393)

This commit is contained in:
matt korwel
2026-03-31 20:38:50 -07:00
committed by GitHub
parent c9ed5e41b1
commit 7c5cd693ce

View File

@@ -2,7 +2,7 @@
"experimental": {
"extensionReloading": true,
"modelSteering": true,
"memoryManager": true,
"memoryManager": false,
"topicUpdateNarration": true
},
"general": {