v1.5.5 — 2026-07-10
Dashboard
- Added an Est. Cost line overlay to the Daily Token Usage chart — a legend-toggleable line on a dedicated right-hand axis, priced per model before the daily aggregation so multi-model days are costed correctly (#151, thanks @paulabenzar).
- Fixed "This Month" (and the other calendar ranges) including the previous month's last day in UTC+ timezones: date-range bounds are now formatted from local calendar components instead of
toISOString()(UTC). The same local-date helper is now used byrangeIncludesToday, so it can no longer disagree with the range bounds near UTC midnight (#151, thanks @paulabenzar).
Scanner / CLI
- The
today,week, andstatscommands now run the idempotent schema migration when they open the database, so reading before the nextscanno longer crashes withsqlite3.OperationalError: no such column: is_subagenton a database created before subagent tracking existed. The dashboard already did this; the CLI read path now matches (#153, thanks @iliaal).
Project / docs
- Documented the
dashboardcommand's--host/--portflags in the README and AGENTS.md — the flags already worked (and are shown in the built-inUSAGEtext) but only theHOST/PORTenvironment variables were documented (#150, thanks @subhamchbty).