From d9d0640f6e91f093d4570e424eaa4e531921924d Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 10 Mar 2026 11:00:20 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.2.2=20=E2=80=94=20system-in?= =?UTF-8?q?fo=20script,=20Kimi/Mistral/Llama=20aliases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New npm run system-info command (#280) - Kimi K2/K2.5 Fireworks path aliases (#265) - Mistral/Llama short aliases (#278) - Custom alias instructions via Settings โ†’ Model Aliases --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbce68457..6ee3ead795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [2.2.2] โ€” 2026-03-10 + +> ### โœจ New Features ยท ๐Ÿ”€ Model Aliases + +### New Features + +- **system-info.mjs (#280)** โ€” New `npm run system-info` command that collects Node.js version, OmniRoute version, OS info, CLI tool versions (iflow, gemini, claude, codex, antigravity, droid, openclaw, kilo, cursor, aider), Docker/PM2 status, and system packages. Outputs `system-info.txt` for easy attachment to bug reports. + +### Model Aliases + +- **Kimi K2/K2.5 Fireworks aliases (#265)** โ€” Built-in aliases added: `fireworks/accounts/fireworks/models/kimi-k2p5` and `kimi-k2p5` โ†’ `moonshotai/Kimi-K2.5`; same for `kimi-k2` โ†’ `moonshotai/Kimi-K2`. Fireworks long path model names now auto-resolve. +- **Mistral short aliases (#278)** โ€” `mistral-large` โ†’ `mistral-large-latest`, `mistral-small` โ†’ `mistral-small-latest`, `codestral` โ†’ `codestral-latest`. +- **Llama short aliases** โ€” `llama-3.3` โ†’ `llama-3.3-70b-versatile`, `llama-3-70b` โ†’ `llama-3.3-70b-versatile`, `llama-3-8b` โ†’ `llama3-8b-8192`. +- **Custom aliases** โ€” Users can define their own aliases in **Settings โ†’ Model Aliases** tab. Example: `gpt-5.4` โ†’ `cx/gpt-5.4`. + +--- + ## [2.2.1] โ€” 2026-03-10 > ### ๐Ÿ› Bug Fixes ยท ๐Ÿ” Security ยท ๐Ÿ”ง CI diff --git a/package-lock.json b/package-lock.json index 3864a06af2..4a70dbb346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "2.2.1", + "version": "2.2.2", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 5a1817ff6f..8f4a3833b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.2.1", + "version": "2.2.2", "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": {