codex: Update to version 0.81.0

This commit is contained in:
github-actions[bot] 2026-01-14 20:30:47 +00:00
parent f1f478bf96
commit d8cd982a27

View File

@ -1,16 +1,16 @@
{
"version": "0.80.0",
"version": "0.81.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.80.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "3b708be86a37f0e0f75880350e0134d6f513b1aff3cd773979b31219f1e63e85"
"url": "https://github.com/openai/codex/releases/download/rust-v0.81.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "572bb8bbb369ac39fb6262a6e9f08f31556b8f91e556da0a388b9e32f40c9288"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.80.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "6ddeafa2eb3c075125e289c190bc739e5ffd7220c40105a984a5828a18e7ad86"
"url": "https://github.com/openai/codex/releases/download/rust-v0.81.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "f46907fd7b900c6de46ca367d59979745548c5a3942b94c0e77b6f6c063fa31b"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",