cursor-usage-tracker 1.6.0 → 1.7.0

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.
Files changed (2) hide show
  1. package/README.md +12 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,10 +101,19 @@ Anomaly Detected ──→ Alert Sent ──→ Acknowledged ──→ Resolved
101
101
  - **MTTI** (Mean Time to Identify): how fast a human acknowledges it
102
102
  - **MTTR** (Mean Time to Resolve): how fast it gets fixed
103
103
 
104
- ### Rich Alerting
104
+ ### Proactive Slack Notifications
105
105
 
106
- - **Slack**: Block Kit messages via bot token (`chat.postMessage`) with severity, user, model, value vs threshold, and dashboard links. Batches alerts automatically (individual messages for 1-3 anomalies, single summary for 4+).
107
- - **Email**: HTML-formatted alerts via [Resend](https://resend.com) (one API key, no SMTP config)
106
+ You don't need to remember to check the dashboard. The system comes to you.
107
+
108
+ | Notification | When it fires | What you learn |
109
+ | ------------------- | -------------------------------- | ----------------------------------------------------------------------------------- |
110
+ | **Anomaly alerts** | Within the hour | "Alice's daily spend spiked to $214 (4.2x her 7-day avg)" |
111
+ | **Plan exhaustion** | Daily, when users exceed plan | "65/151 active users have exceeded their included plan this cycle" |
112
+ | **Cycle summary** | 3 days before billing cycle ends | Total spend, unused seats, top spenders, adoption breakdown, cycle-over-cycle trend |
113
+
114
+ Anomaly alerts include severity, user, model, value vs threshold, and a direct link to the user's dashboard page. Cycle summaries tell you how many seats are going unused and who's driving cost — so you can act before the invoice, not after.
115
+
116
+ Also supports **email alerts** via [Resend](https://resend.com) (one API key, no SMTP config).
108
117
 
109
118
  ### Web Dashboard
110
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-usage-tracker",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
5
5
  "homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
6
6
  "type": "module",