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
- fix(store): close git repos during recovery (b908ed5)
- Merge pull request #5356 from router-for-me/store (9654894)
- docs(readme): remove LMU sponsor (81e1b53)
- feat(session): implement Merkle LCP session affinity, session tree, and distributed Home hierarchy (#5202) (8211388)
- fix(session): harden nil fallback, normalize agent id, and support nested antigravity payloads (#5202) (100c564)
- perf(test): eliminate physical sleeps and normalize mock timeouts in xai and home (#5328) (c2021cd)
- fix(session): harden depth-cap index cleanup, bound lcp fingerprints, and support nested payloads (#5202) (c99ce12)
- fix(claude): preserve tool pairing across intervening system messages (9fdc460)
- refactor(session): prune in-memory session tree store in favor of flat KV affinity and pure info extraction (5755d00)
- feat(usage): track streaming execution state in usage records (9721d99)
- fix(auth): isolate subagent session affinity for antigravity and gemini (ff81157)
- fix(auth): propagate upstream error causes in auth selection failures (f2e2d71)
- fix(auth): preserve upstream status codes in antigravity auth errors (7070785)
- feat(home): enhance homeDispatchConn with untrack method and improve connection closure handling (dbcc4ec)
- fix(tests): improve test reliability by avoiding wall-clock time in TTL and cache-eviction tests (22a5740)
- Merge pull request #5373 from router-for-me/tests (9ca9384)
- Merge pull request #5374 from router-for-me/home (ed37aa0)
- fix(session): support identity and subagent extraction from nested request payloads (fae57a3)
- fix(registry): remove defunct gemini-3-flash-agent model from antigravity provider (35e3d97)
- test(executor): update antigravity interactions test to use valid model (acc1500)
- fix(auth): optimize session cache LRU capacity eviction (5679bbf)
- fix(session): derive LCP session ID from rolling prefix keys and harden matcher (dc0f7a5)
- fix(codex): support reasoning_text in openai chat completion responses (17a65ee)
What's Changed
- fix(store): close git repos during recovery by @hkfires in #5356
- perf(test): eliminate physical sleeps and normalize mock timeouts in xai and home by @sususu98 in #5328
- Improve test reliability by avoiding wall-clock time by @hkfires in #5373
- Enhance homeDispatchConn with untrack method and improve connection closure handling by @hkfires in #5374
Full Changelog: v7.2.146...v7.2.147