Skip to content

Instantly share code, notes, and snippets.

@savelee
Created October 27, 2025 12:13
Show Gist options
  • Save savelee/1a5ebcc8d33c5fce7ed099ccf18dd97d to your computer and use it in GitHub Desktop.
Save savelee/1a5ebcc8d33c5fce7ed099ccf18dd97d to your computer and use it in GitHub Desktop.
Example of Gemini settings.json to allow agent tools by default
{
"ide": {
"hasSeenNudge": true
},
"tools": {
"allowed": [
"run_shell_command",
"glob",
"write_file",
"read_file",
"edit_file",
"web_fetch",
"create_directory",
"list_directory",
"search_file_content",
"google_web_search",
"read_many_files",
"save_memory"
],
"security": {
"auth": {
"selectedType": "oauth-personal"
}
},
"approvalMode": "yolo"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment