Automatically assign unique pastel colors to each project
claudeContextBar.baseColor
White
Base color when Auto Color is off (subtle variations per project)
claudeContextBar.contextLimit
200000
Fallback context limit (auto-detected for most models)
claudeContextBar.warningThreshold
50
Percentage for yellow warning
claudeContextBar.dangerThreshold
75
Percentage for red danger
claudeContextBar.refreshInterval
30
Refresh interval in seconds
How It Works
The extension reads Claude Code's session files from ~/.claude/projects/ and calculates token usage from the JSONL logs. It automatically detects which model you're using and adjusts the context limit:
Claude Sonnet 4.5 1M: 1,000,000 tokens
All other models (Sonnet 4.5, Opus 4.5, Haiku): 200,000 tokens
Sessions inactive for more than 5 minutes are automatically hidden.