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(executor): add support for compact response handling in XAIExecutor (529d9e9)
- feat(pluginstore): add support for third-party plugin store sources and enhance plugin management (303c0f2)
- feat(pluginstore): refactor plugin store source handling to use string URLs (239d7ee)
- feat(websockets): handle terminal events and improve error propagation (3b96119)
- feat(pluginstore): improve nil checks in pluginStoreSnapshot function (6f3bd76)
- Merge pull request #3848 from router-for-me/feat/Community_Plugins (ea4e978)
- feat: add OpenAI video support with improved error handling and response normalization (7de9757)
What's Changed
- Feat/community plugins by @LTbinglingfeng in #3848
Full Changelog: v7.2.1...v7.2.2