fix: update OpenAI Codex.json
Browse files- OpenAI Codex.json +6 -2
OpenAI Codex.json
CHANGED
|
@@ -3,9 +3,13 @@
|
|
| 3 |
"provider": "OpenAI",
|
| 4 |
"bin": "codex",
|
| 5 |
"promptStyle": "exec",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
| 7 |
"followupStyle": "resume",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "\ncodex\n",
|
| 10 |
"responseEndMarker": "\ntokens used",
|
| 11 |
"state": "inactive"
|
|
|
|
| 3 |
"provider": "OpenAI",
|
| 4 |
"bin": "codex",
|
| 5 |
"promptStyle": "exec",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--full-auto"
|
| 8 |
+
],
|
| 9 |
"followupStyle": "resume",
|
| 10 |
+
"followupArgs": [
|
| 11 |
+
"--full-auto"
|
| 12 |
+
],
|
| 13 |
"responseStartMarker": "\ncodex\n",
|
| 14 |
"responseEndMarker": "\ntokens used",
|
| 15 |
"state": "inactive"
|