You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI (Codex) sign-in now completes over SSH / on a remote box. The setup wizard used OpenAI's browser OAuth, which redirects to a localhost:1455 loopback the remote box can't receive — the page just kept "loading" and the sign-in never finished. It now uses OpenAI's device-code flow: it shows a short code and auth.openai.com/codex/device, you enter the code, and it polls to completion — no loopback, no copy-pasting a redirect URL. Anthropic keeps its paste-back flow.
Changed
POST /brain/oauth/:type/start accepts a method (e.g. device_code) so a caller can pick a provider's login sub-flow.