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(pluginhost): stabilize Windows plugin response buffer (520cfa1)
- feat(logging): add debug logging for OAuth selection in home execution (3727d87)
- Merge pull request #4553 from router-for-me/log (5ac5deb)
- fix(docs): update Claude API registration links in README files (a14dfc7)
- fix(antigravity): preserve complete reasoning replay (#4525) (7288635)
- fix(translator): prevent duplicate message delta processing in Claude response handler (f04605d)
- Merge pull request #4538 from yueziji/fix/windows-plugin-response-buffer-upstream (284ccc4)
- feat(models): add new models Claude Opus 5 and Gemini 3.6 Flash (ace2e84)
- fix(antigravity): sanitize unsigned thinking signatures in OpenAI Chat Completions for Claude models (#4562) (62a2c0d)
- fix(runtime): skip deferred tools when injecting cache_control (95d5b24)
- feat(runtime): improve executor binding logic and add config-based executor handling (27fc316)
What's Changed
- feat(logging): add debug logging for OAuth selection in home execution by @hkfires in #4553
- fix(antigravity): replay complete reasoning signature chains by @sususu98 in #4525
- fix(pluginhost): stabilize Windows plugin response buffer by @yueziji in #4538
- fix(antigravity): sanitize unsigned thinking signatures in OpenAI Chat Completions for Claude models by @sususu98 in #4562
New Contributors
Full Changelog: v7.2.99...v7.2.100