mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-03 01:40:59 -07:00
fix(trust): Respect folder trust setting when reading GEMINI.md (#7409)
This commit is contained in:
@@ -79,10 +79,10 @@ export async function loadConfig(
|
||||
false,
|
||||
fileService,
|
||||
extensionContextFilePaths,
|
||||
true, /// TODO: Wire up folder trust logic here.
|
||||
);
|
||||
configParams.userMemory = memoryContent;
|
||||
configParams.geminiMdFileCount = fileCount;
|
||||
|
||||
const config = new Config({
|
||||
...configParams,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user