fix(entrypoint): 啟用 Codex sandbox bypass
This commit is contained in:
@@ -47,6 +47,7 @@ codex_output="$(mktemp)"
|
||||
|
||||
set +e
|
||||
codex exec \
|
||||
--dangerously-bypass-approvals-and-sandbox \
|
||||
--skip-git-repo-check \
|
||||
--model "$MODEL" \
|
||||
"$PROMPT" 2>&1 | tee "$codex_output"
|
||||
|
||||
Reference in New Issue
Block a user