From 0c47c891e7a6c1a47c35b286235a132c0a5aa0a8 Mon Sep 17 00:00:00 2001 From: decolua Date: Sun, 21 Jun 2026 18:04:50 +0700 Subject: [PATCH] # v0.5.8 (2026-06-21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Features - **Antigravity**: native image generation support (image models tagged kind:image, hiển thị trong media-providers UI) - **CodeBuddy CN**: API key auth + credit quota tracker - **CodeBuddy CN**: short model prefix alias "cbcn" ## Fixes - **MiniMax-M3**: enable vision capability - **Headroom**: support Docker sidecar proxy - **Antigravity**: image executor fixes - **mimo-free**: Chrome User-Agent rotation to bypass anti-abuse gate - **cloudflare-ai**: flatten content-part arrays to string to avoid oneOf 400 (#1926) - **Translator**: normalize tools to Anthropic-native shape for non-Anthropic providers - **CLI**: handle Next.js 16 nested standalone output path (#1940) - **Codex**: preserve custom tools during request normalization - **next.config**: add new route for responses endpoint to API --- cli/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index a0c0535a..a29b8524 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "9router", - "version": "0.5.7", + "version": "0.5.8", "description": "9Router CLI - Start and manage 9Router server", "bin": { "9router": "./cli.js" diff --git a/package.json b/package.json index 07410fde..74dd364a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.5.7", + "version": "0.5.8", "description": "9Router web dashboard", "private": true, "scripts": {