From 71a6c56389cca575ce6bc4ad3119da6a55311e21 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 24 Jun 2026 10:45:58 +0000 Subject: [PATCH] =?UTF-8?q?fix(entrypoint):=20=E5=95=9F=E7=94=A8=20Codex?= =?UTF-8?q?=20sandbox=20bypass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 1580887..12537b7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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"