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(claude): keep Fable-only rate limits model scoped (a8f9814)
- add bestproxy sponser (7815449)
- fix(websocket): drop consumed compaction triggers (45c90e8)
- docs(readme): link Bestproxy free trial (628f535)
- fix(gemini): support mixed and structured
function_call_outputhandling in OpenAI→Gemini responses translation (20f84e7) - fix(claude): accept both
max_tokensandmax_completion_tokensin OpenAI→Claude request conversion (3230e37) - Merge pull request #5043 from DragonFSKY/fix/consumed-compaction-trigger (d388a4b)
- Merge pull request #5050 from router-for-me/sponsor/add-bestproxy (9826bd7)
- fix: update LMU registration links in README files (ee2c494)
- Merge pull request #5033 from DEAN-Cherry/fix/claude-fable-model-scoped-cooldown (f985a5c)
- feat(claude): add fingerprint-profile=claude-code-cli for API keys and delegated providers (#5047) (f1b0431)
- fix(claude): gate CCH signing by upstream origin and validate fingerprint-profile (aec70df)
- refactor(claude): deduplicate CLI identity application and tidy helpers (f3e836c)
- feat(executor): support
$-based custom headers from downstream request headers (e424bfa) - fix(claude): always send
stopas an array when convertingstop_sequencesin OpenAI requests (4ac37ed) - feat(antigravity): add
video_urlcontent part support to OpenAI request conversion (497673b)
What's Changed
- fix(websocket): drop consumed compaction triggers by @DragonFSKY in #5043
- Sponsor/add bestproxy by @LTbinglingfeng in #5050
- fix(claude): keep Fable-only rate limits model scoped by @DEAN-Cherry in #5033
- feat(claude): add fingerprint-profile=claude-code-cli for API keys and delegated providers by @sususu98 in #5047
New Contributors
- @DEAN-Cherry made their first contribution in #5033
Full Changelog: v7.2.135...v7.2.136