From 947fa38bcd514a83777ead8a39e6b3eeefc446ab Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 9 Feb 2026 11:02:41 +0000 Subject: [PATCH] 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 --- scripts/agent-runner.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/agent-runner.sh b/scripts/agent-runner.sh index caf45a7..49aebd4 100755 --- a/scripts/agent-runner.sh +++ b/scripts/agent-runner.sh @@ -110,8 +110,7 @@ echo "$(date -Iseconds) Running ${RUNNER} (model: ${MODEL})..." case "$RUNNER" in codex) - codex --approval-mode full-auto \ - --quiet \ + codex exec --full-auto \ "$PROMPT" \ > "$LOG_FILE" 2>&1 ;;