codex: Update to version 0.79.0

This commit is contained in:
github-actions[bot] 2026-01-07 04:32:29 +00:00
parent 3f38b68832
commit 73afada053

View File

@ -1,16 +1,16 @@
{
"version": "0.78.0",
"version": "0.79.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.78.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "cc365264c301584c65c4c562bff655ef9e31dbf88ea16aaa91302445c342ac20"
"url": "https://github.com/openai/codex/releases/download/rust-v0.79.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "6fc635491f131b6183063187532c9f147cd867e818b3f200f5cbefa2eb495b78"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.78.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "d74b7f09dbfb2d6ee88b3b1fa30b73656adebf496aa8cece0fcd64dbbf9f60dd"
"url": "https://github.com/openai/codex/releases/download/rust-v0.79.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "748a8bf0b7c94e6e8f6718d7b88b8b8559b8cb5dcd53704375abd5263c86f25c"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",