Skip to content

v1.2.1

Latest

Choose a tag to compare

@ndycode ndycode released this 23 Mar 15:19

Release v1.2.1

Release line: stable

This document anchors the current stable release reference used by the docs portal.

Scope

  • Current package version in package.json is 1.2.1.
  • Canonical command family remains codex auth ....
  • Canonical package name remains codex-multi-auth.
  • Carries forward the merged non-dev PR set landed after v1.2.0.

Changes

  • Added codex auth forecast --explain support and related regression coverage.
  • Aligned GPT-5 model routing with current OpenAI defaults.
  • Added package subpath exports and tightened shipped config/public API coverage.
  • Added maintainer runbooks and refreshed onboarding and command guidance.
  • Hardened storage export behavior so empty current pools fail cleanly instead of exporting invalid state.
  • Carried forward remaining non-dev storage/settings hardening work onto fresh main.
  • Hardened CLI manual-login test isolation and fixed the wait-utils fake-timer regression.

Included Merges

  • #318 release: merge current main-target PR set
  • #319 carry forward remaining unique non-dev PR work
  • #320 fix(storage): fail export when current pool is empty
  • #321 test: harden codex manager cli isolation

Validation

  • Merged main commit: 428d3a66006dacaa9de93cfe56c6a38263154886
  • npm run lint
  • npm run typecheck
  • npm run build
  • npm test -- --pool=threads --maxWorkers=1
  • Full suite passed: 221/221 files, 3166/3166 tests

Related