Skip to content

Commit eeffe1a

Browse files
NOGIT007claude
andcommitted
chore: bump version to 1.5.0, update changelog and README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d63e6b7 commit eeffe1a

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

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
21+
522
## [1.4.0] - 2026-04-12
623

724
### Added

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Real-time dashboard for tracking Claude Code usage, costs, and session activity.
44

55
## Features
66

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
78
- **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
1213
- **Model Breakdown** — Token distribution across Opus, Sonnet, and Haiku
13-
- **Cost Trend** — Daily and cumulative cost charts
14-
- **Peak Hours** — Hourly usage heatmap
15-
- **Token History** — Daily token breakdown (input, output, cache read, cache write)
14+
- **Activity Categories** — Tool calls grouped into Coding, Exploration, Testing, Planning, Git, and Delegation
1615
- **Tool Usage** — Per-tool call counts, durations, error rates, and over-time charts powered by OTEL tracing
16+
- **MCP Server Analytics** — Dedicated panel for MCP tool usage tracking
1717
- **Thinking Depth** — Tracks extended thinking frequency and depth across sessions
1818
- **macOS Menu Bar App** — Native Swift app (`Claude Code Monitor.app`) with live stats, server controls, and quick dashboard access
1919
- **OTEL Collector** — Built-in OTLP/HTTP endpoint on ports 4500 and 4318 for ingesting Claude Code telemetry

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-monitoring",
3-
"version": "1.4.0",
3+
"version": "1.6.0",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run --hot src/server.ts",

0 commit comments

Comments
 (0)