clauddy 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -179,6 +179,8 @@ Switching is instant — no restart. (On Windows/Linux the icon lives in the sys
|
|
|
179
179
|
|
|
180
180
|
Optional **macOS notifications** when your session or weekly usage crosses the thresholds you set (default **80%** and **95%**) — e.g. _"Your session is over 80% — now at 82%"_. They re-arm automatically once usage drops back below a threshold (after a reset). Toggle them and edit the thresholds in **⚙ Settings**.
|
|
181
181
|
|
|
182
|
+
The first alert asks macOS for permission; after that the app shows up in **System Settings > Notifications** like any other.
|
|
183
|
+
|
|
182
184
|
## Configure (`config.json`)
|
|
183
185
|
|
|
184
186
|
Settings saved from the UI live in `~/.claude-usage-monitor/config.json`, so you can tweak them without rebuilding:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clauddy",
|
|
3
3
|
"desktopName": "clauddy.desktop",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.1",
|
|
5
5
|
"description": "A cute desktop pet that tracks your Claude Code usage",
|
|
6
6
|
"main": "main.js",
|
|
7
7
|
"bin": {
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"build": {
|
|
63
63
|
"appId": "app.clauddy",
|
|
64
|
+
"afterPack": "scripts/adhoc-sign.js",
|
|
64
65
|
"productName": "Clauddy",
|
|
65
66
|
"directories": {
|
|
66
67
|
"output": "dist"
|