| { | |
| "website": "https://github.com/google-gemini/gemini-cli", | |
| "provider": "Google", | |
| "bin": "gemini", | |
| "promptStyle": "flag", | |
| "initArgs": [ | |
| "--allowed-tools", | |
| "run_shell_command", | |
| "read_file", | |
| "write_file", | |
| "replace", | |
| "glob" | |
| ], | |
| "followupStyle": "replay", | |
| "followupArgs": [ | |
| "--allowed-tools", | |
| "run_shell_command", | |
| "read_file", | |
| "write_file", | |
| "replace", | |
| "glob" | |
| ], | |
| "responseStartMarker": "", | |
| "responseEndMarker": "**Agent warnings:**", | |
| "state": "inactive" | |
| } |