-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
TL;DR — Resolved
Cause: CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 in my shell profile silently disables all GrowthBook feature flag evaluation, hiding /remote-control, /rc, /btw, and other gated commands.
Fix: Remove it from your shell profile and start a new session. Also check for DISABLE_TELEMETRY — same effect. See root cause analysis comment.
Problem
Running claude remote-control returns:
Error: Remote Control is not yet enabled for your account.
20x MAX Billing From My Account
The /remote-control slash command inside an active session returns "Unknown skill: remote-control".
Environment
- Claude Code version: 2.1.72 (latest)
- Install method: native
- Auth method: OAuth (claude.ai)
- Plan: Max (stripe_subscription)
- OS: Pop!_OS (Linux 6.17.9)
- Node.js: system default
Billing Confirmation
Active Max plan (20x), renewing Apr 8, 2026 — confirmed at claude.ai/settings/billing.
Troubleshooting completed
- Full
/logout+/logincycle — no change - Verified no conflicting env vars (
CLAUDE_CODE_OAUTH_TOKEN,ANTHROPIC_API_KEYare unset) - Confirmed
~/.claude.jsonshowsbillingType: "stripe_subscription"buthasAvailableSubscription: false - Manually setting
hasAvailableSubscription: truein~/.claude.jsondoes not help — server-side validation rejects it - On latest CLI version (2.1.72)
Observed
~/.claude.json contains:
"hasAvailableSubscription": false,
"oauthAccount": {
"hasExtraUsageEnabled": false,
"billingType": "stripe_subscription"
}The login flow does not refresh hasAvailableSubscription to true despite an active Max subscription.
Related issues
- Remote Control unavailable on Max plan - 'not yet enabled for your account' #30756
- Remote Control not enabled on Max plan: 'Remote Control is not yet enabled for your account' #31606
- Remote Control not enabled for Max plan account #30242
Expected
Remote Control should be available for Max plan subscribers per https://code.claude.com/docs/en/remote-control