feat(plan): refresh system prompt when approval mode changes (Shift+Tab) (#17585)

This commit is contained in:
Jerop Kipruto
2026-01-26 18:45:24 -05:00
committed by GitHub
parent b5fe372b5b
commit 49c26b4801
5 changed files with 49 additions and 9 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export async function refreshMemory(
fileCount = result.fileCount;
}
await config.updateSystemInstructionIfInitialized();
config.updateSystemInstructionIfInitialized();
let content: string;
if (memoryContent.length > 0) {