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 zero sessions shown on days after a session starts — "Today" filter now uses lastTimestamp (when the session was last active) instead of firstTimestamp, so a session that started yesterday but is still active today correctly appears under Today.
Fix inflated Today cost for cross-midnight sessions — previously the full accumulated cost of a multi-day session was attributed to Today. Today cost is now computed from OTEL spans that started after midnight, so only today's token usage is counted.
Improvements
VS Code Insiders support — Copiscope now auto-detects both Code/User and Code - Insiders/User workspace directories and indexes sessions from both. Both paths are scanned at startup and monitored via file watcher.