A single-file bash status line for Claude Code, displaying model, git state, token usage, organization, rate limits, and working directory on one line — with adaptive width tiers so it never wraps.
Based on daniel3303/ClaudeCodeStatusLine with these additions:
- Organization name (auto-resolved from
$CLAUDE_CONFIG_DIR/.claude.json) - Per-directory git cache (10s) — avoids slow
git statuson large repos - Per-token rate-limit API cache (60s) — switching accounts auto-invalidates
- Ahead/behind upstream counts
- Feature flags to toggle each section independently