v1.2.6.md
June 3, 2026 ยท View on GitHub
Runtime Rotation
Bugfixes
- Fixed wrapped non-auth Codex commands so successful forwarded request traffic increments persisted runtime observability counters.
- Added a wrapper fallback that records forwarded request metrics only when the child Codex process leaves the runtime snapshot unchanged, avoiding double-counting when plugin-side metrics already exist.
- Preserved existing
codex authobservability while making realcodex execsmoke runs visible incodex auth statusandcodex auth report --json.
Documentation
Improvements
- Clarified the
v1.2.5observability wording before shipping the forwarded-observability fix.
Release Hygiene
Improvements
- Added regression coverage for missing-child-update and already-updated snapshot cases in the wrapper suite, then validated with build and real
codex execsmoke checks.