cursor-usage-tracker 1.21.0 → 1.22.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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,13 +155,13 @@ Also supports **email alerts** via [Resend](https://resend.com) (one API key, no
155
155
 
156
156
  ### Web Dashboard
157
157
 
158
- | Page | What you see |
159
- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
160
- | **Team Overview** | Stat cards, spend by user, daily spend trend, spend breakdown, members table with search/sort, **group filter dropdown**, billing cycle progress, time range picker |
161
- | **Insights** | DAU chart, model adoption trends, model efficiency rankings (cost/precision), MCP tool usage, file extensions, client versions |
162
- | **User Drilldown** | Per-user token timeline, model breakdown, feature usage, activity profile, anomaly history |
163
- | **Anomalies** | Open incidents, MTTD/MTTI/MTTR metrics, full anomaly timeline |
164
- | **Settings** | Detection thresholds, expensive model alerts, billing group management, HiBob CSV import, group export/import |
158
+ | Page | What you see |
159
+ | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
160
+ | **Team Overview** | Stat cards, spend by user, daily spend trend, spend breakdown, members table with search/sort, **group filter dropdown**, billing cycle progress, time range picker |
161
+ | **Insights** | DAU chart, model adoption trends, model efficiency rankings (cost/precision), repository code volume (lines, % of total, AI %), MCP tool usage, file extensions, client versions |
162
+ | **User Drilldown** | Per-user token timeline, model breakdown, feature usage, repository breakdown, activity profile, anomaly history |
163
+ | **Anomalies** | Open incidents, MTTD/MTTI/MTTR metrics, full anomaly timeline |
164
+ | **Settings** | Detection thresholds, expensive model alerts, billing group management, HiBob CSV import, group export/import |
165
165
 
166
166
  > For a detailed breakdown of every section, metric, badge, and chart, see [FEATURES.md](docs/FEATURES.md).
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-usage-tracker",
3
- "version": "1.21.0",
3
+ "version": "1.22.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",