mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
reuse filtering service in getFolderStructure (#1016)
This commit is contained in:
@@ -85,7 +85,9 @@ export class GeminiClient {
|
||||
day: 'numeric',
|
||||
});
|
||||
const platform = process.platform;
|
||||
const folderStructure = await getFolderStructure(cwd);
|
||||
const folderStructure = await getFolderStructure(cwd, {
|
||||
fileService: await this.config.getFileService(),
|
||||
});
|
||||
const context = `
|
||||
Okay, just setting up the context for our chat.
|
||||
Today is ${today}.
|
||||
|
||||
Reference in New Issue
Block a user