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(xai): map image_generation tool_choice to required (d2742c5)
- fix(xai): preserve auto when rewriting image-only allowed_tools (fba1ff2)
- fix(xai): keep forced image_generation from other tools (6f4b6dc)
- Merge pull request #5184 from HuiCheng/fix/xai-image-generation-tool-choice-required (3faf709)
- fix(gemini,antigravity): preserve function/tool results as raw strings (9d0a60b)
- docs(readme): add APIMart sponsor (cef351a)
- Merge pull request #5210 from router-for-me/apimart-sponsor (b232394)
- docs(readme): add APIMart sponsor to Japanese README (85749db)
- Merge remote-tracking branch 'origin/dev' into apimart-sponsor (cd445f2)
- Merge pull request #5212 from router-for-me/apimart-sponsor (dc3c3b1)
What's Changed
- fix(xai): map image_generation tool_choice to required by @HuiCheng in #5184
- Apimart sponsor by @lzt404 in #5210
- Apimart sponsor by @lzt404 in #5212
Full Changelog: v7.2.140...v7.2.141