reuse filtering service in getFolderStructure (#1016)

This commit is contained in:
Anas H. Sulaiman
2025-06-13 14:26:31 -04:00
committed by GitHub
parent 1f63f3331f
commit 084b58a50e
4 changed files with 24 additions and 33 deletions

View File

@@ -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}.