Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.13 KB

File metadata and controls

53 lines (39 loc) · 2.13 KB

Release v1.2.3

Release line: stable

This release supersedes the open main-target PR wave with one rebuilt, validated integration branch.

Scope

  • Current package version in package.json is 1.2.3.
  • Canonical command family remains codex auth ....
  • Canonical package name remains codex-multi-auth.
  • The release branch rebuild starts from origin/main commit cbce5f5c3c5588c08a388d600306366ccb95a6a7.

What Changed

  • remediated the audit:ci dependency findings and refreshed the lockfile on current main
  • fixed ready-first account ordering, including the menu auto-refresh race that could re-skip a later refresh
  • hardened the Codex wrapper compatibility path so unsupported reasoning-effort config is rewritten correctly, staged auth state syncs back before cleanup, and cleanup-failure tests do not rely on source rewriting
  • fixed usage-limit cooldown persistence across account state, fallback 429 handling, and quota scheduling without dropping secondary quota state
  • carried forward the config validation, unified-settings backup recovery, and flagged-backup recovery hardening from the older config/storage PR lane

Included PR Lanes

  • #351 chore: remediate audit-ci dependency findings
  • #352 fix ready-first account ordering regressions
  • #353 fix codex wrapper compatibility handling
  • #354 fix usage-limit cooldown persistence
  • #344 fix config validation and flagged backup recovery

Superseded PR Stack

  • #344 fix config validation and flagged backup recovery
  • #351 chore: remediate audit-ci dependency findings
  • #352 fix ready-first account ordering regressions
  • #353 fix codex wrapper compatibility handling
  • #354 fix usage-limit cooldown persistence

Validation

  • npm run lint
  • npm run typecheck
  • npm test -- --pool=threads --maxWorkers=1
  • npm run build
  • npm run clean:repo:check
  • npm run audit:ci
  • Full suite passed: 222/222 files, 3292/3292 tests

Related