codex@0.93.0: Properly include companion tools (#7589)

This commit is contained in:
Ofek Lev 2026-02-01 16:06:18 -05:00 committed by GitHub
parent 0b9b011b42
commit 4d4d59fc34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
}
}