codex: Update to version 0.87.0

This commit is contained in:
github-actions[bot] 2026-01-16 16:30:50 +00:00
parent 93ed49a23e
commit abb8bcf702

View File

@ -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\"",