# CLIProxyAPI v7.2.140 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-22 - Version: v7.2.140 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.140 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.140 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'. --- - **added** — Enhance key deletion and patching with base URL validation - **changed** — Normalize credential metadata keys - **fixed** — Detect gemini interactions changes - **fixed** — Keep image_generation on grok-4.6+ conversation requests - **fixed** — Drop orphaned tool_choice after compact strips tools - **fixed** — Raise the fallback client version to 2.9.1 - **fixed** — Normalize Claude thinking signatures in Gemini request and response conversion - **fixed** — Derive stable request-scoped metadata.user_id for converters - **fixed** — Validate and filter thought signatures in responses conversion - **fixed** — Convert Grok client keepalive SSE frames to comments - **fixed** — Normalize malformed schema nodes before cleanup ##### 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 - feat(auth): normalize credential metadata keys (e04d620c) - fix(registry): detect gemini interactions changes (71c3c144) - fix(xai): keep image_generation on grok-4.6+ conversation requests (dfdf183f) - fix(xai): drop orphaned tool_choice after compact strips tools (87fb01b2) - test(openai): expand reasoning fallback coverage in OpenAI responses non-stream conversion tests (d9869ed9) - test(claude): expand OpenAI conversion tests for `reasoning_content` and stream/non-stream parity (65071f7c) - fix(antigravity): raise the fallback client version to 2.9.1 (#5175) (a834917e) - fix(gemini): normalize Claude thinking signatures in Gemini request and response conversion (b3f72cef) - fix(claude): derive stable request-scoped `metadata.user_id` for converters (ab8f00db) - feat(auth): enhance key deletion and patching with base URL validation (ebda7509) - Merge pull request #5176 from router-for-me/auth (eeaa2e18) - fix(openai): validate and filter thought signatures in responses conversion (d5b57a2d) - fix(codex): convert Grok client keepalive SSE frames to comments (4d68ca8a) - Merge pull request #5174 from HuiCheng/fix/xai-keep-image-generation-grok-46 (7d5b23f1) - Merge pull request #5177 from YogaSakti/fix/antigravity-fallback-version (1be84170) - fix(gemini): normalize malformed schema nodes before cleanup (a7e3596b) ##### What's Changed * Normalize credential metadata and enhance registry interactions by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/5176 * fix(xai): keep image_generation on grok-4.6+ conversation requests by @HuiCheng in https://github.com/router-for-me/CLIProxyAPI/pull/5174 * fix(antigravity): raise the fallback client version to 2.9.1 (#5175) by @YogaSakti in https://github.com/router-for-me/CLIProxyAPI/pull/5177 ##### New Contributors * @HuiCheng made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5174 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.139...v7.2.140