Skip to content

Releases: strayer/claude-code-statusline

v1.0.1

02 Apr 13:15
v1.0.1
734f267

Choose a tag to compare

Bug fix

  • Use --no-optional-locks for all background git commands to prevent creating stale .git/index.lock files that conflict with concurrent git operations by Claude Code or editors (#11005)

v1.0.0

21 Mar 12:19
v1.0.0
56a5b0a

Choose a tag to compare

A fast, dependency-free Go binary that renders a rich statusline for Claude Code.

Features:

  • Single JSON parse, 3 parallel git calls with 500ms timeout
  • Context window bar using braille characters for compact, high-resolution display
  • Git status: repo, branch, dirty/ahead/behind, commit hash + message, worktree detection
  • Model, output style, agent name, working directory
  • Lines added/removed, session duration
  • Rate limits with color-coded remaining percentage and reset countdown (subscribers)
  • API cost display (API users)

Install:

curl -L https://github.com/strayer/claude-code-statusline/releases/download/v1.0.0/claude-statusline \
  -o ~/.claude/claude-statusline && chmod +x ~/.claude/claude-statusline