zhimin-z commited on
Commit ·
484cca4
1
Parent(s): a0198ec
add
Browse files- Claude Code.json +1 -0
- Gemini CLI.json +3 -0
- Grok CLI.json +1 -0
- OpenAI Codex.json +3 -2
Claude Code.json
CHANGED
|
@@ -5,5 +5,6 @@
|
|
| 5 |
"initArgs": ["--output-format", "text", "--max-turns", "1", "--dangerously-skip-permissions"],
|
| 6 |
"followupStyle": "continue",
|
| 7 |
"followupArgs": ["--continue", "--output-format", "text", "--max-turns", "1", "--dangerously-skip-permissions"],
|
|
|
|
| 8 |
"state": "active"
|
| 9 |
}
|
|
|
|
| 5 |
"initArgs": ["--output-format", "text", "--max-turns", "1", "--dangerously-skip-permissions"],
|
| 6 |
"followupStyle": "continue",
|
| 7 |
"followupArgs": ["--continue", "--output-format", "text", "--max-turns", "1", "--dangerously-skip-permissions"],
|
| 8 |
+
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|
Gemini CLI.json
CHANGED
|
@@ -5,5 +5,8 @@
|
|
| 5 |
"initArgs": ["--yolo"],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": ["--yolo"],
|
|
|
|
|
|
|
|
|
|
| 8 |
"state": "active"
|
| 9 |
}
|
|
|
|
| 5 |
"initArgs": ["--yolo"],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": ["--yolo"],
|
| 8 |
+
"excludePatterns": [
|
| 9 |
+
"**Agent warnings:**"
|
| 10 |
+
],
|
| 11 |
"state": "active"
|
| 12 |
}
|
Grok CLI.json
CHANGED
|
@@ -5,5 +5,6 @@
|
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": [],
|
|
|
|
| 8 |
"state": "inactive"
|
| 9 |
}
|
|
|
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
"followupArgs": [],
|
| 8 |
+
"excludePatterns": [],
|
| 9 |
"state": "inactive"
|
| 10 |
}
|
OpenAI Codex.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"provider": "OpenAI",
|
| 3 |
"bin": "codex",
|
| 4 |
-
"promptStyle": "
|
| 5 |
"initArgs": ["--full-auto"],
|
| 6 |
-
"followupStyle": "
|
| 7 |
"followupArgs": ["--full-auto"],
|
|
|
|
| 8 |
"state": "active"
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"provider": "OpenAI",
|
| 3 |
"bin": "codex",
|
| 4 |
+
"promptStyle": "none",
|
| 5 |
"initArgs": ["--full-auto"],
|
| 6 |
+
"followupStyle": "none",
|
| 7 |
"followupArgs": ["--full-auto"],
|
| 8 |
+
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|