mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 14:00:27 -07:00
feat(core): Land ContextCompressionService (#24483)
This commit is contained in:
@@ -51,7 +51,7 @@ export async function refreshMemory(
|
||||
let fileCount = 0;
|
||||
|
||||
if (config.isJitContextEnabled()) {
|
||||
await config.getContextManager()?.refresh();
|
||||
await config.getMemoryContextManager()?.refresh();
|
||||
memoryContent = flattenMemory(config.getUserMemory());
|
||||
fileCount = config.getGeminiMdFileCount();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user