Skip to content

v1.4.2

Choose a tag to compare

@ardabalkandev ardabalkandev released this 05 Jul 21:34

Fixes

Per-model weekly quota tracking broken by the Fable rollout

Anthropic renamed the /usage CLI's per-model weekly limit line from Current week (Sonnet only) to Current week (Fable) after adding the Fable model. Claudemon's parser only recognized lines containing the literal word "sonnet", so the renamed line silently fell into the "all models" bucket and was dropped — the per-model bar (and the floating widget's "Sonnet" row) went dark and stayed at 0%.

Claudemon now classifies any Current week (<model>) line as the per-model metric, regardless of which model name Anthropic puts there, and reads the model name straight from the label for display. Future model renames will no longer require an app update.

Install

```
brew upgrade --cask claudemon
```