Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions 01-setup-and-first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,28 @@ After completing the demos, try these variations:

---

## 💡 Tip: Control Your CLI Session from Web or Mobile

GitHub Copilot CLI supports **remote sessions**, letting you monitor and interact with a running CLI session from a web browser (on desktop or mobile) or the GitHub Mobile app without being physically at your terminal.

Start a remote session with the `--remote` flag:

Comment on lines +558 to +563
```bash
copilot --remote
```
Comment on lines +558 to +566

Copilot CLI will display a link and provide access to a QR code. Open the link on your phone or in a desktop browser tab to watch the session in real time, send follow-up prompts, review plans, and steer the agent remotely. Sessions are user-specific so you can only access your own Copilot CLI sessions.

You can also enable remote access from inside an active session at any time:

```
> /remote
```

You can use the [`/keep-alive` slash command](https://docs.github.com/copilot/how-tos/copilot-cli/steer-remotely#preventing-your-machine-from-going-to-sleep) to prevent your machine from going to sleep while you're away.

---

## 📝 Assignment

### Main Challenge: Improve the Book App Utilities
Expand Down
Loading