From 9845a1702f7766607bd7ac3315d1f87e59e45fb5 Mon Sep 17 00:00:00 2001 From: decolua Date: Fri, 10 Jul 2026 18:12:07 +0700 Subject: [PATCH] # v0.5.30 (2026-07-10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Features - **Perplexity**: add Agent API provider (#2492) - **Grok CLI**: add Grok CLI / Grok Build provider with OAuth device-code flow (#2502) - **Featherless**: add OpenAI-compatible provider presets - **SearXNG**: configure endpoint via SEARXNG_URL env (#2499) - **Providers**: add max thinking level for gpt-5.6-sol (#2500) - **Headroom**: add extras detection and install UI (#2403) - **Headroom**: activate/uninstall extras + fix interpreter detection - **PXPipe**: PXPIPE token saver — multimodal prompt compression (#2465) - **Proxy-Pools**: auto-rotate strategy for no-auth providers (#2409) ## Fixes - **Cloudflare-AI**: support accountId in bulk key import (#2449) - **DB**: backup on schema change, MCP child cleanup, codex models, usage providers OOM - **Codex**: avoid bare-email OAuth dedup (#2477) - **CLI**: allow staged app bundle builds (#2479) - **Headroom**: compress Kiro conversation state (#2488) - **Gemini-CLI**: raise output floor for thinking and add validated toolConfig (#2486) - **GitHub**: label Copilot profiles by account identity (#2498) - **OpenAI-to-Claude**: unwrap bare {function:{…}} tools without parent type (#2473) - **Translator**: clamp thinking effort max->xhigh for OpenAI format (#2466) - **RTK/find**: detect and group Windows backslash-style find output (#2448) - **Codex**: handle fast tier and capacity SSE (#2452) - **Volcengine-ark**: clamp Kimi max_tokens to 32768 endpoint cap - **Antigravity**: align provider fingerprint with IDE Desktop 2.1.1 (#2389) - **Pricing**: update Claude/Codex model rates and add new models ## Improvements - **i18n(zh-CN)**: complete Chinese translations for all UI strings (#2436) - **API**: caching for tunnel and version status endpoints - **Perf**: faster dev startup and lighter bundle --- CHANGELOG.md | 2 +- cli/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a34aa0..c6ba2133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.5.29 (2026-07-10) +# v0.5.30 (2026-07-10) ## Features - **Perplexity**: add Agent API provider (#2492) diff --git a/cli/package.json b/cli/package.json index bc2dbdfb..e72fd187 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "9router", - "version": "0.5.29", + "version": "0.5.30", "description": "9Router CLI - Start and manage 9Router server", "bin": { "9router": "./cli.js" diff --git a/package.json b/package.json index 8df5a675..352b661f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.5.29", + "version": "0.5.30", "description": "9Router web dashboard", "private": true, "scripts": {