zhiminy commited on
Commit
0f43a18
·
verified ·
1 Parent(s): 79288fb

fix: update Gemini CLI.json

Browse files
Files changed (1) hide show
  1. Gemini CLI.json +17 -3
Gemini CLI.json CHANGED
@@ -3,10 +3,24 @@
3
  "provider": "Google",
4
  "bin": "gemini",
5
  "promptStyle": "flag",
6
- "initArgs": ["--allowed-tools", "run_shell_command", "read_file", "write_file", "replace", "glob"],
 
 
 
 
 
 
 
7
  "followupStyle": "replay",
8
- "followupArgs": ["--allowed-tools", "run_shell_command", "read_file", "write_file", "replace", "glob"],
 
 
 
 
 
 
 
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
+ }