You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename to ClaudeMonitor, fix cost ranking, add menu bar colorization
- Rename all ClaudeWatch/Claudevisor references to ClaudeMonitor throughout
- Fix conversation cost ranking: versioned model IDs (e.g. claude-opus-4-5-20250115)
were falling back to default weight 1.0, making Opus rank same as Sonnet
- Add menu bar text colorization via NSAttributedString: green <60%, orange 60-80%, red 80%+
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: HANDOFF.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ClaudeWatch — Claude Code Handoff
1
+
# ClaudeMonitor — Claude Code Handoff
2
2
3
3
## What this is
4
4
A macOS menu bar app that shows Claude.ai usage percentages in real time, reading directly from the Claude desktop app's encrypted session cookies. No manual cookie setup required — this is the key differentiator vs. competitors.
@@ -88,7 +88,7 @@ Note: `seven_day_opus`, `seven_day_sonnet` etc. are null when not used but will
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ClaudeWatch — Mac Menu Bar Usage Monitor
1
+
# ClaudeMonitor — Mac Menu Bar Usage Monitor
2
2
3
3
A lightweight Mac menu bar app that shows your Claude.ai usage percentages in real time, using the Claude desktop app's session cookies for authentication.
4
4
@@ -27,9 +27,9 @@ Click the icon to see reset times, extra credit usage, and a link to the full us
27
27
28
28
## Installing the DMG
29
29
30
-
> **Gatekeeper warning:**ClaudeWatch is not signed with an Apple Developer certificate, so macOS will block it on first launch.
30
+
> **Gatekeeper warning:**ClaudeMonitor is not signed with an Apple Developer certificate, so macOS will block it on first launch.
31
31
>
32
-
> To open it: **right-click** (or Control-click) `ClaudeWatch.app` → **Open** → **Open** again in the dialog. You only need to do this once.
32
+
> To open it: **right-click** (or Control-click) `ClaudeMonitor.app` → **Open** → **Open** again in the dialog. You only need to do this once.
0 commit comments