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(models): expose CPA web search capability (294b7f5)
- feat(models): require explicit per-model native search support (4311ae8)
- chore(models): sync verified native search capability metadata (678da56)
- Merge pull request #5797 from router-for-me/feat/cpa-web-search-catalog (7e864ac)
- feat(devin): implement Devin OAuth flow with callback handling and session management (44e62bc)
What's Changed
- feat(models): expose CPA web search capability by @LTbinglingfeng in #5797
Full Changelog: v7.3.0...v7.3.1