From f3c5e55b267d97c8e3471ad48fc513d7dccd3d62 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 22 Mar 2026 15:23:00 -0300 Subject: [PATCH] =?UTF-8?q?feat(3.0.0-rc.4):=20merge=20PR=20#530=20?= =?UTF-8?q?=E2=80=94=20OpenCode=20Zen=20and=20Go=20providers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes all commits from @kang-heewon's PR #530: - OpencodeExecutor with multi-format routing - opencode-zen + opencode-go registered in provider registry - UI metadata added to providers.ts - Unit tests for OpencodeExecutor (improved to avoid state coupling) Cherry-picked from add-opencode-providers into 3.0.0-rc. Conflicts resolved: executors/index.ts (merged pollinations+cloudflare-ai), providerRegistry.ts (kept testKeyBaseUrl from rc.2 + PR's authType/models). --- CHANGELOG.md | 10 ++++++++++ docs/openapi.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99796ca43..18c3496c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ --- +## [3.0.0-rc.4] - 2026-03-22 + +### ✨ New Features + +- **#530 (PR)** — OpenCode Zen and OpenCode Go providers added (by @kang-heewon) + - New `OpencodeExecutor` with multi-format routing (`/chat/completions`, `/messages`, `/responses`) + - 7 models across both tiers + +--- + ## [3.0.0-rc.3] - 2026-03-22 ### ✨ New Features diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 59cf603c1d..4d2c52ed11 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 3.0.0-rc.3 + version: 3.0.0-rc.4 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-lock.json b/package-lock.json index f8a533c96a..f02ea1b1f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 971b7e0f23..008d424519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "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": {