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(management): paginate auth file listings (76ac75e)
- Merge pull request #5897 from camy-x/feat/auth-files-pagination (46d4baf)
- fix(devin): support images in tool results (64c9433)
- fix(config): preserve plugin configurations when saving yaml (afba07b)
- feat(plugin): support scheduling across priorities (b715526)
- fix(management): reject unresolved token placeholders in api-call (0b55053)
- fix(devin): aggregate tool calls by id and track cache write tokens (9e10db5)
- fix(devin): handle orphaned tool results and normalize function result payloads (b6fe4f2)
- feat(claude): support model-level cooling and scope overage rate limits (44eaef0)
- fix(xai): unify forced hosted tool choice normalization (c616193)
- fix(ci): replace go-cross/cgo-actions with direct FreeBSD sysroot cross-compilation (b773607)
What's Changed
New Contributors
Full Changelog: v7.3.6...v7.3.7