mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
feat(core): Implement JIT context memory loading and UI sync (#14469)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user