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
Faster status-line cold start: git and version refreshes are batched into a single short-lived background task that runs after the line is printed, instead of launching separate processes mid-render. When the cache is fresh, the common redraw does no background work at all.
Windows: the background refresh no longer flashes a console window.
Runtime caches now clean themselves up over time (stale git/version entries and leftover temporary files), and stay under ~/.claude/ccglance/ (honors CLAUDE_CONFIG_DIR).