# CLIProxyAPI v7.2.134 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-16 - Version: v7.2.134 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.134 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.134 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** — Preserve upstream stream errors when no data payload is emitted for Claude, Gemini, and OpenAI - **added** — Map OpenAI service_tier to Claude speed in response requests - **fixed** — Preserve schema semantics in antigravity - **added** — Add request-scoped error action handling in conductor for auth - **fixed** — Share session affinity across model variant suffixes in auth - **fixed** — Stop old selectors when replacing manager selector and harden cache stop concurrency in auth ##### 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 - fix(claude,gemini,openai): preserve upstream stream errors when no data payload is emitted (92f03e68) - feat(claude): map OpenAI `service_tier` to Claude `speed` in responses requests (7eefab98) - test(antigravity): cover schema sanitizer semantics (e23395a9) - fix(antigravity): preserve schema semantics (7d55d0da) - Merge pull request #5008 from shengyy/fix/antigravity-schema-semantics (361fe957) - feat(auth): add request-scoped error action handling in conductor (aa10847e) - fix(auth): share session affinity across model variant suffixes (00c4377a) - docs(readme): remove obsolete ecosystem links for PPAP and Alex (75e2454e) - fix(auth): stop old selectors when replacing manager selector and harden cache stop concurrency (b8fbe70b) ##### What's Changed * fix(antigravity): preserve response and tool schema semantics by @shengyy in https://github.com/router-for-me/CLIProxyAPI/pull/5008 ##### New Contributors * @shengyy made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5008 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.133...v7.2.134