From fa2cfe36d44ff8ef0b2f2b4bd5ebdcdec7e6ceae Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 12 Apr 2026 23:02:34 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.6.5=20=E2=80=94=20Claude?= =?UTF-8?q?=20Code=20native=20parity,=20Antigravity=20credit=20fallback,?= =?UTF-8?q?=205=20community=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## New Features - Claude Code Native Parity: CCH xxHash64 signing, TitleCase tool remapping, API constraint enforcement (PR #1188 — @RaviTharuma) - Antigravity AI Credits Fallback: auto-retry with GOOGLE_ONE_AI credit injection on quota exhaustion (PR #1190 — @sFaxsy) - Per-Connection Codex Defaults (PR #1176 — @rdself) - xxhash-wasm dependency for CCH signing ## Bug Fixes - Search cache coalescing with TTL=0 (PR #1178 — @sjhddh) - Antigravity credit cache key alignment (PR #1190) - Codex combo smoke test false positives (PR #1176) - Electron NODE_PATH resolution on Windows (PR #1172 — @backryun) - CC-compatible test assertion fix (billing header cache_control) ## Breaking Changes - DELETE /api/settings/codex-service-tier removed (PR #1176) - CCH signing on CC-compatible providers Tests: 2770/2770 passing --- CHANGELOG.md | 3 +++ docs/openapi.yaml | 2 +- electron/package.json | 2 +- open-sse/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6d68d6..32c49f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +--- + +## [3.6.5] — 2026-04-12 ### ✨ New Features diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 9d6c58ea..5350b10d 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 3.6.4 + version: 3.6.5 description: | OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible endpoint that routes requests to multiple AI providers with load balancing, diff --git a/electron/package.json b/electron/package.json index 4b72db10..c8a6cfdb 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "omniroute-desktop", - "version": "3.6.4", + "version": "3.6.5", "description": "OmniRoute Desktop Application", "main": "main.js", "author": { diff --git a/open-sse/package.json b/open-sse/package.json index 44de98f8..46e3ce00 100644 --- a/open-sse/package.json +++ b/open-sse/package.json @@ -1,6 +1,6 @@ { "name": "@omniroute/open-sse", - "version": "3.6.4", + "version": "3.6.5", "description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration", "type": "module", "main": "index.js", diff --git a/package-lock.json b/package-lock.json index 579ac6c5..9755e956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "3.6.4", + "version": "3.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "3.6.4", + "version": "3.6.5", "hasInstallScript": true, "license": "MIT", "workspaces": [ @@ -20962,7 +20962,7 @@ }, "open-sse": { "name": "@omniroute/open-sse", - "version": "3.6.4" + "version": "3.6.5" } } } diff --git a/package.json b/package.json index 303e769c..ccd9e9be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "3.6.4", + "version": "3.6.5", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {