# CLIProxyAPI v7.2.137 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-19 - Version: v7.2.137 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.137 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.137 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** — Remove temporarily hidden sponsorship details from README files - **fixed** — Prepend empty user turn for model-first Gemini/Antigravity requests - **fixed** — Attach sibling tool images to the nearest functionResponse - **fixed** — Exclude HTTP 499 and client cancellations from forced error logs - **fixed** — Pass incoming headers when applying custom headers in caller-owned mode for Claude - **fixed** — Strip 'encrypted' metadata from tool parameters schemas for Gemini - **fixed** — Filter out prompt_cache_retention in OpenAI→Codex responses request conversion - **fixed** — Handle responses/compact auth cooldowns and fallback semantics - **fixed** — Restore tool_search_tool_result references and recognize advisor/agent server tools for Claude - **fixed** — Support setup-tokens and gracefully handle 403 OAuth profile errors for Claude - **fixed** — Preserve native subagent and environment headers for Claude ##### 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: remove temporarily hidden sponsorship details from README files (55397bf6) - fix(executor): prepend empty user turn for model-first Gemini/Antigravity requests (#4959) (#5048) (62f5a279) - fix(antigravity): attach sibling tool images to the nearest functionResponse (#5075) (79ef3618) - fix(logging): exclude HTTP 499 and client cancellations from forced error logs (0f69f09a) - fix(claude): pass incoming headers when applying custom headers in caller-owned mode (5fef17e2) - fix(gemini): strip 'encrypted' metadata from tool parameters schemas (#5065) (ac0d1888) - fix(codex): filter out `prompt_cache_retention` in OpenAI→Codex responses request conversion (2005788f) - fix(cliproxy): handle `responses/compact` auth cooldowns and fallback semantics (ec105dac) - fix(claude): restore tool_search_tool_result references and recognize advisor/agent server tools (#5044) (#5082) (788e9b79) - fix(claude): support setup-tokens and gracefully handle 403 OAuth profile errors (#4983) (#5083) (8aa6868d) - fix(claude): preserve native subagent and environment headers (#4982) (#5084) (85d2fadd) ##### What's Changed * fix(executor): prepend empty user turn for model-first Gemini/Antigravity requests (#4959) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5048 * fix(antigravity): attach sibling tool images to the nearest functionResponse (#5070) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5075 * fix(claude): restore tool_search_tool_result references and recognize advisor/agent server tools (#5044) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5082 * fix(claude): support setup-tokens and gracefully handle 403 OAuth profile errors (#4983) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5083 * fix(claude): preserve native subagent and environment headers (#4982) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5084 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.136...v7.2.137