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(devin): ensure swe-1-6-slow is preserved as a builtin model (60325f4)
- fix(auth): preserve attributes and path across plugin refreshes (5530cbd)
- fix(auth): unschedule disabled invalid_grant credentials and apply exponential backoff for enabled invalid_grant (58461c8)
- fix(claude): apply cloaking by default for direct Messages OAuth requests (4332048)
- fix(auth): unschedule disabled invalid_grant credentials and apply exponential backoff for enabled invalid_grant (#6123) (960be01)
- fix(auth): preserve resolved model capabilities and configuration update support (ed980be)
What's Changed
- fix(auth): unschedule disabled invalid_grant credentials and apply exponential backoff for enabled invalid_grant by @sususu98 in #6123
Full Changelog: v7.3.17...v7.3.18