Releases: ohugonnot/claude-code-statusline
Releases · ohugonnot/claude-code-statusline
v1.1.0
What's new
- Bar fix: progress bar now correctly shows 8/8 blocks at 100% (was capped at 7)
- Sonnet weekly metric: displays Sonnet-specific weekly quota with
Sntlabel - Stale cache indicator: ⚠ appears when cached usage data is outdated (older than 2x refresh interval)
- macOS support: portable
file_mtimehelper replaces Linux-onlydate -r - Scraper timeout: 120s global watchdog prevents zombie tmux sessions
Improvements
make_baruses pure bash loops instead ofseqsubshells- Default refresh interval changed from 5min to 10min (reduces overhead)
install.shsed pattern is now robust to any default value- Test suite: 24 tests (14 unit + 10 integration) with trap-based cleanup