mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
fix(trust): Respect folder trust setting when reading GEMINI.md (#7409)
This commit is contained in:
@@ -726,6 +726,10 @@ export class Config {
|
||||
return this.folderTrustFeature;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns 'true' if the workspace is considered "trusted".
|
||||
* 'false' for untrusted.
|
||||
*/
|
||||
getFolderTrust(): boolean {
|
||||
return this.folderTrust;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user