Skip to content

Releases: daniel3303/ClaudeCodeStatusLine

v1.3.0

18 Apr 00:10
2781a78

Choose a tag to compare

What's Changed

  • Render new xhigh effort level with its own color (purple) — distinguishes it from high (green) and max (red). Claude Code v2.1.111+ introduced xhigh for Opus 4.7. Thanks @FZ1010 in #24.
  • Updated README screenshot to showcase the new xhigh color.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Mar 17:16
add1649

Choose a tag to compare

What's New

  • Builtin rate limits support — The status line now reads rate_limits directly from Claude Code's JSON input as the primary source for 5h/7d usage display, avoiding the OAuth API call entirely when available. Falls back to OAuth when the data is absent. (#17)
  • Empty cache fix — Prevents an empty cache file from blocking usage data fetch (#13)

v1.1.0

19 Mar 00:11
a987345

Choose a tag to compare

What's New

Update Notifications

The status line now checks GitHub for new releases every 24 hours. When a newer version is available, a second line appears below the status bar showing the new version and a link to the repository. The check is cached and fails silently if the API is unreachable.

Effort Level Display Fix

The status line now displays the actual effort level value (low, medium, high, max) instead of hardcoded strings. A new red color is used for max effort, completing the intensity scale:

Level Color
low dim
medium orange
high green
max red

Files Changed

  • statusline.sh — Bash/Zsh script
  • statusline.ps1 — PowerShell script
  • README.md — Updated documentation