What's Changed
Feature release.
- feat: show Claude CLI version in statusline — the statusline now displays the current
claudeCLI version at the end in orange, cached for 1 hour to avoid repeatedclaude --versioncalls. Quick visual cue when an install drifts out of date. - feat: show weekday in weekly reset time — the 7-day reset display now includes the weekday alongside the date for quicker scanning. Thanks @chrisdpurcell (#41).
- feat: add opt-out for update check via
STATUSLINE_CHECK_UPDATES— setSTATUSLINE_CHECK_UPDATES=falseto disable the daily release-check call entirely for users who'd rather the statusline make no network requests (#46). - chore: add MIT license file — the README already declared MIT; adding the
LICENSEfile makes it unambiguous for downstream consumers (#47).
Full Changelog: v1.4.3...v1.4.4