Describe the bug
In the GitHub Copilot desktop app on Windows, remote control can't be turned on for a session. Every attempt fails with:
Remote control unavailable
Failed to update remote control: RPC error -32603: Request session.remote.enable failed with message: Failed to set up remote session. Ensure the working directory is a GitHub repository and you are authenticated.
The working directory is a GitHub repository and the app is signed in. The runtime log shows the same warning at startup and on each enable attempt:
[WARNING] [rust:remote::shared_api] No authentication token available; remote export disabled
The app has a working GitHub token in other contexts. Inside the session, gh auth status succeeds (logged in via GH_TOKEN, scopes include repo, workflow, read:org), and the GitHub MCP server connects without problems. The remote module seems to be the only part that can't get a token.
Affected version
Desktop app runtime version 1.0.87-0. The standalone copilot CLI is not installed on this machine.
Steps to reproduce the behavior
- Open a worktree session in the desktop app for a GitHub-hosted repo (
origin is https://github.com/<owner>/<repo>.git).
- Try to turn on remote control for the session, to manage it from GitHub Mobile.
- The "Remote control unavailable" error above appears.
~\.copilot\logs\process-*.log shows No authentication token available; remote export disabled at the time of the attempt.
Things that did not help:
- Restarting the app
- Signing out and back in to the app
- Pushing the session branch to
origin and setting upstream tracking
Expected behavior
Remote control turns on and the session can be managed from GitHub Mobile, using the app's existing GitHub sign-in.
Additional context
Describe the bug
In the GitHub Copilot desktop app on Windows, remote control can't be turned on for a session. Every attempt fails with:
The working directory is a GitHub repository and the app is signed in. The runtime log shows the same warning at startup and on each enable attempt:
The app has a working GitHub token in other contexts. Inside the session,
gh auth statussucceeds (logged in viaGH_TOKEN, scopes includerepo,workflow,read:org), and the GitHub MCP server connects without problems. The remote module seems to be the only part that can't get a token.Affected version
Desktop app runtime version 1.0.87-0. The standalone
copilotCLI is not installed on this machine.Steps to reproduce the behavior
originishttps://github.com/<owner>/<repo>.git).~\.copilot\logs\process-*.logshowsNo authentication token available; remote export disabledat the time of the attempt.Things that did not help:
originand setting upstream trackingExpected behavior
Remote control turns on and the session can be managed from GitHub Mobile, using the app's existing GitHub sign-in.
Additional context
...github-copilot-appentry (the app's sign-in), but there's no standalone Copilot CLI sign-in entry.~\.copilot\config.jsonhas nologged_in_usersorlast_logged_in_user.server policy fetch skipped: no authenticated GitHub host availablebefore the account is picked up later.cli_remote_control_enabledis false — desktop setting is inert and GitHub Mobile returns a bare HTTP 422 #4409.