v1.3.2.md
June 3, 2026 ยท View on GitHub
Runtime Rotation
Bugfixes
- Fixed interactive forwarded Codex runs by preserving inherited terminal stdio for TTY-attached sessions. (#437)
- Kept non-TTY forwarded runs on captured output so unsupported-model fallback handling can still inspect downstream errors. (#437)
- Routed wrapper launch failures through the existing clean failure path even when
spawn()throws synchronously on Windows. (#437)
Release Hygiene
Improvements
- Added regression coverage for explicit no-capture forwarding, explicit capture forwarding, unsupported-model retries, and fixture-pinned
CODEX_HOMEisolation. (#437) - Checked script syntax, install state, and whitespace; local Vitest execution was blocked by Windows sandbox
spawn EPERMwhile starting esbuild.