chore(release): v3.8.45 — 2026-07-06

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-06 01:28:52 -03:00
parent 60a3e08a55
commit cc2f19a965
44 changed files with 48 additions and 48 deletions

View File

@@ -4,7 +4,7 @@
---
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -275,7 +275,7 @@ Generous mode (<50% pool used) → idle shares are lent out
Strict mode (≥50% pool used) → each key held to its fair share
```
<sub>Enforced in the hot path **before** the request leaves OmniRoute, with per-(key, model) caps + session stickiness for prompt-cache integrity. 📖 [Quota Sharing Engine](docs/routing/QUOTA_SHARE.md)</sub>
<sub>Enforced in the hot path **before** the request leaves OmniRoute, with per-(key, model) caps + session stickiness for prompt-cache integrity (now with a per-combo / global disable toggle). 📖 [Quota Sharing Engine](docs/routing/QUOTA_SHARE.md)</sub>
##
@@ -331,11 +331,11 @@ Result: 4 layers of fallback = zero downtime
</div>
> Recent highlights from **v3.8.20 → v3.8.44**. Full history in [`CHANGELOG.md`](CHANGELOG.md).
> Recent highlights from **v3.8.20 → v3.8.45**. Full history in [`CHANGELOG.md`](CHANGELOG.md).
- **🗜️ Compression hardening** — a default-on **inflation guard** (discard the stacked result and send the verbatim original whenever compression would _grow_ the prompt), completed **Caveman rule packs** for German / French / Japanese (dedup + ultra) plus a new **Chinese (文言 / wényán) input pack** with zh-vs-ja auto-detection, and **RTK filters for Gradle & .NET (`dotnet`)** build output. → [Compression](docs/compression/COMPRESSION_ENGINES.md)
- **💸 Honest flat-rate cost** — subscription / coding-plan providers (ChatGPT Web, grok-web, the Minimax / Kimi / GLM / Alibaba Coding plans, Xiaomi MiMo…) now read **$0** in cost analytics instead of an inflated per-token estimate, while budget / quota / routing keep estimating unchanged. → [API Reference](docs/reference/API_REFERENCE.md)
- **⚖️ Quota-Share routing** — a dedicated combo strategy that spreads load across accounts by _available quota_: Deficit-Round-Robin scheduling, per-connection `max_concurrent` with cooldown-wait queueing, multi-window usage buckets (5h / 7d / per-model), per-(key, model) caps, session stickiness for prompt-cache integrity, and proactive saturation from upstream token-usage headers. → [Resilience Guide](docs/architecture/RESILIENCE_GUIDE.md)
- **⚖️ Quota-Share routing** — a dedicated combo strategy that spreads load across accounts by _available quota_: Deficit-Round-Robin scheduling, per-connection `max_concurrent` with cooldown-wait queueing, multi-window usage buckets (5h / 7d / per-model), per-(key, model) caps, session stickiness for prompt-cache integrity (now with a per-combo / global disable toggle), and proactive saturation from upstream token-usage headers. → [Resilience Guide](docs/architecture/RESILIENCE_GUIDE.md)
- **🤖 One-command CLI/agent setup** — a dedicated `setup-*` command configures each coding tool to route through OmniRoute (Claude Code, Codex, Cline, Continue, Cursor, Roo Code, Kilo Code, Crush, Goose, Qwen Code, Aider, OpenCode); `omniroute launch` / `omniroute launch-codex` are zero-config launchers. → [CLI Integrations](docs/guides/CLI-INTEGRATIONS.md)
- **🛰️ Remote mode** — drive a remote OmniRoute from any machine with scoped access tokens (`omniroute connect` / `omniroute contexts` / `omniroute tokens`), plus an `omniroute login antigravity` helper that runs Google "native/desktop" OAuth on your own machine and pastes a credential blob into a remote/VPS install (where the loopback redirect is unreachable). → [Remote Mode](docs/guides/REMOTE-MODE.md)
- **🧭 Smarter auto-routing** — OpenRouter-style `auto/<category>:<tier>` combos (e.g. `auto/coding:fast`, `auto/reasoning:pro`), a **Fusion** strategy (fan out to a panel of models in parallel, then synthesize via a judge), **task-aware routing** (best-fit connection per task type), per-request `X-Route-Model` override, live Arena-ELO + models.dev model intelligence, per-step account allowlists, provider-wildcard combo steps, nested combo-ref execution, sticky weighted selection, `web_search`-aware routing, and **per-request Auto-Combo controls** (`X-OmniRoute-Mode` mode-preset override + `X-OmniRoute-Budget` hard USD cost ceiling, scoped to a single request). → [Auto-Combo](docs/routing/AUTO-COMBO.md)
@@ -345,8 +345,8 @@ Result: 4 layers of fallback = zero downtime
- **🧠 Memory you control** — opt-in int8 vector quantization (Qdrant + sqlite-vec), opt-in **typed memory decay** (aged low-value memories fade on a per-type schedule), memory off by default, and a per-request `x-omniroute-no-memory` header. → [Memory](docs/frameworks/MEMORY.md)
- **🛡️ Security** — a prompt-injection guard across every LLM route (backed by a red-team suite), plus a free DuckDuckGo last-resort web search. → [Guardrails](docs/security/GUARDRAILS.md)
- **🖼️ New endpoints** — `/v1/ocr` (Mistral OCR) and `/v1/audio/translations` (Whisper-style audio translation) round out the media API surface. → [API Reference](docs/reference/API_REFERENCE.md)
- **🌍 Deployment & ops** — reverse-proxy `basePath` deployment (`OMNIROUTE_BASE_PATH`, e.g. serving OmniRoute under `/omniroute/`), browser-language auto-detect on first visit, and per-API-key device/connection tracking (IP+UA fingerprint, masked, in-memory only). → [Environment](docs/reference/ENVIRONMENT.md)
- **🤝 More providers & agents** — Cursor Cloud Agent (a 4th cloud agent), CodeBuddy CN (`copilot.tencent.com`), a Google Flow video-generation provider, new gateways **DGrid** and **Pioneer AI** (Fastino Labs), inbound **xAI Grok** translators plus **Grok Build (xAI)** with an OAuth import-token flow, GPT-4 / GPT-4o-mini on the GitHub Copilot provider, multi-model **Factory Droid**, **ZenMux Free** (session-cookie free tier), **Alibaba DashScope** text-to-video (`wan2.7-t2v`), a refreshed 237-provider catalog (OrcaRouter, Wafer AI, OpenAdapter, dit.ai, TokenRouter, …), Vertex AI media generation (speech/transcription/music/video), a first-class **Ollama** local-provider card, the **SenseNova** free Token Plan (chat + text-to-image), one-click account import from CLIProxyAPI (`~/.cli-proxy-api/`), **Claude Sonnet 5** wired end-to-end, a new provider wave (**Kenari**, **SumoPod**, **X5Lab**, **Charm Hyper**, **Nube.sh**, **b.ai**, **Qiniu**, **ModelScope**, **Augment/Auggie CLI**, **ClinePass**, NVIDIA NIM image generation), and Codex account import from a raw ChatGPT access token. → [Providers](docs/reference/PROVIDER_REFERENCE.md)
- **🌍 Deployment & ops** — reverse-proxy `basePath` deployment (`OMNIROUTE_BASE_PATH`, e.g. serving OmniRoute under `/omniroute/`), browser-language auto-detect on first visit, per-API-key device/connection tracking (IP+UA fingerprint, masked, in-memory only), root-less MITM cert trust for user-namespaced containers (`OMNIROUTE_NO_SUDO`), and server-side configured-only / available-only filters on the Free Provider Rankings page. → [Environment](docs/reference/ENVIRONMENT.md)
- **🤝 More providers & agents** — Cursor Cloud Agent (a 4th cloud agent), CodeBuddy CN (`copilot.tencent.com`), a Google Flow video-generation provider, new gateways **DGrid** and **Pioneer AI** (Fastino Labs), inbound **xAI Grok** translators plus **Grok Build (xAI)** with an OAuth import-token flow, GPT-4 / GPT-4o-mini on the GitHub Copilot provider, multi-model **Factory Droid**, **ZenMux Free** (session-cookie free tier), **Alibaba DashScope** text-to-video (`wan2.7-t2v`), a refreshed 237-provider catalog (OrcaRouter, Wafer AI, OpenAdapter, dit.ai, TokenRouter, …), Vertex AI media generation (speech/transcription/music/video), a first-class **Ollama** local-provider card, the **SenseNova** free Token Plan (chat + text-to-image), one-click account import from CLIProxyAPI (`~/.cli-proxy-api/`), **Claude Sonnet 5** wired end-to-end, a new provider wave (**Kenari**, **SumoPod**, **X5Lab**, **Charm Hyper**, **Nube.sh**, **b.ai**, **Qiniu**, **ModelScope**, **Augment/Auggie CLI**, **ClinePass**, NVIDIA NIM image generation), Codex account import from a raw ChatGPT access token, the **Requesty** gateway (BYOK, ~200 free req/day), **Yuanbao (web)** as a cookie-session provider (DeepSeek V3/R1 + Hunyuan), the **Zed** hosted LLM aggregator (OAuth), **Claude 5 Sonnet** on the Claude Web provider, Kiro **adaptive-thinking reasoning** surfaced as `reasoning_content`, and **bulk API-key add for Cloudflare Workers AI**. → [Providers](docs/reference/PROVIDER_REFERENCE.md)
- **⚡ Local performance & infra** — a one-click local Redis launcher (`omniroute redis up`, plus a dashboard Redis panel), one-click **Cloudflare Workers** and **Deno Deploy** relay deployers wired into the proxy pool, a relay-backend selector (`OMNIROUTE_RELAY_BACKEND=ts|bifrost|auto`) so `/v1/relay` stays the stable surface while choosing the fastest backend internally, **Bifrost** (Go AI-gateway) and **Mux** (agent-orchestration daemon) promoted to first-class embedded/supervised services alongside 9Router/CLIProxyAPI, and **Webshare** added as a paid fourth source in the free-proxy provider framework. → [Embedded Services](docs/frameworks/EMBEDDED-SERVICES.md)
<br/>

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features

View File

@@ -6,7 +6,7 @@
## [3.8.31] — 2026-06-20
## [3.8.45] — TBD
## [3.8.45] — 2026-07-06
### ✨ New Features