v7.2.23
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(antigravity): HOME reasoning replay for Gemini models (292456a)
- fix(antigravity): insert replayed functionCall before matching functionResponse (b17d29a)
- fix(antigravity): address review on replay call_id and args parsing (ef19f5f)
- fix(antigravity): PR review replay scope, signature merge, and tool keys (c55157d)
- test(antigravity): cover invalid-signature replay cache clear (ec8c2c2)
- Merge pull request #3900 from sususu98/fix/antigravity-replay-fc-order-upstream-dev (eb8d0d0)
- feat(api): add "max" reasoning depth and
service_tiersto Codex client models (bb414de) - feat(api): prioritize non-template Codex client models and adjust priority calculation logic (9a8098d)
- feat(api): implement support for multi-auth expansion in plugin systems (1f21f94)
What's Changed
- fix(antigravity): HOME Gemini replay and functionCall ordering before functionResponse by @sususu98 in #3900
Full Changelog: v7.2.22...v7.2.23