fix: update Gemini CLI.json
Browse files- Gemini CLI.json +17 -3
Gemini CLI.json
CHANGED
|
@@ -3,10 +3,24 @@
|
|
| 3 |
"provider": "Google",
|
| 4 |
"bin": "gemini",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"followupStyle": "replay",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "**Agent warnings:**",
|
| 11 |
"state": "inactive"
|
| 12 |
-
}
|
|
|
|
| 3 |
"provider": "Google",
|
| 4 |
"bin": "gemini",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--allowed-tools",
|
| 8 |
+
"run_shell_command",
|
| 9 |
+
"read_file",
|
| 10 |
+
"write_file",
|
| 11 |
+
"replace",
|
| 12 |
+
"glob"
|
| 13 |
+
],
|
| 14 |
"followupStyle": "replay",
|
| 15 |
+
"followupArgs": [
|
| 16 |
+
"--allowed-tools",
|
| 17 |
+
"run_shell_command",
|
| 18 |
+
"read_file",
|
| 19 |
+
"write_file",
|
| 20 |
+
"replace",
|
| 21 |
+
"glob"
|
| 22 |
+
],
|
| 23 |
"responseStartMarker": "",
|
| 24 |
"responseEndMarker": "**Agent warnings:**",
|
| 25 |
"state": "inactive"
|
| 26 |
+
}
|