What's New
Features
- Per-account quota threshold protection: Set minimum quota levels per-account and per-model via draggable markers on quota bars (#212)
- Proxy/Paid mode toggle: Switch Claude CLI between proxy and paid modes directly from the WebUI (#221)
- Version display: Show current version in CLI banner and WebUI navbar
- Model ID validation: Invalid model IDs are now rejected before processing
Bug Fixes
- Fail immediately on 400 errors instead of cycling through accounts
- Suppress noisy
count_tokens501 error logs - Improve mode toggle robustness with i18n support
- Fix request logger to use correct URL and suppress
.well-knownnoise - Resolve console errors in settings page
Contributors
Thanks to the following contributors for their work on this release:
- @jgor20 for per-account quota threshold protection and WebUI fixes
- @Jeeltilva for implementing the proxy/paid mode toggle
- @IrvanFza for adding version display to CLI and WebUI