v1.5.1 — 2026-07-01
Packaging
- Fixed the Homebrew shim crashing at runtime with
python@3.13/bin/python3: No such file or directory. Modernpython@3.xkegs only ship the versionedpython3.13in theirbin(the unversionedpython3symlink moved tolibexec/bin), so the formula now execspython3.13directly (#46, thanks @adrianlungu and @Jeroendevr for reporting). - Fixed the Homebrew install instructions: Homebrew disabled installing a formula from an arbitrary raw URL, so the README now taps the repo first (
brew tap phuryn/claude-usage …thenbrew install phuryn/claude-usage/claude-usage) (#46, thanks @adrianlungu).