Skip to content

v1.2.0

Choose a tag to compare

@ndycode ndycode released this 20 Mar 13:22
· 1142 commits to main since this release

Minor Compatibility and Stability Release

This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.

  • 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.

Commit Summary

  • 57fd770 feat(cli): add 'codex auth best' command for automatic best account switching
  • f82a748 add-manual-login-mode-for-headless-auth-flows
  • f539e9e fix(runtime):preserve-selected-workspace-in-request-routing
  • 7b40b05 feat(runtime): add proxy-compatible upstream transport
  • b526074 chore(lockfile): normalize undici dependency entry
  • 3953d5d fix(auth): skip callback wait in manual login mode
  • 8f91ee3 fix(auth): skip callback wait in manual login mode
  • 5972554 fix(auth): honor explicit no-browser env toggles
  • 91ec5a9 fix(runtime): preserve fallback account source on snapshot updates
  • aa88882 fix(proxy): drain shared dispatchers on shutdown
  • 73e0811 fix(auth): honor explicit no-browser env toggles
  • bbbf67a fix(runtime): preserve fallback account source on snapshot updates