Linux release assets
CLIProxyAPIHome_<version>_linux_<arch>.tar.gzis the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.CLIProxyAPIHome_<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
CLIProxyAPIHome_<version>_freebsd_amd64.tar.gzis the FreeBSD amd64 build. It supports dynamic library plugins.CLIProxyAPIHome_<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(dispatch): include model info in responses (82267a0)
- Merge pull request #109 from router-for-me/models (75d80dd)
- feat(session): support hierarchical session routing, persistence, and observability tree (5689bd6)
- feat(session): add query-side canonical UUIDv8 tolerance and hybrid tree resolution (9e500fb)
- fix(session): expand candidates in BFS chunk queries and use LastIndex for nested prefixes (48f9902)
- Merge pull request #113 from sususu98/feat/home-session-hierarchy (9110602)
- feat(auth, registry): add Devin PKCE OAuth support and integrate Devin model registry (26a0afb)
What's Changed
- feat(dispatch): include model info in responses by @hkfires in #109
- feat(session): support hierarchical session routing, canonical UUIDv8 tolerance, and tree observability by @sususu98 in #113
Full Changelog: v1.0.72...v1.0.73