Skip to content

v1.0.2

Choose a tag to compare

@YoavLax YoavLax released this 12 May 10:31

Bug Fixes

  • 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.