Release date: 2026-03-03
Channel: latest
- Fixed reset-on-update behavior by improving multi-auth runtime path selection when account storage is available only through recovery artifacts.
- Added backup discovery recovery so non-standard backup files can restore
openai-codex-accounts.jsonautomatically. - Aligned Codex CLI sync default paths with
CODEX_HOMEto prevent auth writes from going to a different profile directory. - Hardened switch-sync reporting so account switches fail fast when required Codex auth persistence does not complete.
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 -- test/runtime-paths.test.ts test/storage-recovery-paths.test.ts test/codex-cli-state.test.ts
- Follow-up patch release for storage durability and Codex sync path alignment.
- Included in release tag
v0.1.6.
- Multi-auth now treats backup/WAL signals as valid storage indicators during runtime directory selection.
- Codex auth sync now targets the same
CODEX_HOMEroot used by the active Codex installation. - Canonical runtime paths remain under
~/.codex/multi-authunless overridden by environment.