Skip to content

Commit 9b29972

Browse files
committed
v1.4.8
Updated README.md
1 parent c64de77 commit 9b29972

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-code-usage-monitor"
3-
version = "1.4.7"
3+
version = "1.4.8"
44
edition = "2021"
55
license = "MIT"
66
description = "Claude Code Usage Monitor"

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ It sits in your taskbar and shows how much of your Claude Code, Codex, and/or An
1414
- A **5h** bar for your current 5-hour Claude usage window
1515
- A **7d** bar for your current 7-day window
1616
- Optional Codex usage bars alongside Claude Code
17-
- Optional Antigravity usage bars for Google's 5-hour and broader user quota windows
17+
- Optional Antigravity model usage bars for Google's 5-hour and weekly Gemini quota windows
1818
- A live countdown until each limit resets
1919
- A small native widget that lives directly in the Windows taskbar
2020
- System tray icon badges showing your enabled model usage percentage
2121
- Left-click the tray icon to toggle the taskbar widget on or off
22-
- Right-click options for refresh, displayed models, update frequency, language, startup, and updates
22+
- Right-click options for refresh, displayed models, update frequency, language, startup, widget visibility, and updates
23+
- Multi-monitor taskbar placement, so the widget can live on the taskbar for the screen you prefer
2324

2425
## Who This Is For
2526

2627
This app is for Windows users who already have **Claude Code (CLI or App) installed and signed in**.
2728

2829
Codex support is optional. To show Codex usage, install and sign in to the Codex CLI, then enable Codex from the right-click **Models** menu.
2930

30-
Antigravity support is optional too. To show Antigravity usage, install and sign in to Google Antigravity, then enable Antigravity from the right-click **Models** menu.
31+
Antigravity support is optional too. To show Antigravity usage, install and sign in to Google Antigravity, then enable the **Antigravity** model from the right-click **Models** menu.
3132

3233
It works best if you want a simple "how close am I to the limit?" display that is always visible.
3334

@@ -61,6 +62,7 @@ claude-code-usage-monitor
6162
Once running, it will appear in your taskbar and as one or more tray icons in the notification area.
6263

6364
- Drag the left divider to move the taskbar widget
65+
- On multi-monitor setups, drag the widget onto another Windows taskbar to move it to that screen
6466
- Right-click the taskbar widget or tray icon for refresh, displayed models, update frequency, Start with Windows, reset position, language, updates, and exit
6567
- Left-click the tray icon to toggle the taskbar widget on or off
6668
- Enable `Start with Windows` from the right-click menu if you want it to launch automatically when you sign in
@@ -71,9 +73,9 @@ Use the right-click **Models** menu to choose what the widget displays:
7173

7274
- **Claude Code** is enabled by default
7375
- **Codex** can be enabled alongside Claude Code or shown by itself
74-
- **Antigravity** can be enabled alongside the other providers or shown by itself
76+
- **Antigravity** can be enabled alongside the other providers or shown by itself as its own model column
7577

76-
When multiple models are shown, each model has its own usage bar and matching usage text color.
78+
When multiple models are shown, each model has its own usage bar and matching usage text color. Antigravity prefers Google's Gemini quota summary when available and falls back to model quota data when needed.
7779

7880
### System Tray Icon
7981

@@ -138,6 +140,8 @@ What the app sends over the network:
138140
What the app stores locally:
139141

140142
- Widget position
143+
- Selected taskbar / screen
144+
- Widget visibility
141145
- Polling frequency
142146
- Language preference
143147
- Last update check time
@@ -166,7 +170,8 @@ The monitor:
166170
1. Finds your enabled model login credentials
167171
2. Reads your current usage from Anthropic, ChatGPT, and/or Google's Antigravity endpoints
168172
3. Shows the result directly in the Windows taskbar
169-
4. Refreshes periodically in the background
173+
4. Keeps the widget aligned with the selected taskbar and tray area
174+
5. Refreshes periodically in the background
170175

171176
If the newer usage endpoint is unavailable, it can fall back to reading the rate-limit headers returned by Claude's Messages API.
172177

0 commit comments

Comments
 (0)