What's Changed
New Features
- Effort level display in model badge via
model:effort=short(L/M/H/A) ormodel:effort=full(low/medium/high/auto). Reads from settings files with precedence chain. Note:maxis session-only and cannot be detected. - Dump mode (
SL_DUMP=1) for development: logs every stdin JSON input with timestamp to/tmp/claude-statusline-dump.jsonl - Native rate_limits support: reads usage data directly from CC 2.1.80+ stdin JSON, eliminating OAuth API calls. Falls back to deprecated OAuth API for older CC versions.
Full Changelog: v5.0.0...v5.1.0