Skip to content

tokenstat v0.8.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:49
· 79 commits to main since this release
Immutable release. Only release title and notes can be modified.
0fea132

tokenstat v0.8.1

tokenstat is CLI-first, local usage tracking for AI coding agents. Stable
downloads below include the CLI for macOS, Linux, and Windows, plus the macOS
desktop app. Counters stay on your machine unless you opt into sync.

Install the CLI

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.

macOS desktop app

Download tokenstat-0.8.1-macos.dmg below, open it, and drag the app to
Applications.

The Windows desktop and Android clients are still maturing. Their unsigned
development builds remain available from the Preview workflow and are not
stable release downloads yet.

What's changed

A hotfix for agents that would not start from chat.

Fixed

  • An agent launched from a conversation is found the same way the launcher
    finds it: your PATH, then your login shell's PATH, then the places a harness
    installs itself into. The helper runs from launchd and inherits none of that,
    so an agent the launcher listed as installed could still fail to start with a
    short PATH for an error. Chat, automations and workflows all spawned the same
    way and are all fixed.
  • Node version manager directories and the usual install locations for a few
    more agents are searched too, so a tool installed under a Node version or in
    its own directory is picked up without being pointed at.
  • The first conversation on a new machine starts in execute rather than plan.
    Once you have chosen a mode, your choice is what comes back.

Full changelog