Skip to content

v1.0.0

Choose a tag to compare

@strayer strayer released this 21 Mar 12:19
· 1 commit to main since this release
v1.0.0
56a5b0a

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