Devbox v1.3.1
Fixes Codex OAuth renewal when host Codex and Devbox Codex share the same rotating login.
- Delegates token rotation to the host Codex managed-auth layer.
- Serializes refreshes across concurrent Devbox proxies and adopts credentials already rotated by another process.
- Retries rejected requests without re-consuming a stale one-time refresh token.
- Documents golden-image first-run cost, startup optimization, and path-keyed persistent sessions.
Validation: 110 Bats tests and 40 Python tests passed; lint and diff checks passed.