From 68df4c1b3d5193ff9ec8578eadcaa1293af80a49 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:10:36 +0000 Subject: [PATCH 1/2] Add copilot --remote panel to chapter 01 visual quickstart --- docs/chapter-01.html | 3 ++- docs/content.yaml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/chapter-01.html b/docs/chapter-01.html index 4bdab9e2..5cd79448 100644 --- a/docs/chapter-01.html +++ b/docs/chapter-01.html @@ -50,7 +50,8 @@

First Steps

8
Programmatic: one-shot answersLearn more
Like a drive-through: one order in,one answer out. Great for scripts.
9
Control your sessionLearn more
Forgot a command?Type /help.Switching topics?Use /clear.All done?Type /exit!
Quick check

You want a single, scripted answer with no back-and-forth. Which mode fits?

-
10
On to Chapter 02!
Next: give me contextwith the @ symbol.See you in Chapter 02!Keep going -you're doing great!
+
10
Remote sessions: steer from anywhereLearn more
Add --remote for a shareable link.Open on phone or browser tomonitor and steer remotely!
+
11
On to Chapter 02!
Next: give me contextwith the @ symbol.See you in Chapter 02!Keep going -you're doing great!
diff --git a/docs/content.yaml b/docs/content.yaml index 48af5ea5..15ec325e 100644 --- a/docs/content.yaml +++ b/docs/content.yaml @@ -382,6 +382,21 @@ chapters: answer: 2 correct: Programmatic mode (copilot -p) is the drive-through - one prompt, one answer. incorrect: Think about the drive-through analogy - one order, one result, no conversation. + - img: ch01-commands.webp + link: '#-tip-control-your-cli-session-from-web-or-mobile' + alt: Pip at a session control panel beside a phone showing a live Copilot CLI session. + caption: 'Remote sessions: steer from anywhere' + bubble: + lines: + - Add --remote for a shareable link. + - Open on phone or browser to + - monitor and steer remotely! + w: 750 + tx: 670 + ty: 278 + terminal: + - 'copilot --remote # start with remote access' + - '> /remote # or enable it mid-session' - img: ch01-next.webp link: false alt: Pip waves goodbye beside Professor Quill while walking toward a glowing arrow. From 0d19d8938a255c37735ae32c47d2a3ea4e28848b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:11:40 +0000 Subject: [PATCH 2/2] Improve aria-label for remote panel to distinguish it from the commands panel --- docs/chapter-01.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapter-01.html b/docs/chapter-01.html index 5cd79448..7a26e1c5 100644 --- a/docs/chapter-01.html +++ b/docs/chapter-01.html @@ -50,7 +50,7 @@

First Steps

8
Programmatic: one-shot answersLearn more
Like a drive-through: one order in,one answer out. Great for scripts.
9
Control your sessionLearn more
Forgot a command?Type /help.Switching topics?Use /clear.All done?Type /exit!
Quick check

You want a single, scripted answer with no back-and-forth. Which mode fits?

-
10
Remote sessions: steer from anywhereLearn more
Add --remote for a shareable link.Open on phone or browser tomonitor and steer remotely!
+
10
Remote sessions: steer from anywhereLearn more
Add --remote for a shareable link.Open on phone or browser tomonitor and steer remotely!
11
On to Chapter 02!
Next: give me contextwith the @ symbol.See you in Chapter 02!Keep going -you're doing great!