Skip to content

tokenstat v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:52
522d2fb

tokenstat v0.1.2

Local token usage for AI coding agents. Counters stay on your machine unless you opt into sync.

Install

curl -fsSL https://tokenstat.ai/install.sh | bash

Windows (PowerShell):

irm https://tokenstat.ai/install.ps1 | iex

Or download an archive below, verify SHA256SUMS, and put tokenstat on your PATH.

Changes since v0.1.1

Features

  • emit cache write tiers and fix cursor auto pricing
  • fetch hosted rate snapshot

Fixes

  • tighten cursor-router matching and clarify pricing APIs
  • rustfmt interactive model label formatting

Maintenance

  • set version to 0.1.2

Full commit list and contributors are appended by GitHub below.

What's Changed

  • feat(pricing): fetch hosted rate snapshot by @gyorgysh in #5

New Contributors

Full Changelog: v0.1.1...v0.1.2