I made a request tracker for cursor ide
Here is the extension link:
Here is the source code:
The usage is shown as 796/500 because I upgraded to 1000 and downgraded later.
Feel free to make suggestions to improve the extension.
I made a request tracker for cursor ide
Here is the extension link:
Here is the source code:
Feel free to make suggestions to improve the extension.
Thanks by the extension, saw yesterday at Reddit and was waiting for update with the better usage token to not cause trouble with Cursor API, but im receiving error while trying to use:
The extension is not working properly on Mac OS. Three other people have installed it on Mac OS and it hasn’t worked for them either. I will use my friend’s MacBook in the next 2 or 3 days to fix it. I’ve also resolved the API overuse issue, ensuring that the counter is updated only when a user sends a request.
Hello, I failed to figure out where to get my session token. I’d appreciate any instructions
Just found it.
Sorry never mind.
you dont need to get session token extension finds it from the cursors sqlite db
Nice. It was not the behavior presented to me. It asked for session token in status bar, I managed to find it copy and paste (using ubuntu).
Feeback:
on Ubuntu it worked;
on Win WSL it was not presented in status bar;
Thanks for sharing such a nice tool, nice feature, best regards.
Yes, I didn’t know we could use it on WSL. I’ll add it to the next update.
By the way, which version are you using?
This is the very first version in the latest version you dont need to enter the token manually
I will add some manual update guide to github later as it seems microsoft is slowly distributing extensions to people.
Yes, on WSL i get the:
[1.0.2] - 2025-02-02
But on ubuntu it got only the first version, maybe some issue on my side.
Ok, after a reload window it updated on ubuntu to the last extension version.
But the feature is gone from the status bar.
I say just as feed back, not complaining. If you need help testing anything else just reply.
This is the ubuntu i tested.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Thanks for the feedback! I think I fixed the disappearing issue—please wait for the next update, which will likely be available in the next few hours. I really appreciate your willingness to help with testing! I’ll let you know if there’s anything else to check.
I’m encountering an issue with version 1.0.4 on macOS (Apple Silicon). The extension fails to activate due to SQLite3 binary compatibility problems. Here’s the error:
[error] Activating extension Dwtexe.cursor-stats failed due to an error:
2025-02-03 13:22:00.057 [error] Error: dlopen(~/.cursor/extensions/dwtexe.cursor-stats-1.0.4/node_modules/sqlite3/build/Release/node_sqlite3.node, 0x0001): tried: '~/.cursor/extensions/dwtexe.cursor-stats-1.0.4/node_modules/sqlite3/build/Release/node_sqlite3.node' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/~/.cursor/extensions/dwtexe.cursor-stats-1.0.4/node_modules/sqlite3/build/Release/node_sqlite3.node' (no such file), '/~/.cursor/extensions/dwtexe.cursor-stats-1.0.4/node_modules/sqlite3/build/Release/node_sqlite3.node' (not a mach-o file)
Based on the “not a mach-o file” error, it appears the SQLite3 binary module isn’t built for ARM64 architecture.
System info:
Thank you very much. I don’t have a Mac, so I couldn’t test it. I’ll work on a solution tomorrow.
Hi, great extension.
In the marketplace from cursor it currently finds version 1.0.2 as the latest.
Maybe marketlplace is rolling out slowly If you want toy can download it from the repo with this commmand :
code --install-extension cursor-stats-1.0.4.vsix
That worked
For those that need the link to the file, you can download it from here: cursor-stats/cursor-stats-1.0.4.vsix at master · Dwtexe/cursor-stats · GitHub
You can drag and drop the file in the extensions panel: