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
- feat(meta): add native Meta (Muse Code) provider and OAuth device flow (54d4f4c)
- fix(cli): make config optional in commandMode so login works without existing config.yaml (fbf7464)
- feat(meta): mint LLM API key from device access token via /muse-code/key (30191c3)
- feat(meta): add Meta OAuth management endpoint and WebUI / TUI support (23c16e2)
- fix(management): disable caching for management.html to prevent stale SPA views (78c14b8)
- fix(tui): rename Meta provider label from Meta (Muse) to Meta (18385de)
- feat(meta): add Meta API key management handlers, routes, logo, and tests (e475807)
- fix(meta): address review feedback on credential lifecycle, models, and config loading (cee799f)
- fix(meta): exclude cleared expired timestamp on persist, add runtime alias resolution, and fix test race (47cc31a)
- chore(meta): keep provider PR scoped to Meta support (21aa46b)
- fix(meta): recover and persist minted credentials correctly (be7323f)
- fix(meta): implement request preparer, disable unconditional refresh, scope 429 quota, and stabilize auth index (d09042a)
- fix(meta): require OAuth storage for DCA tokens and reject them in config meta-api-key (1144ae7)
- fix(meta): validate catalog section, singleflight management mints, and synchronize singleflight test (06660dd)
- fix(meta): unify credential minting and preserve auth lifecycle (4a0131c)
- Merge dev into feat/meta-provider and preserve both registry tests (c6e076f)
- feat(plugin-quota): add typed summary metrics (acb0eae)
- fix(plugin-quota): accept summary-only probes (5cb41e2)
- fix(plugin-quota): require summary metric values (7b60be3)
- fix(plugin-quota): tolerate malformed summaries (782a5cd)
- fix(plugin-quota): validate summary identifiers (d3cb685)
- fix(plugin-quota): validate summary metadata (617b9fd)
- fix(plugin-quota): preserve mapped summaries (6aea72e)
- fix(plugin-quota): preserve valid mapped summaries (07e85de)
- Merge pull request #5803 from anpicasso/feat/plugin-quota-summary (512c453)
- feat(translator): refine tool call argument validation for finish reason logic (772c63c)
- Merge PR #5502 feat/meta-provider into cpa/muse (42ca5d3)
- feat(executor): add native Meta (Muse Code) provider integration (65348b9)
- feat(config): add Meta OAuth aliasing and error rules support (8335eac)
What's Changed
- feat(plugin-quota): add typed summary metrics by @anpicasso in #5803
- feat(meta): add native Meta (Muse Code) provider by @kdcokenny in #5502
New Contributors
- @anpicasso made their first contribution in #5803
Full Changelog: v7.3.3...v7.3.4