Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.59 KB

File metadata and controls

58 lines (40 loc) · 1.59 KB

Release v0.1.6

Release date: 2026-03-03 Channel: latest

Highlights

  • 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.json automatically.
  • Aligned Codex CLI sync default paths with CODEX_HOME to 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.

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 -- test/runtime-paths.test.ts test/storage-recovery-paths.test.ts test/codex-cli-state.test.ts

Merged PRs

  • Follow-up patch release for storage durability and Codex sync path alignment.

Commits

  • Included in release tag v0.1.6.

Notes

  • Multi-auth now treats backup/WAL signals as valid storage indicators during runtime directory selection.
  • Codex auth sync now targets the same CODEX_HOME root used by the active Codex installation.
  • Canonical runtime paths remain under ~/.codex/multi-auth unless overridden by environment.

Related