Skip to content

TokenMonitor 1.1.0

Latest

Choose a tag to compare

@TechPreacher TechPreacher released this 27 Aug 07:39
· 1 commit to main since this release

What's new

Active Claude Code sessions with context-window gauges

The panel now lists every Claude Code session with recent transcript activity (last 5 minutes), each with a neon gauge showing how full its context window is (e.g. 533.9K / 1M tokens). Sessions are sorted by latest activity, background Agent SDK sessions (e.g. claude-mem helpers) are filtered out, and two parallel sessions in the same project are disambiguated with a short session id.

Live context windows from the Models API

Per-model context windows are fetched from the Anthropic Models API using your Claude Code OAuth credentials (1M for the Claude 5 family and Opus/Sonnet 4.6+, 200k for Haiku), with a built-in fallback table for offline use — new model launches get correct windows without an app update.

Panel improvements

  • Panel height now auto-fits its content, growing and shrinking with the session list while staying anchored under the menu-bar icon
  • Panel position is clamped on-screen when a menu-bar manager (Ice, Bartender) parks the status icon in an offscreen overflow row

Signed with Developer ID and notarized by Apple — download, unzip, and drag to Applications.

Full changes: #1