From abb8bcf702056c5918c1fc3a3384229fd2d8f5b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:30:50 +0000 Subject: [PATCH] codex: Update to version 0.87.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index e935e64173..ac43189200 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.86.0", + "version": "0.87.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.86.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "68eb51464a1237a28125876530bdc1dd07ddce312ff9ba77a53050ac790e8e12" + "url": "https://github.com/openai/codex/releases/download/rust-v0.87.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "c9ed49ba8b38af2ece93d7ef165c3ed1318ac6e6add6b79f3730e092db1a30ba" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.86.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "66718aa0283b582d9cf0fb1072aeab575f45882085f2d8436d4d42a55fab173a" + "url": "https://github.com/openai/codex/releases/download/rust-v0.87.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "9bdeb502e42bb1d2920c888cdf5e60e4cca3975920cd54c2b7eb465d16be3c1a" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",