v7.2.137
Fixed 11
- Remove temporarily hidden sponsorship details from README files
- Prepend empty user turn for model-first Gemini/Antigravity requests
- Attach sibling tool images to the nearest functionResponse
- Exclude HTTP 499 and client cancellations from forced error logs
- Pass incoming headers when applying custom headers in caller-owned mode for Claude
- Strip 'encrypted' metadata from tool parameters schemas for Gemini
- Filter out prompt_cache_retention in OpenAI→Codex responses request conversion
- Handle responses/compact auth cooldowns and fallback semantics
- Restore tool_search_tool_result references and recognize advisor/agent server tools for Claude
- Support setup-tokens and gracefully handle 403 OAuth profile errors for Claude
- Preserve native subagent and environment headers for Claude
From CLIProxyAPI
Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gzis the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.
FreeBSD release assets
CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gzis 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_retentionin OpenAI→Codex responses request conversion (2005788f) - fix(cliproxy): handle
responses/compactauth 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