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 | bashWindows (PowerShell):
irm https://tokenstat.ai/install.ps1 | iexOr 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
Full Changelog: v0.1.2...v0.1.3