What problem does it solve? Tracking per-model spending across Codex and Claude sessions requires manually parsing CodexBar's local cost JSON logs, which is tedious and error-prone when you just want to know which model costs the most. ## Core Features & Use Cases - Current Model Summary: Identifies the most recent daily entry and reports the highest-cost model, with fallback to the last entry in modelsUsed when breakdowns are missing. - All-Models Breakdown: Aggregates cost totals per model across daily rows, with optional filtering to the last N days. - Flexible Input and Output: Reads live CodexBar CLI output on macOS or accepts exported JSON via file/stdin on any platform, and renders results as text or pretty-printed JSON. - Use Case: A developer on macOS wants to check which Claude model drove costs this week, so they run the summarizer with --provider claude --mode all --days 7 to get a ranked per-model cost list. ## Quick Start Ask the assistant to summarize your current Codex model usage cost from CodexBar, optionally specifying the provider, mode, or a JSON input file.