mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-20 00:32:31 -07:00
7c0cfd53df
If the user's home directory or global `.gemini` config directory has restrictive permissions that prevent `realpathSync` from succeeding, the CLI should not crash. Instead, it now gracefully degrades by omitting the global config directory from the valid security boundaries for plan directories, allowing the CLI to continue operating securely within the project root.