Plumb extension context filenames through for /memory refresh (#1312)

This commit is contained in:
Billy Biggs 2025-06-22 16:17:05 -07:00 committed by GitHub
parent b05b8673cd
commit c9bea8e646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 0 deletions

View file

@ -183,6 +183,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
process.cwd(),
config.getDebugMode(),
config.getFileService(),
config.getExtensionContextFilePaths(),
);
config.setUserMemory(memoryContent);
config.setGeminiMdFileCount(fileCount);