Includes provider integrations, settings, NSStatusItem UI, tests, Makefile, and README with screenshot. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"billingCycleStart": "2026-04-02T14:11:55.000Z",
|
|
"billingCycleEnd": "2026-05-02T14:11:55.000Z",
|
|
"membershipType": "pro",
|
|
"limitType": "user",
|
|
"isUnlimited": false,
|
|
"individualUsage": {
|
|
"plan": {
|
|
"enabled": true,
|
|
"used": 360,
|
|
"limit": 2000,
|
|
"remaining": 1640,
|
|
"breakdown": {
|
|
"included": 2000,
|
|
"bonus": 0,
|
|
"total": 2000
|
|
},
|
|
"autoPercentUsed": 5.0,
|
|
"apiPercentUsed": 12.0,
|
|
"totalPercentUsed": 18.0
|
|
},
|
|
"onDemand": {
|
|
"enabled": true,
|
|
"used": 1250,
|
|
"limit": null,
|
|
"remaining": null
|
|
}
|
|
}
|
|
}
|