From d3989ec5909258d1643e989b6b5904d1359320cd Mon Sep 17 00:00:00 2001 From: Zbigniew Sobiecki Date: Tue, 28 Jul 2026 16:40:52 +0000 Subject: [PATCH] =?UTF-8?q?chore(worker):=20bump=20Codex=20CLI=20pin=200.1?= =?UTF-8?q?41.0=20=E2=86=92=200.145.0=20(MNG-1753)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `gpt-5.6-sol` is rejected by the pinned @openai/codex@0.141.0 with a hard 400 ("requires a newer version of Codex"). 0.145.0 is the current npm `latest` tag and the canaried target from MNG-1753. Single pin in Dockerfile.worker; no other references. The deploy pipeline's worker runtime smoke test gates the image before it promotes. Co-Authored-By: Claude Opus 4.8 --- Dockerfile.worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.worker b/Dockerfile.worker index 0ce46bde..25b3ecec 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -74,7 +74,7 @@ RUN ARCH=$(dpkg --print-architecture) && \ # upstream CLI changes can introduce subtle behavioural drift in headless mode. RUN npm install -g \ @anthropic-ai/claude-code@2.1.185 \ - @openai/codex@0.141.0 \ + @openai/codex@0.145.0 \ opencode-ai@1.14.25 # Playwright browser cache.