You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(runtime): pin codex setup to rust-v0.118.0 for security (#663)
* fix(runtime): pin codex setup to rust-v0.118.0 for security (#662)
- Pin CODEX_VERSION to rust-v0.118.0 (latest stable) instead of 'latest'
to prevent supply-chain attacks via compromised upstream releases
- Update wire_api from 'chat' to 'responses' (the only protocol
supported by current Codex releases)
- Add user-facing messages about the pin and how to override
- Apply same changes to both .sh (Linux/macOS) and .ps1 (Windows)
Closes#662
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: address Copilot review feedback (#663)
- Use correct CLI syntax: apm runtime setup codex --version <version>
- Replace 'pinned to' wording with neutral 'Using Codex $VERSION'
- Fix CHANGELOG entry to reference PR #663 instead of issue #662
- Update runtime-compatibility.md to reflect pinned default version
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Sergio Sisternes <sergio.sisternes@epam.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments