Tokenscope – see what your Claude Code session cost
Shows cache-read costs eating 66% of your Claude Code bill when dashboards only show totals.
A Claude Code plugin that automatically generates a standup ready update of what you built in the last 24 hours
Turns Claude Code traces into standups, replacing manual Toggl time tracking.
Developers using Claude Code for daily tasks
Toggl Track · Standuply · Clockify
Quick path to a result: - Inside any Claude Code project, run: `/plugin marketplace add AlexanderBZ/claude-status-update` - Then: `/plugin install status-update` - Then: `/status-update:generate`
You'll get a short exec summary followed by your work categorized into Bugs, Features, and Other, scoped to the last 24 hours of that project.
The Stack: - A Python CLI reads `~/.claude/projects/[current-project]/*.jsonl` and extracts user messages and AskUserQuestion responses as intent signals. No LLM involved in this step, it's fully deterministic. - Claude reads the grouped signals, collapses each session into a work item, classifies it, and writes the exec summary. - Everything runs locally. The scratch file written during processing is deleted after Claude reads it.
This isn't a replacement for writing good commit messages or keeping a work log. It's a last-mile tool for the gap between "I know what I did" and "I need to say it out loud in 60 seconds." It works best when you use plan mode or write messages describing intent. Silent sessions won't produce much.
Currently in early release. Any feedback on or tips on how to approve it are greatly appreciated!
Source (MIT): https://github.com/AlexanderBZ/claude-status-update
Shows cache-read costs eating 66% of your Claude Code bill when dashboards only show totals.
Reads local logs to explain bill spikes after Anthropic's cache TTL change.
Claude Code usage dashboard reading local files—fills exact gap Anthropic didn't address.
Parses local JSONL session files from Copilot, Claude Code, and Codex and surfaces an interactive DAG, per-agent/token metrics, and session replay directly in the activity bar — immediately useful for spotting which agents and skills actually do the work. The Claude cache-token breakdown and timeline replay are clever, concrete features that show the author dug into provider internals; adoption looks small today, but the concept and implementation give real observability where previously there was opacity.
LLM-titled sessions and one-click resume beat Claude's default first-sentence titles.
Parses local session files for multi-provider AI cost tracking; Anthropic/OpenAI billing pages don't break it down.