mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
centralize file filtering in FileDiscoveryService (#1039)
This commit is contained in:
parent
e6d5477168
commit
4873fce791
27 changed files with 221 additions and 567 deletions
|
|
@ -139,7 +139,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||
const { memoryContent, fileCount } = await loadHierarchicalGeminiMemory(
|
||||
process.cwd(),
|
||||
config.getDebugMode(),
|
||||
await config.getFileService(),
|
||||
config.getFileService(),
|
||||
);
|
||||
config.setUserMemory(memoryContent);
|
||||
config.setGeminiMdFileCount(fileCount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue