zhimin-z commited on
Commit ·
26e9477
1
Parent(s): 98f9ad5
add
Browse files- Gemini CLI.json +2 -2
Gemini CLI.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"provider": "Google",
|
| 3 |
"bin": "gemini",
|
| 4 |
"promptStyle": "flag",
|
| 5 |
-
"initArgs": ["--
|
| 6 |
"followupStyle": "replay",
|
| 7 |
-
"followupArgs": ["--
|
| 8 |
"outputEndMarker": "**Agent warnings:**",
|
| 9 |
"state": "active"
|
| 10 |
}
|
|
|
|
| 2 |
"provider": "Google",
|
| 3 |
"bin": "gemini",
|
| 4 |
"promptStyle": "flag",
|
| 5 |
+
"initArgs": ["--allowed-tools", "run_shell_command", "read_file", "write_file", "replace", "glob"],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
+
"followupArgs": ["--allowed-tools", "run_shell_command", "read_file", "write_file", "replace", "glob"],
|
| 8 |
"outputEndMarker": "**Agent warnings:**",
|
| 9 |
"state": "active"
|
| 10 |
}
|