mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Plumb extension context filenames through for /memory refresh (#1312)
This commit is contained in:
parent
b05b8673cd
commit
c9bea8e646
4 changed files with 39 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||
process.cwd(),
|
||||
config.getDebugMode(),
|
||||
config.getFileService(),
|
||||
config.getExtensionContextFilePaths(),
|
||||
);
|
||||
config.setUserMemory(memoryContent);
|
||||
config.setGeminiMdFileCount(fileCount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue