From 4aba8d1054fd8d08d17b1fe087cf6c7dbf4e6bfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:42:39 +0000 Subject: [PATCH] codex: Update to version 0.57.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index fc8bf5bd30..cb6c525970 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.56.0", + "version": "0.57.0", "description": "OpenAI's Codex AI coding assistant", "homepage": "https://github.com/openai/codex", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.56.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "8f273eafc3c7f4b5c8aab45864ff8937592a9e6b703f3263d698e207ebd97702" + "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "e11109c2b06c2cb693b2def6ade39ebf30c2ecf0e684ae3c3abc6f2cd039f66e" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.56.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "cf1cb2e20901a97a2f319cf78e6de6a8d5ecdf89616aa7b401933cc91e52323c" + "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "cd879b170ba827c59a44a530a09fae0d133f146c40dc179c6b52c5455b52c04f" } }, "pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",