mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 08:27:00 -07:00
feat: implement explicit context caching for main agent with stable SI hashing
This commit is contained in:
@@ -59,7 +59,7 @@ describe('Auto Routing Fallback Integration', () => {
|
||||
return ''; // Fallback for other files
|
||||
});
|
||||
|
||||
fakeGenerator = new FakeContentGenerator([]);
|
||||
fakeGenerator = new FakeContentGenerator([], []);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user