Releases: ndycode/codex-multi-auth
Releases · ndycode/codex-multi-auth
v0.1.7
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, 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)).
Install
npm i -g @openai/codex
npm i -g codex-multi-authCore Operations
codex auth login
codex auth list
codex auth switch 2
codex auth status
codex auth check
codex auth forecast --liveValidation Snapshot
Release gate commands:
npm run lintnpm run typechecknpm run buildnpm test
Broad validation result:
100/100test files passed2328/2328tests 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
- feat: final consolidated codex multi-auth overhaul (runtime + tui + docs) by @ndycode in #4
- CodeRabbit Generated Unit Tests: Add unit tests for PR changes by @coderabbitai[bot] in #5
- Refactor: complete codex-only migration and repair build/test by @ndycode in #6
- feat: unified overhaul — consolidate PRs #7, #8, #10, #11, #12, #13 by @ndycode in #14
- Fix account storage identity across worktree branch changes by @ndycode in #28
- Add rotating account backup fallback recovery by @ndycode in #29
- supersede: unify PRs #15 #16 #17 #18 #19 #20 #24 #25 into one branch by @ndycode in #27
New Contributors
- @coderabbitai[bot] made their first contribution in #5
Full Changelog: https://github.com/ndycode/codex-multi-auth/commits/v0.1.7