Skip to content

Releases: gyorgysh/tokenstat

tokenstat v0.1.3

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

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

tokenstat v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:55
da436c2

tokenstat v0.1.1

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

Fixes

  • extract signing identity before P12 conversion
  • gate signing and publish once
  • one approval, default auto-update, Apple P12 import
  • harden scheduled sync and repair installs
  • re-exec under bash for dash on Linux
  • re-exec under bash when piped to dash
  • drop bash arrays from setup arg building
  • allow empty setup args on macos bash 3.2
  • detect Windows arch without RuntimeInformation
  • retry probe spawn on linux text-file-busy

Documentation

  • prefer curl | bash for unix install commands

Maintenance

  • approve before builds and harden PKCS12 import
  • keep signing secrets on the release environment only
  • gate github release publish on environment approval

Full commit list and contributors are appended by GitHub below.

Full Changelog: v0.1.0...v0.1.1

tokenstat v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:27
d1675b9

tokenstat v0.1.0

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 | sh

Windows (PowerShell):

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

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

Initial public release

Features

  • refresh the archive on open, and show the version
  • command-line client with interactive mode and reports
  • mcp server over the core facade
  • vendor fetches and profile sync client
  • local usage archive and multi-source parsers

Fixes

  • tighten release readiness for sync, update, and tui

Documentation

  • add tui screenshots and simplify funding links
  • prepare readme and guides for public release

Maintenance

  • publish release notes with install blurb and commit groups
  • scaffold repository and continuous integration

Full commit list and contributors are appended by GitHub below.

Full Changelog: https://github.com/gyorgysh/tokenstat/commits/v0.1.0