Skip to content

v0.7.1

Choose a tag to compare

@zqiren zqiren released this 06 Jul 15:46
· 372 commits to main since this release

Orbital v0.7.1

A hotfix release for custom LLM provider connections.

Fixed

  • Custom / self-hosted Anthropic-format routers now work. When a provider was configured with SDK = Anthropic and a custom Base URL (e.g. https://co.yes.vg), Orbital was ignoring the Base URL and sending requests — with your router's API key — to api.anthropic.com, which rejected the key as "Invalid API key." The Base URL is now threaded through to the Anthropic client on both initial connection and API-key changes, so requests (and the key) go to your configured router.
  • Refreshed the sub-agent model list. The Claude Code sub-agent's model dropdown pinned outdated model IDs, blocking selection of the current generation. It now offers claude-opus-4-8, claude-sonnet-5, and claude-haiku-4-5 (plus the auto-tracking opus / sonnet / haiku aliases).

Install

  • macOS — download Orbital-0.7.1-macOS.dmg, open it, drag Orbital to Applications. On first launch, right-click the app → OpenOpen to bypass the Gatekeeper warning (the build is not Apple-notarized).
  • Windows — download Orbital-Setup-0.7.1.exe and run it. The installer is unsigned, so Windows SmartScreen will show a warning — choose More info → Run anyway.

Notes

  • No data migration required; settings and projects carry over from v0.7.0.
  • Only fixes are included — this hotfix is cut directly from v0.7.0, so no other feature changes ride along.