7.30.0 (2026-01-28)
Features
- cliproxy: add auto_sync config option (fc23afd)
- cliproxy: add granular account tier prioritization (ultra/pro/free) (aeb9abc), closes #387
- cliproxy: add local config sync module (9de2682)
- cliproxy: add Management API client for CLIProxy (4cc89ea)
- cliproxy: add sync and alias CLI commands (cb6c212)
- cliproxy: add sync API routes (56500fe)
- cliproxy: auto-sync on profile create (b2ba402)
- cliproxy: enable auto_sync by default (28b0e89)
- ui: add CLIProxy sync components (75a4e68)
- ui: add granular account tier types (pro/ultra/free) (890fd14)
- ui: add tier badges to account cards (31a91f6)
- ui: add toast feedback for sync actions (f972a4e)
- ui: allow custom model names in Quick Setup wizard (ab9bbed)
- ui: mount SyncStatusCard to CLIProxy page (afa3bda)
Bug Fixes
- cliproxy: address edge cases in sync module (9924b2f)
- cliproxy: address PR review feedback (4967693)
- cliproxy: address sync review feedback (e80d2d2)
- cliproxy: correct sync terminology and add unit tests (c3f85bc)
- cliproxy: harden sync against edge cases (bbad73b)
- cliproxy: improve sync robustness and consistency (4124780)
- cliproxy: preserve config comments during sync (68a63a7)
- cliproxy: use paidTier for account tier detection instead of allowedTiers (de23029)
- ui: add scroll boundary for account list in Quick Setup (85aa747)
- ui: fix account card layout overflow (87cced8)
- ui: update sync card for local sync design (e2b9c46)
Code Refactoring
- cliproxy: remove model alias functionality (32dbd5e)
- ui: merge sync into ProxyStatusWidget (3761634)
Tests
- cliproxy: add management-api-client unit tests (6611142)