zhimin-z
commited on
Commit
·
5e3373a
1
Parent(s):
26e9477
add
Browse files- Claude Code.json +2 -0
- Gemini CLI.json +1 -0
- Grok CLI.json +2 -0
Claude Code.json
CHANGED
|
@@ -5,5 +5,7 @@
|
|
| 5 |
"initArgs": ["--allowedTools", "Bash(*)", "Edit(*)", "Read(*)", "Write(*)", "Glob(*)", "Grep(*)", "--verbose", "--output-format", "stream-json", "--max-turns", "10"],
|
| 6 |
"followupStyle": "resume",
|
| 7 |
"followupArgs": ["--allowedTools", "Bash(*)", "Edit(*)", "Read(*)", "Write(*)", "Glob(*)", "Grep(*)", "--verbose", "--output-format", "stream-json", "--max-turns", "10"],
|
|
|
|
|
|
|
| 8 |
"state": "active"
|
| 9 |
}
|
|
|
|
| 5 |
"initArgs": ["--allowedTools", "Bash(*)", "Edit(*)", "Read(*)", "Write(*)", "Glob(*)", "Grep(*)", "--verbose", "--output-format", "stream-json", "--max-turns", "10"],
|
| 6 |
"followupStyle": "resume",
|
| 7 |
"followupArgs": ["--allowedTools", "Bash(*)", "Edit(*)", "Read(*)", "Write(*)", "Glob(*)", "Grep(*)", "--verbose", "--output-format", "stream-json", "--max-turns", "10"],
|
| 8 |
+
"outputStartMarker": "",
|
| 9 |
+
"outputEndMarker": "",
|
| 10 |
"state": "active"
|
| 11 |
}
|
Gemini CLI.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 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 |
}
|
|
|
|
| 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 |
+
"outputStartMarker": "",
|
| 9 |
"outputEndMarker": "**Agent warnings:**",
|
| 10 |
"state": "active"
|
| 11 |
}
|
Grok CLI.json
CHANGED
|
@@ -5,5 +5,7 @@
|
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": [],
|
|
|
|
|
|
|
| 8 |
"state": "inactive"
|
| 9 |
}
|
|
|
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": [],
|
| 8 |
+
"outputStartMarker": "",
|
| 9 |
+
"outputEndMarker": "",
|
| 10 |
"state": "inactive"
|
| 11 |
}
|