- 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.
- Clarified the
v1.2.5observability wording before shipping the forwarded-observability fix.
- 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.
Full Changelog: https://github.com/ndycode/codex-multi-auth/compare/v1.2.5...v1.2.6
- a76b67c docs: clarify v1.2.5 observability wording @ndycode
- e99d641 release: ship v1.2.6 forwarded observability fix @ndycode