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(docs): add Infistar.ai sponsorship information and logo to documentation (148eff2)
- fix(xai): remap bad-credentials 403s to unauthorized (dd67f56)
- chore(.gitignore): add missing entries for AGENTS.override.md, .gocache, and .gitnexus (a4a8773)
- Merge branch 'docs/add-infistar-sponsor' into dev (9e9230a)
- fix(.gitignore): update .llm-wiki entry to exclude trailing slash (d40bd77)
- Prevent large Gemini payloads from being duplicated during normalization (34364ff)
- Reduce Codex request amplification for large payloads (c30e60a)
- Revert "docs: remove AICodeMirror sponsor section from all READMEs and delete its logo asset" (035f548)
- fix(cliproxy): preserve route model on built-in selector cooldown errors (31a4e9b)
What's Changed
New Contributors
Full Changelog: v7.2.122...v7.2.123