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): support Grok Imagine Video 1.5 GA (abaeb55)
- fix(xai): preserve preview alias auth routing (61d9a30)
- fix(xai): register video preview alias (8423274)
- fix: honor router skips for prepared stream routes (7ea5e3a)
- Merge pull request #4771 from FlameMida/fix/prepared-route-skip-recursion (f27be00)
- Merge pull request #4668 from oscarbrey/fix/grok-imagine-video-1.5-ga (32f1069)
- feat(antigravity): obfuscate sensitive words in system instructions (42eef10)
What's Changed
- fix: 嵌套流式执行遵守路由插件跳过标记 by @FlameMida in #4771
- fix(xai): support Grok Imagine Video 1.5 GA by @oscarbrey in #4668
New Contributors
- @FlameMida made their first contribution in #4771
- @oscarbrey made their first contribution in #4668
Full Changelog: v7.2.117...v7.2.118