# CLIProxyAPI v7.2.146 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-30 - Version: v7.2.146 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.146 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.146 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — emit message_delta when openai streaming finish reason is omitted - **fixed** — fallback to array index when tool call index is omitted - **added** — measure effective TTFT with protocol-aware token classification - **fixed** — normalize tool and function parameter schemas for Kimi - **fixed** — collapse consecutive thinking blocks in openai responses translation - **fixed** — drop unsupported assistant prefill for opus-5 and sonnet-4-6 - **fixed** — strip trailing thinking blocks from assistant messages - **fixed** — forward Home unauthorized upstream errors - **fixed** — enhance error diagnostics and logging for home refresh operations - **fixed** — log safe home refresh error types - **fixed** — prefer errors from upstream attempts - **added** — support advisor tool beta header - **fixed** — add NormalizeHomePort function and update home port handling - **fixed** — synchronize auth lifecycle and registry state with epochs and generations - **fixed** — ignore empty tool calls array in responses translation - **fixed** — use chat base url resolution for image and video requests - **added** — support token usage parsing for plugin executors ##### Linux release assets - `CLIProxyAPI__linux_.tar.gz` is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. - `CLIProxyAPI__linux__no-plugin.tar.gz` is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. ##### FreeBSD release assets - `CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz` is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. ##### Changelog - Merge pull request #5273 from esokullu/codex/add-webbrain-project (f0de1d00) - fix(claude): emit message_delta when openai streaming finish reason is omitted (677dbe1d) - fix(claude): fallback to array index when tool call index is omitted (be1763e5) - feat(executor): measure effective TTFT with protocol-aware token classification (#5313) (4b2beb3d) - fix(kimi): normalize tool and function parameter schemas (dd5f9e74) - fix(claude): collapse consecutive thinking blocks in openai responses translation (07d81563) - fix(claude): drop unsupported assistant prefill for opus-5 and sonnet-4-6 (6f25b9a1) - fix(claude): strip trailing thinking blocks from assistant messages (c350d3f5) - fix(auth): forward Home unauthorized upstream errors (9a2201c3) - fix(logging): enhance error diagnostics and logging for home refresh operations (e4a8f989) - fix(runtime): log safe home refresh error types (bc918ab2) - fix(auth): prefer errors from upstream attempts (6a489fa8) - feat(claude): support advisor tool beta header (5ff4a31e) - Merge pull request #5331 from router-for-me/fix-home-refresh-logging (c1f3b489) - chore(codex): update codex client model definitions (02e3d33c) - fix(config): add NormalizeHomePort function and update home port handling (7ab999a8) - fix(auth): synchronize auth lifecycle and registry state with epochs and generations (12b88f3a) - fix(openai): ignore empty tool calls array in responses translation (6c6473f8) - fix(xai): use chat base url resolution for image and video requests (e4119f83) - feat(executor): support token usage parsing for plugin executors (d31b1591) ##### What's Changed * docs: add WebBrain to related projects by @esokullu in https://github.com/router-for-me/CLIProxyAPI/pull/5273 * Fix home refresh logging and error handling by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/5331 ##### New Contributors * @esokullu made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5273 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.145...v7.2.146