github / github/copilot-cli

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

Abierto
#3,022 0 comentarios 4 reacciones 0 asignados Ver en GitHub
area:configuration area:sessions
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

### 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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.