fix(agentci): correct codex exec flags for v0.98
Use `codex exec --full-auto` instead of `--approval-mode full-auto`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eaed083f9d
commit
82cb877121
1 changed files with 1 additions and 2 deletions
|
|
@ -110,8 +110,7 @@ echo "$(date -Iseconds) Running ${RUNNER} (model: ${MODEL})..."
|
||||||
|
|
||||||
case "$RUNNER" in
|
case "$RUNNER" in
|
||||||
codex)
|
codex)
|
||||||
codex --approval-mode full-auto \
|
codex exec --full-auto \
|
||||||
--quiet \
|
|
||||||
"$PROMPT" \
|
"$PROMPT" \
|
||||||
> "$LOG_FILE" 2>&1
|
> "$LOG_FILE" 2>&1
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue