v0.1.0
2026-07-01LatestFirst release under the Routeplane name. Clean fork and rebrand from the previous codebase; BitRouter references removed from the shipping source and docs.
Highlights
- ▸Local AI gateway: single binary, one OpenAI-compatible endpoint at
127.0.0.1:4356 - ▸Subscription-first routing: GitHub Copilot, xAI Grok, and other flat-rate subscriptions before pay-per-use
- ▸Provider authentication: OAuth device-code (Copilot, Grok), Bearer (OpenRouter, Google, OpenAI), API key passthrough
- ▸Model presets:
@fast,@standard,@heavy,@build,@oracle,@super-heavy,@freewith automatic best-provider routing - ▸Provider registry: disk-cached remote catalog; new providers ship without a binary update
- ▸Automatic failover: mid-request reroute across providers on 4xx/5xx
- ▸Zero-config mode: auto-detect credentials from environment variables
- ▸OpenTelemetry export: native OTLP traces and metrics
- ▸Config hot-reload:
routeplane reloadapplies changes without restart - ▸MCP server · Routeplane acts as an MCP host for model routing
- ▸Server-side tools: Advisor, Fusion (multi-model panel + judge), web search, subagent orchestration
- ▸Plugin SDK: hooks for auth, guardrails, observability, rate limiting, spend tracking
- ▸Structured outputs: JSON schema enforcement across protocols
- ▸Guardrails: regex-based prompt/output redaction and blocking
Full notes: Changelog