Skip to content

Releases: ndycode/codex-multi-auth

v0.1.7

08 Mar 22:14

Choose a tag to compare

Release v0.1.7

Release date: 2026-03-03
Channel: latest

Highlights

  • Hardened Windows global command routing so multi-auth survives Codex npm shim takeovers across codex.bat, codex.cmd, and codex.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 codex to the multi-auth wrapper.
  • Strengthened account recovery by auto-promoting discovered real backups when primary storage is synthetic fixture data (including missing accountId fixture 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)).

Install

npm i -g @openai/codex
npm i -g codex-multi-auth

Core Operations

codex auth login
codex auth list
codex auth switch 2
codex auth status
codex auth check
codex auth forecast --live

Validation Snapshot

Release gate commands:

  • npm run lint
  • npm run typecheck
  • npm run build
  • npm test

Broad validation result:

  • 100/100 test files passed
  • 2328/2328 tests passed

Merged PRs

  • Release hardening rollup for Windows shim resilience, storage recovery promotion, and TUI version visibility.

Commits

  • Included in release tag v0.1.7.

Notes

  • 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.

Related

What's Changed

New Contributors

Full Changelog: https://github.com/ndycode/codex-multi-auth/commits/v0.1.7