Skip to content

v2.1.9

Choose a tag to compare

@ndycode ndycode released this 10 May 15:42
· 617 commits to main since this release

v2.1.9

login --device-auth no longer quits before you finish signing in, and explicit login flags now work when you already have accounts.

Fixes

  • codex-multi-auth login --device-auth exited with Detected unsettled top-level await while you were still signing in. It now waits until polling finishes or you cancel.
  • --device-auth, --manual and --no-browser were ignored if you already had accounts saved, because the Accounts Dashboard menu took over. They work now.
  • After an explicit-mode sign-in, declining "Add another account?", pressing Ctrl-C, or hitting the 20-account cap now exits instead of looping back to a new sign-in prompt.

Heads up

  • For library users: DeviceAuthFlowOptions has a new optional keepAlive flag. Background callers keep the old behaviour by default. Foreground callers pass keepAlive: true. Cancelling clears the timer either way.

Upgrade

npm i -g codex-multi-auth