Bug: /usage shows 'only available for subscription plans' on Max account
Resolved 💬 3 comments Opened Apr 4, 2026 by surfrebel Closed Apr 4, 2026
Description
The /usage slash command displays a message saying it is "only available for subscription plans" even though the account is on a Max subscription.
Steps to Reproduce
- Log in to Claude Code with a Max subscription account
- Confirm auth:
claude auth statusreturns"subscriptionType": "max" - Run
/usagein a Claude Code session - Dialog shows "only available for subscription plans" then dismisses
Expected Behavior
/usage should display usage statistics for the Max account.
Actual Behavior
Dialog briefly appears with "only available for subscription plans" message and dismisses.
Environment
- Claude Code version: CLI (latest)
- Auth method: claude.ai (first party)
- Subscription type: max
- Platform: macOS (Darwin 25.2.0)
- Model: Claude Opus 4.6 (1M context)
Auth Status Output
{
"loggedIn": true,
"authMethod": "claude.ai",
"apiProvider": "firstParty",
"email": "redacted",
"orgId": "redacted",
"subscriptionType": "max"
}This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗