Claude Tools / Plugins / cc-statusline
Plugins · nycu-chung/cc-statusline
cc-statusline
A comprehensive statusline dashboard for Claude Code — session summary, quota bars, agent tracker, MCP health, message history, and more. All at a glance, no slash commands needed.
CLEARED_STATICclaude-onlyv1.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/rows.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 3 lexical match(es)
- injection scan: English-only patterns cannot cover cjk instruction surface
README
From the repository
# cc-statusline **English · [繁體中文](./README.zh-TW.md)** A comprehensive statusline dashboard for Claude Code. See everything at a glance — no slash commands needed.  ## What it shows | Section | Info | |---------|------| | **session summary** | Auto-generated whole-session summary (Claude rewrites it every ~10 messages with built-in compression so it stays under ~120 chars) | | **directory** | Current working directory + `+added -removed lines` | | **repo + branch** | `owner/repo` (parsed from `git remote`) + branch + `(N changed)` | | **cost** | `cost $TOTAL () · $SESSION (this session)` — all-session spend rendered as parallel parenthetical annotations. Window defaults to all time; set `aggWindowDays` in `~/.claude/cc-statusline-rows.json` for a rolling view (e.g. `7` / `30` / `90`). | | **model** | Active model name + effort level with 5-tier color ladder (`low` dim / `medium` green / `high` yellow / `xhigh` orange / `max` red) | | **duration** | Active session time — sum of every turn's wall-clock duration (UserPromptSubmit → Stop). Inter-turn idle is naturally excluded, no idle threshold needed. Shares the model row area visually but toggles i…