Skip to content

v1.2.6

Latest

Choose a tag to compare

@ndycode ndycode released this 06 Apr 11:35
· 1021 commits to main since this release

Minor Compatibility and Stability Release

This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.

  • fixed wrapped non-auth Codex commands so successful forwarded request traffic increments persisted runtime observability counters
  • added a wrapper fallback path that records forwarded request metrics only when the child Codex process leaves the runtime snapshot unchanged, avoiding double-counting when plugin-side metrics are present
  • preserved the existing codex auth observability behavior while making real codex exec smoke runs visible in codex auth status and codex auth report --json
  • added regression coverage for both missing-child-update and already-updated snapshot cases in the wrapper test suite

Commit Summary

  • a76b67c docs: clarify v1.2.5 observability wording
  • e99d641 release: ship v1.2.6 forwarded observability fix