Release date: 2026-03-03
Channel: latest
- Hardened Windows global command routing so multi-auth survives Codex npm shim takeovers across
codex.bat,codex.cmd, andcodex.ps1. - Added stock-shim signature replacement and invocation-path-first shim resolution to avoid false PATH matches and stale launcher routing.
- Added PowerShell profile guard installation so new PowerShell sessions keep resolving
codexto the multi-auth wrapper. - Strengthened account recovery by auto-promoting discovered real backups when primary storage is synthetic fixture data (including missing
accountIdfixture rows). - Hardened Codex auth sync writes by enriching active account payloads with complete token shape (
access_token,refresh_token,id_token) to prevent malformed auth fallbacks. - Added visible dashboard version label in TUI header (
Accounts Dashboard (vX.Y.Z)).
npm i -g @openai/codex
npm i -g codex-multi-authcodex auth login
codex auth list
codex auth switch 2
codex auth status
codex auth check
codex auth forecast --liveRelease gate commands:
npm run lintnpm run typechecknpm run buildnpm test
Broad validation result:
100/100test files passed2328/2328tests passed
- Release hardening rollup for Windows shim resilience, storage recovery promotion, and TUI version visibility.
- Included in release tag
v0.1.7.
- Existing account storage is auto-recovered from real backup artifacts when synthetic fixture resets are detected.
- Windows command shims now self-heal from known stock Codex shim replacements during normal command execution.
- TUI now shows the active package version directly in the dashboard title for fast runtime verification.