Skip to content

Orca 1.8.5

Latest

Choose a tag to compare

@dragocz1995 dragocz1995 released this 06 Jul 14:31

Fixed

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