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
- fix(auth): block dispatch on refresh failures (b93e1ec)
- feat(port): add CPA server port configuration and management routes (d96d56b)
- feat(auth): add safe refresh diagnostics (dfa2928)
- fix(auth): preserve unsupported refresh diagnostics (79ee9bf)
- fix(auth): preserve safe tokens on refresh failure (e9b90fa)
- fix(auth): stop background persistence on shutdown (c640ca1)
- feat(auth): enhance quota handling for Antigravity provider with reset timestamps and retry delays (d26225c)
- feat(auth): enhance handling of unsupported refresh scenarios and preserve credential quota states (d6682ed)
- feat(auth): enhance quota probe eligibility checks to ignore cooldowns and handle refresh blocks (554f830)
- Merge pull request #106 from router-for-me/auth (b18a529)
- feat(config): normalize port to default for non-positive values in runtime config (3de7ca9)
- feat(tests): enhance database connection handling in multiple test files (2fcd1be)
- feat(auth): support Codex quota reset hints (6caf641)
- feat(tests): enhance handling of expected run cancellation errors in quiescence tests (745cf22)
- feat(auth): clamp Codex quota reset hints to 30-minute horizon (7005ab4)
- Merge pull request #107 from router-for-me/auth (3c1d4d3)
- Revert "feat(auth): clamp Codex quota reset hints to 30-minute horizon" (679898c)
- feat(antigravity): add sensitive words configuration and related API routes (b8ae930)
- Merge pull request #108 from router-for-me/antigravity (bebd5a5)
- feat(docs): add guideline to avoid wall-clock time.Sleep in unit tests (a4fbe87)
What's Changed
- Enhance authentication and port management by @hkfires in #106
- Support Codex quota reset hints by @hkfires in #107
- feat(antigravity): add sensitive words configuration and related API routes by @hkfires in #108
Full Changelog: v1.0.71...v1.0.72