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: make credential refresh failures recoverable (fa11221)
- feat(auth, cluster): introduce support for Codex Alpha Search credential policies (1142a9b)
- fix(auth): reject disabled refresh targets first (017307d)
- fix(cluster): move OAuth refresh outside SQLite transactions (dac85f6)
- fix(auth): fence distributed credential state (08568f9)
- fix(cluster): enforce monotonic auth revisions (ac7d2e2)
- fix(cluster): retain auth save source versions (5209fd9)
- chore: exclude test changes from auth fixes (f2c1b6e)
- feat(userapi): publish a user-facing model catalog (d075530)
- refactor(userapi): move capabilities handler out of email_recovery (9455bc9)
- Merge pull request #87 from router-for-me/feat/user-model-catalog (1a4be69)
- Merge branch 'dev' into fix/home-401-refresh-recovery (f52a659)
- Merge pull request #86 from router-for-me/fix/home-401-refresh-recovery (495a215)
- fix(auth): preserve OAuth force mapping in Home dispatch (b2ab1a1)
- Merge pull request #88 from sususu98/fix/oauth-force-mapping-home-dispatch (cfae488)
- fix(config): keep Home credential cooling enabled (f281d27)
- fix(auth): scope execution cooldowns to credential and model (6352c62)
- fix(auth): reconcile derived model registry with scheduler state (3b1e095)
- fix(auth): converge model cooldown state across Home instances (354ec98)
- feat(management): add credential quota cooldown reset API (85b71b6)
- fix(auth): resolve aliases for cooldown state (7bf5dc3)
- Merge pull request #90 from sususu98/fix/home-central-cooling (e21e102)
- chore: ignore local Pi worktree assets (1787f4b)
What's Changed
- feat(userapi): publish a user-facing model catalog by @GavinKung in #87
- fix(auth): restore safe Home refresh recovery after upstream 401 by @LTbinglingfeng in #86
- fix(auth): preserve OAuth force mapping in Home dispatch by @sususu98 in #88
- fix(auth): restore Home-managed credential cooling by @sususu98 in #90
Full Changelog: v1.0.66...v1.0.67