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(docs): update FennoAI sponsorship details and links in README files (a40d0e6)
- fix(docs): update RunAPI registration links in README files (d757063)
- feat(registry): add Gemini 3.7 Flash High model definition (7ea9c67)
- fix(claude): recover OAuth tool aliases for repeated prefixes and malformed IDs (f2d272d)
- fix(gemini): skip zero-token usage placeholders and always finalize stream reporters (7cf9279)
- fix(claude): use BIP-39 words for OAuth MCP tool aliases (f6f03e4)
- fix(claude): pass through caller MCP tools on alias server collision (bdde638)
- fix(translator): make Gemini tool call IDs deterministic and robustly match responses (8d670b9)
- fix(auth): preserve custom auth-file metadata during token refresh and relogin (b90d8ee)
- fix(translator): strip nested
prompt_cache_breakpointfrom Codex Responses payloads (6edf9c4) - fix(claude): map refusal and sensitive stop reasons to
content_filter(fab077a) - fix(codex): cache multi-agent spawn-agent model data and invalidate on updates (98c98d6)
- fix(openai): mark truncated/filtered responses as incomplete and avoid finalizing partial tool calls (78f0c40)
What's Changed
- fix(claude): use BIP-39 words for OAuth MCP tool aliases and pass through caller tools by @sususu98 in #4965
Full Changelog: v7.2.131...v7.2.132