Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1 KB

File metadata and controls

49 lines (35 loc) · 1 KB

Release v0.1.0

Release date: 2026-02-27
Channel: latest

Highlights

  • Stable release for Codex-first multi-account OAuth operations.
  • Canonical codex auth ... command family for account lifecycle management.
  • Dashboard/settings/runtime reliability controls documented and validated.

Install

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

Core Operations

codex auth login
codex auth list
codex auth check
codex auth forecast --live
codex auth fix --dry-run
codex auth doctor --fix

Validation Snapshot

Release gate commands:

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

Notes

  • Legacy scoped package @ndycode/codex-multi-auth is migration-only.
  • Canonical runtime paths are under ~/.codex/multi-auth.
  • Legacy historical changelog entries are archived in legacy-pre-0.1-history.md.

Related