Three releases for claude-statusline this week. v0.5.0 : git_branch now shows staged, modified, and untracked file counts alongside ahead/behind tracking. New usage_limits module tracks Claude API rate limits with progress bars and reset countdowns. v0.6.0 : Windows support. Pre-built binaries now ship with each release. v0.7.0 : Two new template variables. {{.BurnRate}} shows cost per hour. {{.APIDurationMs}} tracks time waiting on the API. Also expanded the input payload to parse the full hook schema — workspace info, transcript path, detailed token usage. Release-please is in now. It handles versioning, changelogs, and GitHub releases from conventional commits. PR #19 is open: a bar_style config field with five presets ( classic , blocks , dots , line , squares ) so you can pick a progress bar style without touching Unicode. Also submitted a PR to Proof SDK adding Docker support: multi-stage build, non-root user, dumb-init, and a Compose example. Still in review.