Feature request for product/service
Cursor Web
Describe the request
Aggregation of the “Usage Report” by model and whether they were included (for the chosen time period.)
At the moment, even if I just pick “1d”, I get a report that shows hundreds of rows (and I know for some, it will be thousands.)
What I’d like is a “summary” feature that, for my chosen time period, shows something like:
- Auto | {count} calls included | {count} calls not included | {count} tokens included | {count} tokens not included | ${sum} usage included | ${sum} not included
- claude-4.6-opus-high-thinking | … | … | … | … | … | …
- some_other_model […]
I know I can download the CSVs, but the data is already available in browser and it should be straightforward to generate those numbers either server- or client- side.