v7.2.134
Added 2
- Map OpenAI service_tier to Claude speed in response requests
- Add request-scoped error action handling in conductor for auth
Fixed 4
- Preserve upstream stream errors when no data payload is emitted for Claude, Gemini, and OpenAI
- Preserve schema semantics in antigravity
- Share session affinity across model variant suffixes in auth
- Stop old selectors when replacing manager selector and harden cache stop concurrency 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
- fix(claude,gemini,openai): preserve upstream stream errors when no data payload is emitted (92f03e68)
- feat(claude): map OpenAI
service_tierto Claudespeedin responses requests (7eefab98) - test(antigravity): cover schema sanitizer semantics (e23395a9)
- fix(antigravity): preserve schema semantics (7d55d0da)
- Merge pull request #5008 from shengyy/fix/antigravity-schema-semantics (361fe957)
- feat(auth): add request-scoped error action handling in conductor (aa10847e)
- fix(auth): share session affinity across model variant suffixes (00c4377a)
- docs(readme): remove obsolete ecosystem links for PPAP and Alex (75e2454e)
- fix(auth): stop old selectors when replacing manager selector and harden cache stop concurrency (b8fbe70b)
What's Changed
- fix(antigravity): preserve response and tool schema semantics by @shengyy in https://github.com/router-for-me/CLIProxyAPI/pull/5008
New Contributors
- @shengyy made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5008
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.133...v7.2.134