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 (55397bf)
- fix(executor): prepend empty user turn for model-first Gemini/Antigravity requests (#4959) (#5048) (62f5a27)
- fix(antigravity): attach sibling tool images to the nearest functionResponse (#5075) (79ef361)
- fix(logging): exclude HTTP 499 and client cancellations from forced error logs (0f69f09)
- fix(claude): pass incoming headers when applying custom headers in caller-owned mode (5fef17e)
- fix(gemini): strip 'encrypted' metadata from tool parameters schemas (#5065) (ac0d188)
- fix(codex): filter out
prompt_cache_retentionin OpenAI→Codex responses request conversion (2005788) - fix(cliproxy): handle
responses/compactauth cooldowns and fallback semantics (ec105da) - fix(claude): restore tool_search_tool_result references and recognize advisor/agent server tools (#5044) (#5082) (788e9b7)
- fix(claude): support setup-tokens and gracefully handle 403 OAuth profile errors (#4983) (#5083) (8aa6868)
- fix(claude): preserve native subagent and environment headers (#4982) (#5084) (85d2fad)
What's Changed
- fix(executor): prepend empty user turn for model-first Gemini/Antigravity requests (#4959) by @sususu98 in #5048
- fix(antigravity): attach sibling tool images to the nearest functionResponse (#5070) by @sususu98 in #5075
- fix(claude): restore tool_search_tool_result references and recognize advisor/agent server tools (#5044) by @sususu98 in #5082
- fix(claude): support setup-tokens and gracefully handle 403 OAuth profile errors (#4983) by @sususu98 in #5083
- fix(claude): preserve native subagent and environment headers (#4982) by @sususu98 in #5084
Full Changelog: v7.2.136...v7.2.137