codex: Update to version 0.69.0

This commit is contained in:
github-actions[bot] 2025-12-11 00:43:01 +00:00
parent 77416d7cc5
commit b7c272c578

View File

@ -1,16 +1,16 @@
{
"version": "0.66.0",
"version": "0.69.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.66.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "25be986486cbd312a416239f2f0e0ead075dad958e44b735dd8603ea8ab6c0fc"
"url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "e830edd80c41f568a11c8a1fc071e709f57a438dc0462ceafddc39979d79375d"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.66.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "8d938c8f1e23c6efeb2f33507324de51db7a6304e6b1fd7a8ca68572b021e2a7"
"url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "e51fb04ef934909e84c270d1a747b0e0e7509f5c5a13f681e8624a08f2501644"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",