From b7c272c578617104731ce06763675f8b0ba403a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 00:43:01 +0000 Subject: [PATCH] codex: Update to version 0.69.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 090090ba2c..f5e399e97c 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.66.0", + "version": "0.69.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.66.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "25be986486cbd312a416239f2f0e0ead075dad958e44b735dd8603ea8ab6c0fc" + "url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "e830edd80c41f568a11c8a1fc071e709f57a438dc0462ceafddc39979d79375d" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.66.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "8d938c8f1e23c6efeb2f33507324de51db7a6304e6b1fd7a8ca68572b021e2a7" + "url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "e51fb04ef934909e84c270d1a747b0e0e7509f5c5a13f681e8624a08f2501644" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",