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): preserve namespace tool routing (0e3a3e6)
- fix(xai): address namespace routing review feedback (c4eda81)
- fix(xai): qualify namespaced tool choices (eb6d169)
- feat(codex): add summary detection and processing for local compaction in websocket input (e0a0b5a)
- fix(xai): handle additional namespace tools (4123e27)
- Merge pull request #4251 from huahai0202/fix/xai-namespace-tool-routing (19fb0f0)
- Fix xAI allowed tool namespace choices (e674f19)
- feat(registry): remote-refresh Codex client model catalog (#4276) (4fe2c60)
- feat(ui): add provider SVG logos and descriptions in multilingual README files (6279bb8)
What's Changed
- fix(xai): 保留 namespace 工具路由信息 by @huahai0202 in #4251
- feat(registry): remote-refresh Codex client model catalog by @sususu98 in #4276
New Contributors
- @huahai0202 made their first contribution in #4251
Full Changelog: v7.2.71...v7.2.72