fix: add /remote-control-diagnose command to help users debug RC feature flag issues#31529
Open
HarshalJain-cs wants to merge 1 commit intoanthropics:mainfrom
Open
Conversation
Added troubleshooting guide for Remote Control feature issues, including steps to diagnose errors and known workarounds.
|
This is a nice step-by-step. |
This was referenced Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new slash command
.claude/commands/remote-control-diagnose.mdto help users diagnose and resolve the widespreadRemote Control environments are not available for your account.error reported in #29449 and related issues (#28816, #28817, #28884, #29037, #29164, #29185, #29430).Problem
Over 22 users have upvoted issue #29449 reporting that
claude remote-controlreturns one of several variants of this error even for valid Pro/Max plan users:Remote Control environments are not available for your account.(v2.1.62)Remote Control is not yet enabled for your account.(v2.1.69)Remote Control is not enabled. Wait for the feature flag rollout.(v2.1.70)The underlying cause is a server-side feature flag (
tengu_ccr_bridge) that must be enabled per account. Additionally, usingCLAUDE_CODE_OAUTH_TOKENin.envfiles can cause RC to fail even on otherwise eligible accounts.Solution
Adds
.claude/commands/remote-control-diagnose.md— a slash command that:Testing
.claude/commands/format (YAML frontmatter + markdown body)CLAUDE_CODE_OAUTH_TOKENedge case discovered in [BUG] "Remote Control environments are not available for your account." for Claude Code Pro Plan user #29449 discussionRelated Issues
Closes #29449
Related: #28816, #28817, #28884, #29037, #29164, #29185, #29430, #29980, #30756, #30820