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
- feat: observe upstream provider quota signals (#5211) (ca601db)
- fix(pluginhost): add plugin quiesce handling with safe rollback during hot reload (ba510f8)
- feat(github): resolve GitHub token for release checks and asset updates (e1bf893)
- fix(antigravity): remove cross-endpoint fallback (#5209) (#5228) (adf0529)
- fix: preserve multi-reference video durations (80de901)
- fix(gemini,antigravity): align parallel tool results with preceding tool calls (f2b1996)
- fix(antigravity): safely synthesize terminal finish reasons (#5230) (998dcfe)
- fix(auth): keep credential rotation fair when candidates are filtered (1f53b2e)
What's Changed
- feat: observe upstream provider quota signals by @sususu98 in #5211
- fix(antigravity): remove cross-endpoint fallback (#5209) by @hkfires in #5228
- fix(antigravity): safely synthesize terminal finish reasons (#5226) by @sususu98 in #5230
Full Changelog: v7.2.141...v7.2.142