--no-remote flag does not fully disable remote control
- 主要言語
- Shell
- スター
- 11.2k
- フォーク
- 1.9k
- 平均マージ
- 14時間 16分
- マージ済み PR(30日)
- 6
説明
### 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.
コントリビューションガイド
調査の方向性
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`.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- shell
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 72/100