cursor-usage-tracker 1.20.1 → 1.21.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.
- package/README.md +37 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,11 +53,13 @@ Your company has 50+ developers on Cursor. Do you know who's spending $200/day o
|
|
|
53
53
|
|
|
54
54
|
You're about to find out.
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<
|
|
59
|
-
|
|
60
|
-
<
|
|
56
|
+
<p align="center">
|
|
57
|
+
<sub>Watch the full demo (90 seconds):</sub>
|
|
58
|
+
<br><br>
|
|
59
|
+
<a href="https://www.youtube.com/watch?v=DqPjFWGI57A">
|
|
60
|
+
<img src="assets/video-preview.gif" alt="Watch the full demo (90 seconds)" width="800">
|
|
61
|
+
</a>
|
|
62
|
+
</p>
|
|
61
63
|
|
|
62
64
|
It connects to Cursor's Enterprise APIs, collects usage data, and automatically detects anomalies across three layers. When something looks off, you get a Slack message or email within the hour, not next month.
|
|
63
65
|
|
|
@@ -80,6 +82,36 @@ Every alert includes who, what model, how much, and a link to their dashboard pa
|
|
|
80
82
|
|
|
81
83
|
---
|
|
82
84
|
|
|
85
|
+
<div align="center">
|
|
86
|
+
<h3>Quiz Time: Can you guess which Cursor model costs the most? 🤔</h3>
|
|
87
|
+
<p>Your developers see this list every day. Can <i>you</i> spot the expensive one?</p>
|
|
88
|
+
<table>
|
|
89
|
+
<tr><td align="center" height="12"></td></tr>
|
|
90
|
+
<tr><td>  <code>claude-4.6-opus-high</code>  </td></tr>
|
|
91
|
+
<tr><td>  <code>composer-1.5</code>  </td></tr>
|
|
92
|
+
<tr><td>  <code>claude-4.6-opus-max-thinking-fast</code>  </td></tr>
|
|
93
|
+
<tr><td>  <code>claude-4.5-opus-high</code>  </td></tr>
|
|
94
|
+
<tr><td>  <code>claude-4.6-opus-max</code>  </td></tr>
|
|
95
|
+
<tr><td align="center" height="12"></td></tr>
|
|
96
|
+
</table>
|
|
97
|
+
<details>
|
|
98
|
+
<summary><b> Reveal the answer </b></summary>
|
|
99
|
+
<br>
|
|
100
|
+
<table>
|
|
101
|
+
<tr><th>Model</th><th>Output $/1M tokens</th><th>Relative cost</th></tr>
|
|
102
|
+
<tr><td><code>composer-1.5</code></td><td>$17.50</td><td><b>1x</b> (cheapest)</td></tr>
|
|
103
|
+
<tr><td><code>claude-4.5-opus-high</code></td><td>$25</td><td>1.4x</td></tr>
|
|
104
|
+
<tr><td><code>claude-4.6-opus-high</code></td><td>$25</td><td>1.4x</td></tr>
|
|
105
|
+
<tr><td><code>claude-4.6-opus-max</code></td><td>$25 + 20% surcharge</td><td>~1.7x</td></tr>
|
|
106
|
+
<tr><td><b><code>claude-4.6-opus-max-thinking-fast</code></b></td><td><b>$150 + 20% surcharge</b></td><td><b>~10x 🔥</b></td></tr>
|
|
107
|
+
</table>
|
|
108
|
+
<br>
|
|
109
|
+
<p><b>"Fast" sounds cheap. It's the most expensive model Cursor offers.</b><br>Now imagine 200 developers picking from this dropdown without knowing.</p>
|
|
110
|
+
</details>
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
83
115
|
## Features
|
|
84
116
|
|
|
85
117
|
### Three-Layer Anomaly Detection
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cursor-usage-tracker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.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",
|