From 4d4d59fc34eac2b05c8a31bb202dc743f9c57b29 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 1 Feb 2026 16:06:18 -0500 Subject: [PATCH] codex@0.93.0: Properly include companion tools (#7589) --- bucket/codex.json | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 9708dff034..03a910d4fb 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -5,12 +5,28 @@ "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe", - "hash": "93bffea8ed781691dc6e956084245e2538db33f4a9ed6bd15e54eb5be38466fd" + "url": [ + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe", + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe", + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe" + ], + "hash": [ + "93bffea8ed781691dc6e956084245e2538db33f4a9ed6bd15e54eb5be38466fd", + "213cba739c04f3044dea902c4a004169aad926a34e35c994645cc8eff00176cb", + "34082285938abde46744da64425baca6d7eb9292c6e6cd98fe8e9c78aede53a4" + ] }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe", - "hash": "0b32f6a1c0bc718730be3694f840ef6769b41c94d4e89efd57e36dafaf29f593" + "url": [ + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe", + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe", + "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe" + ], + "hash": [ + "0b32f6a1c0bc718730be3694f840ef6769b41c94d4e89efd57e36dafaf29f593", + "41802de6f19b6cb313f49bd013085eb912e7b7baf4456869486ad10fcf133927", + "6eb514ae17d9f795f23352f20994379c17a40fdbe62209ff7b79a868093606a2" + ] } }, "bin": [ @@ -26,10 +42,18 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe#/codex.exe" + "url": [ + "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe#/codex.exe", + "https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe", + "https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe" + ] }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe" + "url": [ + "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe", + "https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe", + "https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe" + ] } } }