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
- feat(thinking): preserve cross-protocol summary visibility (b3046d2)
- fix(thinking): avoid enabling Claude for hidden summaries (b63a38d)
- fix(thinking): decouple Interactions effort summaries (76008b4)
- docs(thinking): clarify Claude model defaults (92b6bc4)
- fix(thinking): close summary translation gaps (5d307c1)
- fix(thinking): honor provider visibility semantics (87ceaf8)
- fix(thinking): honor normalized summary payloads (0c2ec7d)
- fix(thinking): respect final summary authority (c4dcd87)
- fix(thinking): drop disabled Interactions summaries (24323ee)
- Merge pull request #4684 from sususu98/fix/thinking-summary-visibility (9d46c8d)
- chore: ignore root logs directory (3a995bd)
- Revert "Merge pull request #4687 from router-for-me/fix/home-401-refresh-recovery" (a63da8a)
What's Changed
Full Changelog: v7.2.111...v7.2.112