Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.51 KB

File metadata and controls

60 lines (42 loc) · 1.51 KB

Release v0.1.5

Release date: 2026-03-03 Channel: latest

Highlights

  • Fixed Windows crash path where codex auth wrapper shutdown could trigger UV_HANDLE_CLOSING assertions after command completion.
  • Updated model-matrix harness for current Codex CLI invocation semantics (exec + JSON mode) and removed deprecated argument assumptions.
  • Hardened Windows matrix execution by resolving .cmd wrappers to script-entry execution with stable argument passing.
  • Tightened matrix success/failure classification to reduce false negatives from output-text heuristics.

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
  • npm run test:coverage
  • npx vitest run test/test-model-matrix-script.test.ts

Merged PRs

  • Follow-up release patch for wrapper stability and matrix harness compatibility

Commits

  • Included in release tag v0.1.5.

Notes

  • Local multi-auth routing remains the source of truth for account selection.
  • Wrapper shutdown now uses natural process completion semantics to keep Windows runtime stable.
  • Canonical runtime paths remain under ~/.codex/multi-auth.

Related