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(auth): normalize credential metadata keys (e04d620)
- fix(registry): detect gemini interactions changes (71c3c14)
- fix(xai): keep image_generation on grok-4.6+ conversation requests (dfdf183)
- fix(xai): drop orphaned tool_choice after compact strips tools (87fb01b)
- test(openai): expand reasoning fallback coverage in OpenAI responses non-stream conversion tests (d9869ed)
- test(claude): expand OpenAI conversion tests for
reasoning_contentand stream/non-stream parity (65071f7) - fix(antigravity): raise the fallback client version to 2.9.1 (#5175) (a834917)
- fix(gemini): normalize Claude thinking signatures in Gemini request and response conversion (b3f72ce)
- fix(claude): derive stable request-scoped
metadata.user_idfor converters (ab8f00d) - feat(auth): enhance key deletion and patching with base URL validation (ebda750)
- Merge pull request #5176 from router-for-me/auth (eeaa2e1)
- fix(openai): validate and filter thought signatures in responses conversion (d5b57a2)
- fix(codex): convert Grok client keepalive SSE frames to comments (4d68ca8)
- Merge pull request #5174 from HuiCheng/fix/xai-keep-image-generation-grok-46 (7d5b23f)
- Merge pull request #5177 from YogaSakti/fix/antigravity-fallback-version (1be8417)
- fix(gemini): normalize malformed schema nodes before cleanup (a7e3596)
What's Changed
- Normalize credential metadata and enhance registry interactions by @hkfires in #5176
- fix(xai): keep image_generation on grok-4.6+ conversation requests by @HuiCheng in #5174
- fix(antigravity): raise the fallback client version to 2.9.1 (#5175) by @YogaSakti in #5177
New Contributors
Full Changelog: v7.2.139...v7.2.140