feat(core): Land ContextCompressionService (#24483)

This commit is contained in:
joshualitt
2026-04-02 09:22:04 -07:00
committed by GitHub
parent 826bc3359a
commit aee2dd8577
32 changed files with 1160 additions and 229 deletions
+1 -1
View File
@@ -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 {