feat(core): Implement JIT context memory loading and UI sync (#14469)

This commit is contained in:
Sandy Tao
2025-12-19 07:04:03 -10:00
committed by GitHub
parent 3c92bdb1ad
commit 2e229d3bb6
14 changed files with 292 additions and 91 deletions
@@ -932,7 +932,9 @@ included directory memory
path.join(extensionPath, 'CustomContext.md'),
);
expect(config.getGeminiMdFilePaths()).equals(refreshResult.filePaths);
expect(mockEventListener).toHaveBeenCalledExactlyOnceWith(refreshResult);
expect(mockEventListener).toHaveBeenCalledExactlyOnceWith({
fileCount: refreshResult.fileCount,
});
});
it('should include MCP instructions in user memory', async () => {