mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -07:00
feat(plan): refresh system prompt when approval mode changes (Shift+Tab) (#17585)
This commit is contained in:
@@ -59,7 +59,7 @@ export async function refreshMemory(
|
||||
fileCount = result.fileCount;
|
||||
}
|
||||
|
||||
await config.updateSystemInstructionIfInitialized();
|
||||
config.updateSystemInstructionIfInitialized();
|
||||
let content: string;
|
||||
|
||||
if (memoryContent.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user