zhimin-z commited on
Commit ·
a0198ec
1
Parent(s): 8415343
addadd
Browse files- Claude Code.json +2 -1
- Gemini CLI.json +2 -1
- Grok CLI.json +2 -1
- OpenAI Codex.json +2 -1
Claude Code.json
CHANGED
|
@@ -4,5 +4,6 @@
|
|
| 4 |
"promptStyle": "flag",
|
| 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 |
}
|
|
|
|
| 4 |
"promptStyle": "flag",
|
| 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 |
}
|
Gemini CLI.json
CHANGED
|
@@ -4,5 +4,6 @@
|
|
| 4 |
"promptStyle": "flag",
|
| 5 |
"initArgs": ["--yolo"],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
-
"followupArgs": ["--yolo"]
|
|
|
|
| 8 |
}
|
|
|
|
| 4 |
"promptStyle": "flag",
|
| 5 |
"initArgs": ["--yolo"],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
+
"followupArgs": ["--yolo"],
|
| 8 |
+
"state": "active"
|
| 9 |
}
|
Grok CLI.json
CHANGED
|
@@ -4,5 +4,6 @@
|
|
| 4 |
"promptStyle": "flag",
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
-
"followupArgs": []
|
|
|
|
| 8 |
}
|
|
|
|
| 4 |
"promptStyle": "flag",
|
| 5 |
"initArgs": [],
|
| 6 |
"followupStyle": "replay",
|
| 7 |
+
"followupArgs": [],
|
| 8 |
+
"state": "inactive"
|
| 9 |
}
|
OpenAI Codex.json
CHANGED
|
@@ -4,5 +4,6 @@
|
|
| 4 |
"promptStyle": "exec",
|
| 5 |
"initArgs": ["--full-auto"],
|
| 6 |
"followupStyle": "resume",
|
| 7 |
-
"followupArgs": ["--full-auto"]
|
|
|
|
| 8 |
}
|
|
|
|
| 4 |
"promptStyle": "exec",
|
| 5 |
"initArgs": ["--full-auto"],
|
| 6 |
"followupStyle": "resume",
|
| 7 |
+
"followupArgs": ["--full-auto"],
|
| 8 |
+
"state": "active"
|
| 9 |
}
|