docs: clarify minimax usage window semantics

This commit is contained in:
Peter Steinberger
2026-04-04 11:25:39 +01:00
parent 01a24c20bf
commit 2c36ca562d
8 changed files with 21 additions and 7 deletions

View File

@@ -1197,6 +1197,7 @@ Options:
Notes:
- Overview includes Gateway + node host service status when available.
- `--usage` prints normalized provider usage windows as `X% left`.
### Usage tracking
@@ -1211,7 +1212,9 @@ Surfaces:
Notes:
- Data comes directly from provider usage endpoints (no estimates).
- Providers: Anthropic, GitHub Copilot, OpenAI Codex OAuth, plus Gemini CLI via the bundled `google` plugin and Antigravity where configured.
- Human-readable output is normalized to `X% left` across providers.
- Providers with current usage windows: Anthropic, GitHub Copilot, Gemini CLI, OpenAI Codex, MiniMax, and z.ai.
- MiniMax note: raw `usage_percent` / `usagePercent` means remaining quota, so OpenClaw inverts it before display; count-based fields still win when present.
- If no matching credentials exist, usage is hidden.
- Details: see [Usage tracking](/concepts/usage-tracking).