codex: Update to version 0.71.0

This commit is contained in:
github-actions[bot] 2025-12-11 20:30:17 +00:00
parent 74f58d46b8
commit 75d8673f10

View File

@ -1,16 +1,16 @@
{
"version": "0.69.0",
"version": "0.71.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.69.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "e830edd80c41f568a11c8a1fc071e709f57a438dc0462ceafddc39979d79375d"
"url": "https://github.com/openai/codex/releases/download/rust-v0.71.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "e104af21237e5c5e945bd47f889589326e30656e047c190bf430a2cf06e4e320"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "e51fb04ef934909e84c270d1a747b0e0e7509f5c5a13f681e8624a08f2501644"
"url": "https://github.com/openai/codex/releases/download/rust-v0.71.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "265a2c2f770d4c88b9844679c424b9ba75802ac9c55ba687eb1239f4ed4402c9"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",