ccstatus 0.5.0

Fast Claude Code status line with cached usage bars
Documentation
# ccstatus configuration — copy to ~/.config/ccstatus/config.toml
# Every key is optional; omitted keys use the defaults shown here.

[colors]
fill  = 68    # 256-color index for filled bar cells (Claude usage-panel blue)
track = 17    # empty track (dark navy)
dim   = 245   # percentage / value / plan text

[bar]
width   = 12
braille = true   # hi-res braille dots; set false for a solid block bar
filled  = ""    # block-mode filled glyph (used only when braille = false)
empty   = ""    # block-mode empty glyph (used only when braille = false)

[rows]
context = true
current = true    # the 5-hour window
weekly  = true    # the 7-day window

[layout]
model_header = true       # show the model name on its own line
# Plan label shown next to the model. When empty and plan_auto is true, it is
# auto-detected from ~/.claude.json (only the rate-limit tier field is read).
plan = ""                 # set to override, e.g. "Max (20x)"
plan_auto = true          # set false to never read ~/.claude.json

[labels]
context = "Context"
current = "5h"
weekly  = "7d"