cli_data / Gemini CLI.json
zhiminy's picture
fix: update Gemini CLI.json
0f43a18 verified
Raw
History Blame Contribute Delete
521 Bytes
{
"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"
}