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
- Merge pull request #5273 from esokullu/codex/add-webbrain-project (f0de1d0)
- fix(claude): emit message_delta when openai streaming finish reason is omitted (677dbe1)
- fix(claude): fallback to array index when tool call index is omitted (be1763e)
- feat(executor): measure effective TTFT with protocol-aware token classification (#5313) (4b2beb3)
- fix(kimi): normalize tool and function parameter schemas (dd5f9e7)
- fix(claude): collapse consecutive thinking blocks in openai responses translation (07d8156)
- fix(claude): drop unsupported assistant prefill for opus-5 and sonnet-4-6 (6f25b9a)
- fix(claude): strip trailing thinking blocks from assistant messages (c350d3f)
- fix(auth): forward Home unauthorized upstream errors (9a2201c)
- fix(logging): enhance error diagnostics and logging for home refresh operations (e4a8f98)
- fix(runtime): log safe home refresh error types (bc918ab)
- fix(auth): prefer errors from upstream attempts (6a489fa)
- feat(claude): support advisor tool beta header (5ff4a31)
- Merge pull request #5331 from router-for-me/fix-home-refresh-logging (c1f3b48)
- chore(codex): update codex client model definitions (02e3d33)
- fix(config): add NormalizeHomePort function and update home port handling (7ab999a)
- fix(auth): synchronize auth lifecycle and registry state with epochs and generations (12b88f3)
- fix(openai): ignore empty tool calls array in responses translation (6c6473f)
- fix(xai): use chat base url resolution for image and video requests (e4119f8)
- feat(executor): support token usage parsing for plugin executors (d31b159)
What's Changed
- docs: add WebBrain to related projects by @esokullu in #5273
- Fix home refresh logging and error handling by @hkfires in #5331
New Contributors
Full Changelog: v7.2.145...v7.2.146