Skip to content

v1.1.1

Choose a tag to compare

@CxMYu CxMYu released this 07 Jul 02:33
· 7 commits to main since this release
  • 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).