mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## Why The executor protocol supports Codex releases back to `0.145.0`, so compatibility needs to hold when either side of the app-server/exec-server connection is upgraded first. ## What changed - Define `MINIMUM_SUPPORTED_CODEX_VERSION` in `codex-exec-server-protocol`. - Add a Unix test harness that runs current-to-released and released-to-current command execution over authenticated Noise connections. - Test the current binary against itself, the latest release, and the minimum supported release by default, while allowing explicit release versions. - Verify that the remote command runs successfully and relay payloads remain encrypted, and increase the relay test timeout to accommodate the end-to-end scenarios. GitOrigin-RevId: faea8d44fce161f40ed15170876a1282a6de4c22