Skip to content

Releases: albertdobmeyer/agent-token-meter

v1.0.1 — Public Release

08 Apr 01:51
7cf3024

Choose a tag to compare

Agent Token Meter v1.0.1

Zero-dependency burn-rate monitor for AI coding agents. Run alongside Claude Code in a split terminal to see real-time context usage, cost tracking, and workflow advice.

Install

npx agent-token-meter

Highlights

  • Context fill bar with burn rate and acceleration
  • Compaction ETA — estimated calls until auto-compaction
  • Cost tracking with cache ROI and multi-provider comparison (Sonnet, Kimi)
  • Workflow advisor — context tax, /clear savings, phase detection
  • Threshold hooks — nudge the agent at 50/75/90% context fill

What's new in v1.0.1

  • Fixed README screenshot rendering on npmjs.com
  • Normalized package.json bin paths
  • Added CONTRIBUTING.md
  • Added CI workflow