v7.2.142
Added 2
- Observe upstream provider quota signals
- Resolve GitHub token for release checks and asset updates
Fixed 6
- Add plugin quiesce handling with safe rollback during hot reload
- Remove cross-endpoint fallback in antigravity
- Preserve multi-reference video durations
- Align parallel tool results with preceding tool calls in gemini and antigravity
- Safely synthesize terminal finish reasons in antigravity
- Keep credential rotation fair when candidates are filtered in auth
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
- feat: observe upstream provider quota signals (#5211) (ca601db0)
- fix(pluginhost): add plugin quiesce handling with safe rollback during hot reload (ba510f85)
- feat(github): resolve GitHub token for release checks and asset updates (e1bf8939)
- fix(antigravity): remove cross-endpoint fallback (#5209) (#5228) (adf05298)
- fix: preserve multi-reference video durations (80de9015)
- fix(gemini,antigravity): align parallel tool results with preceding tool calls (f2b1996b)
- fix(antigravity): safely synthesize terminal finish reasons (#5230) (998dcfeb)
- fix(auth): keep credential rotation fair when candidates are filtered (1f53b2eb)
What's Changed
- feat: observe upstream provider quota signals by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5211
- fix(antigravity): remove cross-endpoint fallback (#5209) by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/5228
- fix(antigravity): safely synthesize terminal finish reasons (#5226) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5230
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.141...v7.2.142