v2.1.9
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-authexited withDetected unsettled top-level awaitwhile you were still signing in. It now waits until polling finishes or you cancel.--device-auth,--manualand--no-browserwere 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:
DeviceAuthFlowOptionshas a new optionalkeepAliveflag. Background callers keep the old behaviour by default. Foreground callers passkeepAlive: true. Cancelling clears the timer either way.
Upgrade
npm i -g codex-multi-auth