Skip to content

Tutorial update needed: remote control feature (/remote, --remote, --connect) not covered #66

Description

@github-actions

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:

  1. A "Remote control" concept section explaining how to enable remote access and what you can do from GitHub.com/Mobile
  2. Mention of the --connect flag for joining a known session by ID
  3. 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 ·

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions