# CLIProxyAPI v7.2.132 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-14 - Version: v7.2.132 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.132 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.132 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** — Add Gemini 3.7 Flash High model definition - **fixed** — Recover OAuth tool aliases for repeated prefixes and malformed IDs in Claude - **fixed** — Skip zero-token usage placeholders and always finalize stream reporters in Gemini - **fixed** — Use BIP-39 words for OAuth MCP tool aliases in Claude - **fixed** — Pass through caller MCP tools on alias server collision in Claude - **fixed** — Make Gemini tool call IDs deterministic and robustly match responses in translator - **fixed** — Preserve custom auth-file metadata during token refresh and relogin - **fixed** — Strip nested prompt_cache_breakpoint from Codex Responses payloads in translator - **fixed** — Map refusal and sensitive stop reasons to content_filter in Claude - **fixed** — Cache multi-agent spawn-agent model data and invalidate on updates in Codex - **fixed** — Mark truncated and filtered responses as incomplete and avoid finalizing partial tool calls in OpenAI ##### 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(docs): update FennoAI sponsorship details and links in README files (a40d0e6e) - fix(docs): update RunAPI registration links in README files (d757063c) - feat(registry): add Gemini 3.7 Flash High model definition (7ea9c670) - fix(claude): recover OAuth tool aliases for repeated prefixes and malformed IDs (f2d272da) - fix(gemini): skip zero-token usage placeholders and always finalize stream reporters (7cf92793) - fix(claude): use BIP-39 words for OAuth MCP tool aliases (f6f03e4d) - fix(claude): pass through caller MCP tools on alias server collision (bdde638c) - fix(translator): make Gemini tool call IDs deterministic and robustly match responses (8d670b98) - fix(auth): preserve custom auth-file metadata during token refresh and relogin (b90d8ee9) - fix(translator): strip nested `prompt_cache_breakpoint` from Codex Responses payloads (6edf9c48) - fix(claude): map refusal and sensitive stop reasons to `content_filter` (fab077a0) - fix(codex): cache multi-agent spawn-agent model data and invalidate on updates (98c98d66) - fix(openai): mark truncated/filtered responses as incomplete and avoid finalizing partial tool calls (78f0c407) ##### What's Changed * fix(claude): use BIP-39 words for OAuth MCP tool aliases and pass through caller tools by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4965 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.131...v7.2.132