Skip to content

Instantly share code, notes, and snippets.

@savelee
Created October 27, 2025 12:13
Show Gist options
  • Select an option

  • Save savelee/1a5ebcc8d33c5fce7ed099ccf18dd97d to your computer and use it in GitHub Desktop.

Select an option

Save savelee/1a5ebcc8d33c5fce7ed099ccf18dd97d to your computer and use it in GitHub Desktop.

Revisions

  1. savelee created this gist Oct 27, 2025.
    27 changes: 27 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    {
    "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"
    }
    }