From 8d81a06a9d86618e1373afe37e2287042e263dec Mon Sep 17 00:00:00 2001 From: Danny Kim Date: Thu, 9 Jul 2026 08:54:12 +0900 Subject: [PATCH] Fix Codex argument bug --- scripts/run-codex.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run-codex.sh b/scripts/run-codex.sh index b44e0f5..fec56eb 100644 --- a/scripts/run-codex.sh +++ b/scripts/run-codex.sh @@ -16,7 +16,6 @@ OUTPUT_FILE="$(mktemp)" set +e codex exec \ - --full-auto \ --dangerously-bypass-approvals-and-sandbox \ "${FINAL_PROMPT}" > "${OUTPUT_FILE}" 2>&1 CODEX_STATUS="${?}"