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(claude,gemini,openai): preserve upstream stream errors when no data payload is emitted (92f03e6)
- feat(claude): map OpenAI
service_tierto Claudespeedin responses requests (7eefab9) - test(antigravity): cover schema sanitizer semantics (e23395a)
- fix(antigravity): preserve schema semantics (7d55d0d)
- Merge pull request #5008 from shengyy/fix/antigravity-schema-semantics (361fe95)
- feat(auth): add request-scoped error action handling in conductor (aa10847)
- fix(auth): share session affinity across model variant suffixes (00c4377)
- docs(readme): remove obsolete ecosystem links for PPAP and Alex (75e2454)
- fix(auth): stop old selectors when replacing manager selector and harden cache stop concurrency (b8fbe70)
What's Changed
New Contributors
Full Changelog: v7.2.133...v7.2.134