mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
centralize file filtering in FileDiscoveryService (#1039)
This commit is contained in:
@@ -91,7 +91,7 @@ export class GeminiClient {
|
||||
});
|
||||
const platform = process.platform;
|
||||
const folderStructure = await getFolderStructure(cwd, {
|
||||
fileService: await this.config.getFileService(),
|
||||
fileService: this.config.getFileService(),
|
||||
});
|
||||
const context = `
|
||||
Okay, just setting up the context for our chat.
|
||||
|
||||
Reference in New Issue
Block a user