Skip to content

tokenstat v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 19:39
3bf0544

tokenstat v0.1.3

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.2

Features

  • degrade colour and box drawing on limited terminals
  • add model catalog and speed up rate lookup

Fixes

  • set a connect timeout on every http client
  • avoid unbound tmp on macOS bash 3.2 cleanup

Documentation

  • replace the two screenshots with one and link a demo profile
  • add an architecture animation and the catalog commands

Maintenance

  • exclude merge commits from generated release notes
  • split interactive and render into module directories
  • set version to 0.1.3

Full commit list and contributors are appended by GitHub below.

What's Changed

  • 0.1.3: model catalog, module split, terminal caps by @gyorgysh in #6

Full Changelog: v0.1.2...v0.1.3