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(responses): preserve context across websocket transport changes (e05ae09)
- fix(xai): preserve compacted websocket transcript state (840ba5d)
- fix(responses): commit websocket tool cache atomically (a661172)
- Merge pull request #4522 from sususu98/fix/responses-ws-continuity (e572987)
- fix(usage): add normalized token accounting v2 (416a080)
- fix(usage): classify partial token accounting correctly (fe8a616)
- Merge pull request #4528 from router-for-me/fix/issue-81-normalized-token-accounting (885ffac)
- fix(usage): harden canonical token normalization (42f36b9)
What's Changed
- fix(responses): preserve context across websocket transport changes by @sususu98 in #4522
- fix(usage): add canonical token accounting v2 by @GavinKung in #4528
Full Changelog: v7.2.96...v7.2.97