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(translator): support cache write tokens in claude responses (893abba)
- fix(antigravity): support native thinking signatures without prefixes in claude translator (15231e9)
- fix(antigravity): retry model fetching per endpoint and prioritize daily base url (c2834b6)
- fix(antigravity): preserve unsigned gemini thinking blocks with trailing carriers (8deeb4a)
- fix: harden concurrent session handling, listener lifecycle, and token accounting (02c02cd)
- fix(antigravity): strip tool config, labels, and session id in token counting (d0fb44c)
- fix(antigravity): bypass quota cooldowns and credit hints when cooling is disabled (272c1cf)
- feat(registry): add claude fable 5.1 and gemini 3.8 flash models (dacae58)
- chore(registry): remove "minimal" level from dynamic_allowed definitions in models (bdcccfb)
- fix(auth): validate access token expiration and retain valid credentials on refresh failure (9812b1e)
- fix(home): map user_credits_insufficient to 402 and user_period_limit_exceeded to 429 (f416175)
- fix(auth): enforce minimum cooldown floor and track attempted credentials on 429 (18e01a7)
- fix(claude): upgrade default Claude Code baseline and fingerprint to 2.1.258 (df7e04e)
- fix(models): preserve home model capability metadata (1ecf0cb)
- feat(auth): use home model capabilities for thinking (6ff680e)
- refactor(kimi): use request thinking helper (c6dd821)
- fix(codex): clear unsupported reasoning levels (cdda333)
- Merge pull request #5436 from router-for-me/models (63fdd77)
- feat(routing): make subagent session affinity configurable via session-affinity-subagents (d577e63)
What's Changed
Full Changelog: v7.2.147...v7.2.148