Skip to content

Orca 1.8.1

Choose a tag to compare

@dragocz1995 dragocz1995 released this 06 Jul 12:35

First-install onboarding wizard

orca setup is a guided terminal wizard so a fresh npm install -g orcasynth reaches a working setup without hunting through config.

  • Five skippable, reversible steps — account, default project, AI provider, memory, review.
  • AI provider — an API key, a custom OpenAI-compatible endpoint, or OAuth sign-in (Claude / GitHub Copilot / Codex-OpenAI) with a browser opener and a printed-URL fallback for headless boxes; already-connected accounts are offered for reuse.
  • Memory — reuse the AI provider's key with a recommended embedding model (or OpenRouter), validated by the embedding self-test; never blocks on failure.
  • Runs where it should — the launcher offers it once on a fresh install (no re-nagging after completion, resume for an interrupted run), and orca setup --reset re-runs it any time.
  • Never blocks CI — non-interactive shells (CI / Docker / pipes) just print a next step and exit 0. No postinstall script. All configuration flows through the daemon API.

Install: `npm install -g orcasynth` · then `orca setup`