From 896ce9c0e260db21fbc7a26dbeadf84d9be67474 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 18 Mar 2026 08:41:13 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.7.3=20=E2=80=94=20fix=20Cod?= =?UTF-8?q?ex=20direct=20API=20weekly=20quota=20fallback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(codex): resolveQuotaWindow() prefix-matches 'weekly' → 'weekly (7d)' cache keys - fix(codex): applyCodexWindowPolicy() enforces useWeekly/use5h toggles in direct API - 4 new regression tests, 766 total passing - Closes #440 --- CHANGELOG.md | 13 +++++++++++++ docs/openapi.yaml | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5add4cf99c..ab0ca5370a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ --- +## [2.7.3] — 2026-03-18 + +> Sprint: Codex direct API quota fallback fix. + +### 🐛 Bug Fixes + +- **fix(codex)**: Block weekly-exhausted accounts in direct API fallback (#440) + - `resolveQuotaWindow()` prefix matching: `"weekly"` now matches `"weekly (7d)"` cache keys + - `applyCodexWindowPolicy()` enforces `useWeekly`/`use5h` toggles correctly + - 4 new regression tests (766 total) + +--- + ## [2.7.2] — 2026-03-18 > Sprint: Light mode UI contrast fixes. diff --git a/docs/openapi.yaml b/docs/openapi.yaml index d01693f78a..1c3f468fc5 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.7.2 + version: 2.7.3 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/package.json b/package.json index dba8f4451c..69555fbb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.7.2", + "version": "2.7.3", "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": {