Releases: onllm-dev/onWatch
onWatch v2.11.43
What's Changed
Full Changelog: v2.11.42...v2.11.43
onWatch v2.11.42
What's Changed
- Add Cursor provider support by @LeslieLeung in #59
New Contributors
- @LeslieLeung made their first contribution in #59
Full Changelog: v2.11.41...v2.11.42
onWatch v2.11.41
Full Changelog: v2.11.40...v2.11.41
onWatch v2.11.40
What's Changed
Full Changelog: v2.11.39...v2.11.40
onWatch v2.11.39
Full Changelog: v2.11.38...v2.11.39
onWatch v2.11.38
Full Changelog: v2.11.37...v2.11.38
onWatch v2.11.37
Full Changelog: v2.11.36...v2.11.37
onWatch v2.11.36
Full Changelog: v2.11.35...v2.11.36
onWatch v2.11.35
v2.11.35 - MiniMax Multi-Account Support
Track multiple MiniMax accounts with full isolation. Switch accounts in the dashboard to view per-account usage and history.
Bug Fix - Fixed cycle overview showing blank data on shared MiniMax plans. Usage history now always displays correctly.
Improved Status Bar - API source badges now show timestamps for last quota update.
onWatch v2.11.34
Codex Display Mode Toggle
Toggle how you view Codex quotas - switch between "Usage" (utilization %) and "Available" (remaining %) for five_hour and seven_day quotas.
Configure via:
- Environment:
CODEX_SHOW_AVAILABLE=true(orfalsefor usage mode, which is default) - Settings UI: Settings → Providers → Configure Codex → Quota Display
Consolidated Codex Settings Card
The Codex provider card in Settings now shows ONE entry with all sub-profiles listed below it. Each sub-profile retains its own telemetry/dashboard toggles for granular control.
Profile Management UI (Beta)
Manage Codex profiles directly from the Settings modal - refresh credentials or delete profiles without needing the CLI.
Bug Fixes
- Added
display_modevalue validation (only accepts "usage" or "available") - CSS styling improvements for the consolidated Codex provider section
- All tests pass with race detection