From a1a499cdf62705ca352f4e1eba38c477da8c04e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:29:43 +0000 Subject: [PATCH] codex: Update to version 0.55.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 738ca0a024..eebf17099f 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.53.0", + "version": "0.55.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.53.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "9b6107aa7739418aeb5c0b5296cc17b894e9593359bd0cbdb1d48bb8e97ed82c" + "url": "https://github.com/openai/codex/releases/download/rust-v0.55.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "e5db2182537fc8b6a7623b13a72aa2e9783fadd6cce4c08eb379620c97caaf85" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.53.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "e95c64782a3582e599932fca6940dd1099642d2b930cf0d8cea7f002a23b7382" + "url": "https://github.com/openai/codex/releases/download/rust-v0.55.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "f31e49861bc9c09340268a891e4fcf707a24f4dd9b2b9d00651501c602c5461c" } }, "pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",