From 91ca702f3980c995e762f3c20a0334bb0d85a93c Mon Sep 17 00:00:00 2001 From: kevinwang5658 <20214115+kevinwang5658@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:11:12 +0000 Subject: [PATCH] fix: auto-fix test failures from Test all (MacOS) --- src/resources/codex/codex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/codex/codex.ts b/src/resources/codex/codex.ts index 15868c10..406c7ccb 100644 --- a/src/resources/codex/codex.ts +++ b/src/resources/codex/codex.ts @@ -163,7 +163,7 @@ export class CodexResource extends Resource { const $ = getPty(); await $.spawn( - 'bash -c "curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 sh"', + 'bash -c "curl -fsSL --retry 5 --retry-delay 3 --retry-all-errors https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 sh"', { interactive: true }, );