GitHub user krabat-l closed a discussion: claude-dash — real-time statusline for Claude Code sessions
## Problem When working with Claude Code, you have no visibility into context consumption, quota status, session cost, cache efficiency, or whether a tool has been stuck for 30 seconds. ## Solution [claude-dash](https://github.com/krabat-l/claude-dash) is a real-time statusline plugin that puts all of this in a two-line display below your prompt.  ## Quick Start ``` /plugin install claude-dash /claude-dash:setup ``` ## What It Shows - **Context health** — progress bar + estimated turns remaining - **Quota tracking** — rate limit with countdown to reset - **Session cost** — real-time from model pricing tables - **Cache efficiency** — higher ratio = cheaper tokens - **Git status** — branch, diff stats, unpushed commits - **Tool stats** — active tools with stuck warning at 30s 5 color themes, 13 toggleable components, zero runtime dependencies, <100ms per frame. Would love feedback! GitHub link: https://github.com/apache/age/discussions/2363 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
