Skip to content

Release v0.1.23

Choose a tag to compare

@asterisk-naran asterisk-naran released this 16 Apr 06:57
57b40b6

Orbitron v0.1.23 Release Notes

Release Date: April 16, 2026

New Features

  • Custom provider backend sync — Custom LLM providers are now automatically fetched and registered from the backend API. The existing environment variable (CUSTOM_ENDPOINTS) approach is retained as a fallback.
  • Custom provider metering — Usage from custom providers is now tracked in metering with providerType: "custom" and customProviderId fields.
  • Bedrock gateway key authentication — Bedrock custom endpoints now support a 3-tier authentication scheme (gateway key > API key > SigV4 signing).

Improvements

  • When selecting a custom model, all agents (coder, cloud-engineer, summarizer, task, title) are now uniformly set to the selected model.
  • Custom provider API keys are securely delivered via transport encryption (AES-GCM) from the backend.
  • Bedrock provider configuration relaxed to allow API key-only setup without access/secret keys.