Summary
GitHub Copilot CLI now supports remotely controlling a running CLI session from GitHub.com or GitHub Mobile. This is a significant feature documented in official docs and added to the github/copilot-cli-for-beginners course, but the tutorial only has a passing mention in Lesson 19 with no practical coverage.
What changed
- v1.0.25 (2026-04-13):
--remote / /remote commands introduced
- v1.0.26 (2026-04-14): "Steering" renamed to "remote control" in
--remote flag and /remote help text
- v1.0.28 (2026-04-16): Connect to CLI remote control sessions from the
--resume picker
- v1.0.32 (2026-04-17):
--connect flag — directly connect to a remote session by ID
The github/copilot-cli-for-beginners course added a dedicated tip section for copilot --remote (commit b0d1710076, Apr 13).
Official docs: https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-remote-access
Key capabilities:
- Monitor a running session from GitHub.com or GitHub Mobile
- Respond to permission requests and prompts remotely
- Useful for long-running tasks, leaving your workstation, or quick mobile check-ins
- Enable with
/remote enable in an interactive session; requires a GitHub-hosted repo in the working directory
What needs updating
Lesson 14 (Session Management) should cover remote control as part of "managing sessions across devices."
Suggested additions:
- A "Remote control" concept section explaining how to enable remote access and what you can do from GitHub.com/Mobile
- Mention of the
--connect flag for joining a known session by ID
- Note that the "Remote Control" policy is off by default in organisations and must be enabled by an admin
Reference
Generated by Tutorial Update Monitor · ◷
Summary
GitHub Copilot CLI now supports remotely controlling a running CLI session from GitHub.com or GitHub Mobile. This is a significant feature documented in official docs and added to the
github/copilot-cli-for-beginnerscourse, but the tutorial only has a passing mention in Lesson 19 with no practical coverage.What changed
--remote//remotecommands introduced--remoteflag and/remotehelp text--resumepicker--connectflag — directly connect to a remote session by IDThe
github/copilot-cli-for-beginnerscourse added a dedicated tip section forcopilot --remote(commitb0d1710076, Apr 13).Official docs: https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-remote-access
Key capabilities:
/remote enablein an interactive session; requires a GitHub-hosted repo in the working directoryWhat needs updating
Lesson 14 (Session Management) should cover remote control as part of "managing sessions across devices."
Suggested additions:
--connectflag for joining a known session by IDReference