codex: Update to version 0.58.0

This commit is contained in:
github-actions[bot] 2025-11-13 20:29:26 +00:00
parent d952b54d66
commit 386db8a133

View File

@ -1,16 +1,16 @@
{ {
"version": "0.57.0", "version": "0.58.0",
"description": "OpenAI's Codex AI coding assistant", "description": "OpenAI's Codex AI coding assistant",
"homepage": "https://github.com/openai/codex", "homepage": "https://github.com/openai/codex",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-x86_64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "e11109c2b06c2cb693b2def6ade39ebf30c2ecf0e684ae3c3abc6f2cd039f66e" "hash": "6d94db7acc5a481696e9c862cdacf6446281b81f622767a9e406088d35b0152d"
}, },
"arm64": { "arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-aarch64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "cd879b170ba827c59a44a530a09fae0d133f146c40dc179c6b52c5455b52c04f" "hash": "4212ed9faf5e117657bb334adb9c4366019f1225c9e9801967c82227309838e8"
} }
}, },
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"", "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",