Skip to content

fix: format token counts consistently with K/M/B units - #6

Merged
coldhighsun merged 2 commits into
mainfrom
feat/token-format-and-docs
Aug 5, 2026
Merged

fix: format token counts consistently with K/M/B units#6
coldhighsun merged 2 commits into
mainfrom
feat/token-format-and-docs

Conversation

@coldhighsun

Copy link
Copy Markdown
Owner

Summary

  • Format token counts in the CLI's bar charts (Tokens by Model, Daily Tokens, Tokens by Hour) with the same K/M/B scaling already used in the stats tables, instead of raw N0 numbers.
  • Fix the WPF hourly-activity chart's Y-axis labeler to use the shared FormatTokens helper instead of raw N0 formatting.
  • Update CLAUDE.md and README.md docs (watch command, MinVer versioning notes, release pipeline, badges) and add NuGet package tags to the CLI csproj.

Test plan

  • dotnet build AIUsageMonitor.slnx succeeds
  • Reviewed unit scaling per chart (Hourly series uses raw tokens, Daily series uses tokens/1e6) to confirm formatter calls match their series' units

@coldhighsun
coldhighsun merged commit e10ad6d into main Aug 5, 2026
1 check passed
@coldhighsun
coldhighsun deleted the feat/token-format-and-docs branch August 5, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant