Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

File metadata and controls

17 lines (12 loc) · 1.01 KB

Bug Fixes

  • 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 auth observability while making real codex exec smoke runs visible in codex auth status and codex auth report --json.

Documentation

  • Clarified the v1.2.5 observability wording before shipping the forwarded-observability fix.

Chores

  • Added regression coverage for missing-child-update and already-updated snapshot cases in the wrapper suite, then validated with build and real codex exec smoke checks.

Changelog

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