Skip to content

v7.2.94

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:30
36b45d5

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.gz is 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.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.

Changelog

  • 🐛 fix(management): filter auth files by identity (d25b6b4)
  • docs(readme): update Kimi model descriptions with K3 details (db82d65)
  • fix(pluginhost): prevent stream close/send panic (#4480) (3e7e081)
  • fix(pluginhost): honor accepted emit results (119debe)
  • Merge pull request #4481 from KorenKrita/agent/fix-plugin-stream-bridge-close-race (2b4e962)
  • Merge pull request #4083 from seakee/fix/auth-files-filter-by-index (36b45d5)

What's Changed

  • fix(pluginhost): prevent stream close/send panic by @KorenKrita in #4481
  • fix(management): filter auth files by name and auth index by @seakee in #4083

New Contributors

Full Changelog: v7.2.93...v7.2.94