Skip to content

Tags: onllm-dev/onWatch

Tags

v2.12.1

Toggle v2.12.1's commit message
fix(timezone): persist timezone setting and use it in all dashboard t…

…imestamps (closes #79)

- Fix settings page: populate timezone dropdown before loading saved value
- Add Browser Default (detected timezone) display in dropdown and hint
- Replace raw toLocaleTimeString with timezone-aware formatClockTime
- Add formatResetTime showing absolute reset time with timezone
- Add data-reset-at attributes for live timezone refresh
- Add initTimezoneBadge await before dashboard data fetch
- Add regression tests for load order and formatter contracts
- Bump version to 2.12.1

v2.12.0

Toggle v2.12.0's commit message
fix(minimax): track exhausted interval quota (status=2) instead of hi…

…ding it

MiniMax reports current_interval_status=2 when a percentage-based window is
fully consumed (0% remaining = 100% used). minimaxIntervalActive only accepted
status 1, so an exhausted interval was synthesized to zero and dropped - hiding
usage exactly when the user has hit their limit. Treat status 1 and 2 as active
(2 = exhausted); status 3 remains unsubscribed and is dropped.

v2.11.46

Toggle v2.11.46's commit message
chore: bump version to 2.11.46

v2.11.45

Toggle v2.11.45's commit message
fix(codex): prevent Team workspace token cross-contamination between …

…profiles

shouldUseSystemCredsForProfile only checked account_id when deciding
whether to use system auth.json tokens for a named profile. Team/Business
workspace users share the same account_id, so user B's system tokens
would overwrite user A's profile - causing both profiles to poll with
the same identity and return identical usage data.

Add user_id check: when both the profile and system creds have a known
user_id and they differ, the system creds fallback is rejected.

Verified live with two Team workspace profiles (ecom/ecom1) - after fix,
each profile returns its own usage data independently.

v2.11.44

Toggle v2.11.44's commit message
chore: bump version to 2.11.44

Includes the menubar 3-quota fit fix (#67) and the global
Usage/Remaining display toggle (#63).

v2.11.43

Toggle v2.11.43's commit message
chore: bump version to 2.11.43 for menubar port fix release

v2.11.42

Toggle v2.11.42's commit message
chore: bump version to 2.11.42 for Cursor provider release

v2.11.41

Toggle v2.11.41's commit message
Release v2.11.41 - Prometheus metrics correctness pass

v2.11.40

Toggle v2.11.40's commit message
Release v2.11.40

v2.11.39

Toggle v2.11.39's commit message
fix: MiniMax cycle overview returns shared key when no rows exist