7.53.0 (2026-03-11)
Features
- add API profile lifecycle discover/copy/export/import parity (02c8174)
- api: add Anthropic direct API key support (fedb4d4), closes #688
- api: add llama.cpp support as local model provider (0ca6428), closes #690
- auth: add --bare flag and MCP server sync for profiles (bc9b044), closes #691 #692
Bug Fixes
- api: complete anthropic direct profile support (1f29fa0)
- auth: preserve bare profile behavior across runtime and sync (8f8684c)
- ci: remove LOC count from maintainability gate (d3ede45)
- ci: remove maintainability baseline gate blocking releases (03a0fb2)
- clarify CLIProxy dashboard install lifecycle (a4b626a)
- cliproxy: handle Claude OAuth quota 401 (7e8f9e8)
- cliproxy: poll paste-callback auth urls (b25b165)
- cliproxy: preserve Claude fallback when quota is unavailable (6ed95a2)
- cliproxy: preserve kiro paste-callback start route (86ca180)
- cliproxy: sync claude 4.6 selector defaults (3d183fe)
- cliproxy: use management auth-url route in paste callback (6fcd924)
- cliproxy: use management oauth-callback in paste flow (fa02702)
- codex: standardize haiku defaults on gpt-5.1-codex-mini (f4a7d4d)
- complete codex tool sanitization coverage (4baed01)
- config: align claude defaults across catalogs (bea3084)
- config: update claude base models to latest (09aeec5)
- config: use correct codex haiku model ID (gpt-5-codex-mini) (8a9751a), closes #602
- confirm risky cliproxy installs in dashboard (aed7beb)
- copilot: surface upstream model limits (8a5ed65)
- harden profile lifecycle validation and dashboard UX flows (d6fc5dd)
- hooks: handle thinking blocks in image analyzer response parsing (0060c77), closes #511
- improve quota diagnostics and oauth refresh handling (fc3600e)
- restart CLIProxy after dashboard version install (e14df1f)
- stop untracked CLIProxy installs safely (ad01196)
- strip unsupported gemini and codex tool fields (8cfd86f)
- sync error code docs links (2be5c5a)
- ui: update copilot default claude model (4d0ded3)
- ui: use preset apiKeyPlaceholder when creating profiles (6078de7)
Tests
CI
- harden AI review for external PRs (becfc57)