Skip to content
Discussion options

You must be logged in to vote

Hi @Suzukijs, i am also deep researching Gemini cli and here are what i think maybe helpful for you:

  1. Does Gemini CLI already support a local trust system like .gemini.local?
    Yes, but with a different architecture. You can create a .gemini/settings.json file inside your project and this file overrides your global user settings for that specific directory.

Approval Modes: In your workspace settings.json, you can set general.defaultApprovalMode to:

  • "auto_edit": This automatically approves file modifications (editing/writing) without prompting you.

  • "yolo": This can be enabled via the --yolo flag or security.disableYoloMode: false in settings. It auto-approves all actions, including shel…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Suzukijs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants