mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 04:21:31 -07:00
Fix: Update system instruction when GEMINI.md memory is loaded or refreshed (#12136)
This commit is contained in:
@@ -182,6 +182,9 @@ describe('memoryCommand', () => {
|
||||
include: [],
|
||||
}),
|
||||
isTrustedFolder: () => false,
|
||||
updateSystemInstructionIfInitialized: vi
|
||||
.fn()
|
||||
.mockResolvedValue(undefined),
|
||||
};
|
||||
|
||||
mockContext = createMockCommandContext({
|
||||
|
||||
Reference in New Issue
Block a user