Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Usage Dashboard

The Usage Dashboard shows your token usage, costs, models, tools, and project breakdown. Open it with /usage.

Overview

The header shows your totals:

MetricDescription
TokensTotal tokens consumed (in millions)
CostTotal spend in USD
SessionsNumber of sessions
CallsTotal API calls made

The Four Panels

The dashboard is a 2x2 grid of panels:

Daily Activity (top-left)

A horizontal bar chart showing token usage per day. Peak days stand out clearly. Useful for spotting burst activity or debugging unexpected spikes.

By Project (top-right)

A ranked table of projects by cost:

ColumnDescription
ProjectWorking directory name
$Total cost
MTokens in millions
sTotal session time

By Model (bottom-left)

A ranked table of every model used:

ColumnDescription
ModelProvider + model name
$Total cost
MTokens in millions
CNumber of API calls

The selected row is highlighted in orange. Use this to spot expensive models or optimize your provider mix.

By-Model Quantization Tree View (v0.3.20)

Model variants grouped under parent rows with tree connectors:

ColumnDescription
ModelProvider + model name (parent row, bold)
├─ / └─Variant rows (e.g. qwen3.6-35b-a3b-gguf-oq2, qwen3.6-35b-a3b-gguf-oq4)

Parent rows show aggregated stats (total tokens, cost, calls) across all quant variants. This eliminates the noisy duplication where qwen3.6-35b-a3b-gguf, -oq2, -oq4, -iq4_xs each appeared as separate rows.

Before: 6 separate rows for one model family After: 1 parent row + 3 variant rows with aggregated parent stats

Core Tools (bottom-right)

A horizontal bar chart ranking your most-used tools. bash and read_file typically dominate. Useful for understanding your agent’s workflow patterns.

A summary table showing cost and turns by activity category (Development, CI/Deploy, Features), plus the 1-shot success rate for each.

Time Filters

KeyFilter
TToday
WThis week
MThis month
AAll time
EscClose dashboard
KeyAction
TabCycle focus between panels
EnterOpen details for selected item
EscClose dashboard