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 analytics tokens/cost showing identical values across all time filters. Range filtering now uses firstTimestamp (when the session started) rather than lastTimestamp. A large cross-day session (started May 11, last active May 12) was inflating every range — Today, 7 days, 30 days, All — to the same total.
Fix scanner preferring transcript files (0 tokens) over chatSessions files (completionTokens present) when both exist for the same session ID. Older sessions no longer in the OTEL database now surface their token counts correctly.
Fix live-update parser always using transcript format regardless of whether the changed file was a chatSessions file, dropping token data on file-watcher updates.