Skip to content

v1.2.0

Latest

Choose a tag to compare

@ndycode ndycode released this 20 Mar 13:22
· 1 commit to main since this release

Release v1.2.0

Release date: 2026-03-20
Channel: latest

Highlights

  • Added headless-friendly auth login with manual callback support for environments where browser launch or the local callback listener is unavailable.
  • Preserved selected workspace routing across retries and fallback paths instead of collapsing back to mutable token-derived identity.
  • Added proxy-compatible upstream transport, workspace-disabled auto-rotation, onboarding restore from the latest saved backup, and restored experimental settings hotkeys.

Install

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

Core Operations

codex auth login
codex auth login --manual
codex auth status
codex auth check --live
codex auth forecast --live

Validation Snapshot

Release gate commands:

  • npm run clean:repo:check
  • npm run lint
  • npm run typecheck
  • npm run build
  • npm test

Broad validation result:

  • repo-hygiene check passed
  • npm run lint passed
  • npm run typecheck passed
  • npm run build passed
  • 106/106 test files passed
  • 2640/2640 tests passed

Merged PRs

  • #132 add manual login mode for headless auth flows
  • #133 preserve selected workspace in request routing
  • #134 add proxy-compatible upstream transport
  • #136 feat: auto-rotate on disabled/expired workspace errors
  • #137 add onboarding restore for latest saved backup
  • #138 fix experimental settings tui hotkeys

Notes

  • This republishes the existing v1.2.0 tag with the final merged PR inventory.
  • The stacked #132, #133, and #134 release content is on main through the release-integration merges captured by the v1.2.0 tag; the temporary git-plan/* stack branches were removed after release cleanup.
  • The validation run on the tagged tree emitted duplicate getCurrentWorkspace test-fixture warnings in test/index.test.ts, but the build and full suite still passed.

Related