--no-remote flag does not fully disable remote control

Open Beginner friendly
#3,022 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
shell
Domain
cli

Research direction

Start with the CLI argument handling for copilot --no-remote and the /remote status and /remote off command paths. Reproduce the issue on Copilot CLI v1.0.37 or the current version, then verify that launching with --no-remote reports Remote control status: disconnected rather than read-only.

Written by the indexing model from the issue text.

Description

area:configuration area:sessions
Describe the bug

The --no-remote flag is documented as "Disable remote control of your session from GitHub web and mobile", but it only sets remote to read-only instead of fully disconnecting it. The /remote off slash command correctly disconnects, but --no-remote does not match this behavior.

Affected version

Copilot CLI v1.0.37

Steps to reproduce the behavior
  1. Launch copilot --no-remote
  2. Run /remote to check status
  3. Observe: Remote control status: read-only
Expected behavior

/remote should show Remote control status: disconnected, matching the behavior of /remote off.

Additional context

There is also no persistent setting in ~/.copilot/settings.json to default remote to disconnected, so users must run /remote off manually every session.

Dominant language
Shell
Stars
11.2k
Forks
1.9k
Avg merge
14h 16m
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/copilot-cli

All issues in github/copilot-cli

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.