v0.7.1
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 — toapi.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, andclaude-haiku-4-5(plus the auto-trackingopus/sonnet/haikualiases).
Install
- macOS — download
Orbital-0.7.1-macOS.dmg, open it, drag Orbital to Applications. On first launch, right-click the app → Open → Open to bypass the Gatekeeper warning (the build is not Apple-notarized). - Windows — download
Orbital-Setup-0.7.1.exeand 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.