Files
grok-build-hud/fixtures/billing-weekly-percent.json
T
Redredchen01 bb6a1321fb Release grok-build-hud v0.3.0: Claude-HUD-style same-window status for Grok Build
Multi-line tmux strip (context, quota, tools, todos, git), theme sync with
Grok UI, full/essential/minimal presets, one-shot installer, EN+ZH docs,
and 40 unit tests.
2026-07-17 15:45:25 +08:00

18 lines
533 B
JSON

{
"config": {
"currentPeriod": {
"type": "USAGE_PERIOD_TYPE_WEEKLY",
"start": "2026-07-15T06:38:37.918313+00:00",
"end": "2026-07-22T06:38:37.918313+00:00"
},
"creditUsagePercent": 22.0,
"productUsage": [
{ "product": "Api", "usagePercent": 12.0 },
{ "product": "GrokBuild", "usagePercent": 9.0 },
{ "product": "GrokChat", "usagePercent": 1.0 }
],
"billingPeriodStart": "2026-07-15T06:38:37.918313+00:00",
"billingPeriodEnd": "2026-07-22T06:38:37.918313+00:00"
}
}