Skip to content

v1.0.1 — reliable statusline capture, honest alert claim

Choose a tag to compare

@tpatrouillat tpatrouillat released this 04 Aug 10:36
· 3 commits to main since this release
e5cdd1e

Patch release. Recommended for everyone, especially if you use the Claude Code statusline capture.

Fixed

  • The statusline capture no longer wipes good readings. Claude Code renders the statusline before it has any rate_limits to hand over (session start, /clear, resume). The capture script wrote anyway, replacing your captured windows with an empty payload, and the app dropped to "Waiting" mid-session. It now keeps the previous reading and lets the app flag it stale on its own schedule. This mainly affected CLI-only users, who don't have the Claude desktop app as a backstop.
  • Honest alert claim. Threshold notifications at 80% / 95% exist in the code, but macOS only delivers notifications for a signed .app bundle, so they never fire on a Homebrew or source install. The docs, the landing page and the Settings label now say so instead of promising a banner that can't appear. A signed .app build is on the roadmap.

Also in this release

  • ROADMAP no longer contradicts itself on the zero-network rule and on signed .app builds.
  • The landing page no longer names other trackers: the argument stands at category level, and the claim as written didn't hold for every project it named.
  • Install docs now include brew services start tokease everywhere — without it the app installs and nothing appears.
  • Removed the Sponsor button (GitHub Sponsors isn't set up, the link led nowhere).

Install

brew install tpatrouillat/tap/tokease
brew services start tokease

Requires macOS 12 Monterey or later and a Claude Pro or Max plan. Zero config if the Claude desktop app is running. Full test suite runs in CI on Python 3.10-3.13. MIT.