codex: Update to version 0.57.0

This commit is contained in:
github-actions[bot] 2025-11-10 00:42:39 +00:00
parent e4c805eef3
commit 4aba8d1054

View File

@ -1,16 +1,16 @@
{ {
"version": "0.56.0", "version": "0.57.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.56.0/codex-x86_64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "8f273eafc3c7f4b5c8aab45864ff8937592a9e6b703f3263d698e207ebd97702" "hash": "e11109c2b06c2cb693b2def6ade39ebf30c2ecf0e684ae3c3abc6f2cd039f66e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.56.0/codex-aarch64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "cf1cb2e20901a97a2f319cf78e6de6a8d5ecdf89616aa7b401933cc91e52323c" "hash": "cd879b170ba827c59a44a530a09fae0d133f146c40dc179c6b52c5455b52c04f"
} }
}, },
"pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"", "pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",