You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.5.0] - 2026-04-14
6
+
7
+
### Added
8
+
-**CodeBurn-inspired overview dashboard** — dense, multi-panel layout showing cost, tokens, sessions, cache hit rate, daily activity, projects, models, activity categories, tools, and MCP servers all at once (no tab switching)
9
+
-**HBar gradient component** — horizontal bar visualizations with blue→amber→orange gradient, used across all dashboard panels
10
+
-**Dashboard/Analytics navigation** — top-level toggle between the new overview dashboard and the existing detailed analytics views
11
+
-**Rate limits in dashboard** — integrated rate limit bars directly into the main dashboard with 60s polling interval
12
+
-**Project path normalization** — subdirectories like `scripts/`, `src/`, `raw/` are merged into their parent project for cleaner cost attribution
13
+
-**Activity categories** — tool calls grouped into Coding, Exploration, Testing, Planning, Git, and Delegation categories
14
+
-**MCP server panel** — dedicated panel showing MCP tool usage separated from core tools
15
+
-**Version badge** in macOS menu bar app header
16
+
17
+
### Changed
18
+
- Default view is now the dense overview dashboard instead of the old vertically stacked sections
19
+
- Rate limits and live sessions removed from Analytics view (now in Dashboard only)
20
+
-`projectName()` strips generic subdirectory suffixes for cleaner display
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ Real-time dashboard for tracking Claude Code usage, costs, and session activity.
4
4
5
5
## Features
6
6
7
+
-**Overview Dashboard** — CodeBurn-inspired dense, multi-panel layout showing cost, tokens, sessions, cache hit, daily activity, projects, models, activity types, tools, and MCP servers — all visible at once
7
8
-**Live Sessions** — Real-time view of all running Claude Code instances with CLI/Desktop icons
8
-
-**Rate Limits** — Session and weekly usage percentage tracking with color-coded bars
9
-
-**Session History** — Per-session metadata table with model, effort level, tokens, cost, pagination and sorting; click any row to see a full tool call + prompt timeline
10
-
-**Usage Statistics** — Today/week/month breakdowns with period comparison badges
11
-
-**Cost per Project** — Top 5 projects + aggregated "Other" bar chart
9
+
-**Rate Limits** — Session and weekly usage percentage tracking with color-coded bars (60s auto-refresh)
10
+
-**Session History** — Per-session metadata table with model, effort level, tokens, cost; click any row for full tool call + prompt timeline
11
+
-**Usage Statistics** — Today/7 Days/30 Days breakdowns with period comparison badges
12
+
-**Cost per Project** — Projects ranked by cost with automatic subdirectory merging
12
13
-**Model Breakdown** — Token distribution across Opus, Sonnet, and Haiku
13
-
-**Cost Trend** — Daily and cumulative cost charts
0 commit comments