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(pluginstore): add API URL to ReleaseAsset and update asset download logic (3ea7f18)
- feat(auth): streamline GitHub token handling and enhance download asset logic (8970873)
- feat(pluginstore): refactor installation tests to improve asset download logic and error handling (caf7052)
- Merge pull request #4039 from router-for-me/plugin (dc43747)
- feat(tests): refactor snapshot handling in model registration tests for improved clarity and consistency (c48516c)
- fix(translator): map OpenAI Responses reasoning to Gemini two-part signatures (4b51f85)
- fix(translator): align reasoning merge with Responses visible text rules (3648bc1)
- fix(antigravity): align CLI User-Agent with agy 1.0.13 short form (#4045) (ca7478a)
- Merge pull request #4042 from router-for-me/plugin (8c8009c)
- Merge pull request #4043 from sususu98/fix/responses-gemini-reasoning-signature-upstream-dev (a26d384)
What's Changed
- feat(pluginstore): add API URL to ReleaseAsset and update asset download logic by @hkfires in #4039
- fix(antigravity): align CLI User-Agent with agy 1.0.13 short form by @sususu98 in #4045
- feat(tests): refactor snapshot handling in model registration tests for improved clarity and consistency by @hkfires in #4042
- fix(translator): OpenAI Responses reasoning signatures for Gemini by @sususu98 in #4043
Full Changelog: v7.2.45...v7.2.46