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: align Claude headers with upstream streaming (c405398)
- Merge pull request #4596 from rdself/coder/claude-stream-accept-header-v2 (1778e8c)
- fix(home): use Home's CAS command instead of EVAL for replay compare-and-swap (20784c6)
- Merge pull request #4645 from router-for-me/fix/home-cas-command (39031ef)
- refactor(executor): consolidate
thinking.ApplyThinkingintohelps.ApplyRequestThinking(f322914) - feat(models): remove Gemini 3.5 Flash Lite entry from models.json (a432d76)
- feat(util, executor, translator): enhance Antigravity schema handling and response formatting (5dedb30)
- feat(translator): add support for
cached_creation_tokensin usage details (74d38e0) - refactor(translator): overhaul function call handling in Codex response conversion (fecebcc)
- feat(translator): group consecutive tool results in Claude request conversion (4a2eb54)
What's Changed
- fix(claude): align headers with upstream streaming / 修复 Claude 请求头与上游流式模式不一致 by @rdself in #4596
- fix(home): use Home's CAS command instead of EVAL for replay compare-and-swap by @sususu98 in #4645
New Contributors
Full Changelog: v7.2.104...v7.2.105