diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e98219b9..5735916deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.7.14] — 2026-03-02 + +### 🐛 Bug Fixes + +- **Responses SSE Passthrough** — Passthrough mode is now format-aware: Responses SSE payloads (`response.*` type) skip Chat Completions-specific sanitization (`sanitizeStreamingChunk`, `fixInvalidId`, `hasValuableContent`), preventing potential stream corruption for Responses-native clients. Usage extraction still works for both formats. Fixes #186 + +### ✨ Features + +- **Blackbox AI Dashboard** — Added blackbox.ai provider to the dashboard frontend (providers page, pricing, models endpoint). Completes #175 + ## [1.7.11] — 2026-03-02 ### ✨ Features diff --git a/package-lock.json b/package-lock.json index 9e4ca322f8..70e1ad0032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "1.7.13", + "version": "1.7.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "1.7.13", + "version": "1.7.14", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 73af768f81..973706bfae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.7.13", + "version": "1.7.14", "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": {