You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix menu bar "Today" stats showing last-24-hours data instead of the current calendar day. The popover now uses the same date-boundary logic and session pass as the main Analytics dashboard, so the two always agree.
Fix gpt-4o-mini model lookup non-deterministically matching the gpt-4o pricing entry. The prefix matcher now uses longest-match-wins, preventing gpt-4o from shadowing gpt-4o-mini and similar cases.