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
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
`AgentTally` is a standalone macOS menu bar app for tracking AI agent spending.
6
6
7
-
Right now, only Claude Code is supported. The app shows your Claude Code spend for today and the current month, and refreshes every 60s.
7
+
The app shows Claude Code and Codex spend for today and the current month, and refreshes every 60s.
8
8
9
9
<palign="center">
10
10
<imgsrc="docs/menu-bar.png"alt="AgentTally menu bar screenshot">
@@ -25,6 +25,9 @@ Then:
25
25
26
26
On first launch, macOS may ask you to confirm opening the app.
27
27
28
+
AgentTally checks GitHub Releases for updates once per day and includes a
29
+
`Check for Updates...` menu item.
30
+
28
31
## Development
29
32
30
33
To build from source, you need:
@@ -49,3 +52,17 @@ mise run dev
49
52
```
50
53
51
54
`mise` manages the Bun toolchain for this project and uses the system Swift toolchain. The build tasks install the local `ccusage` dependency, compile the helper, and stage both binaries into `AgentTally.app`.
55
+
56
+
## Releases
57
+
58
+
Release archives are signed for Sparkle updates with an EdDSA key. For local
59
+
releases, the private key is read from the macOS Keychain. For GitHub Actions,
60
+
set `SPARKLE_PRIVATE_ED_KEY` to the value exported by:
0 commit comments