Fix Codex argument bug
This commit is contained in:
@@ -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="${?}"
|
||||
|
||||
Reference in New Issue
Block a user