diff --git a/CHANGELOG.md b/CHANGELOG.md index fd80cbd8..5a51b1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [2.0.9] โ€” 2026-03-07 + +> ### ๐Ÿš€ Feature Drop โ€” Playground, CLI Fingerprints, ACP + +### โœจ New Features + +- **#234 โ€” Model Playground** โ€” Dashboard page to test any model directly (provider/model/endpoint selectors, Monaco Editor, streaming, abort, timing metrics). Available in the Debug sidebar section. +- **#223 โ€” CLI Fingerprint Matching** โ€” Per-provider header/body field ordering to match native CLI binary fingerprints, reducing account flagging risk. Enable via `CLI_COMPAT_=1` or `CLI_COMPAT_ALL=1` env vars. +- **#235 โ€” ACP Support** โ€” Agent Client Protocol module with CLI agent discovery (Codex, Claude, Goose, Gemini CLI, OpenClaw), process spawner/manager, and `/api/acp/agents` endpoint. + +### ๐Ÿงน Housekeeping + +- **#192 & #200** โ€” Closed as stale (needs-info, v1.8.1, no reproduction info provided) + +--- + ## [2.0.8] โ€” 2026-03-07 > ### ๐Ÿ› Bug Fix โ€” Custom Image Model Handler Resolution diff --git a/package.json b/package.json index cd4a6651..e75efd3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.0.8", + "version": "2.0.9", "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": {