v7.2.82
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): implement plugin synchronization and validation (5243b38)
- feat(tests): enhance thinking test cases with new scenarios and model updates (74a9876)
- feat(kimi): implement native thinking object extraction and update reasoning handling (255df2d)
- Merge pull request #4381 from router-for-me/plugin (050bec6)
- fix(xai): rewrite image.image_url to image.url before upstream send (f82123a)
- Merge pull request #4387 from router-for-me/think (bb0fdbf)
- Merge commit 'refs/pull/4390/head' of github.com:router-for-me/CLIProxyAPI into dev (70152f4)
- fix(xai): normalize image refs with special JSON keys (f583414)
What's Changed
- feat(pluginstore): implement plugin synchronization and validation by @hkfires in #4381
- Enhance Kimi thinking configuration and tests by @hkfires in #4387
- fix(xai): rewrite image.image_url to image.url before upstream send by @jellyfish-p in #4390
New Contributors
- @jellyfish-p made their first contribution in #4390
Full Changelog: v7.2.81...v7.2.82