From 23e868db01efaca82a85ea81e6ea1220afe2cf75 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Mon, 8 Jun 2026 06:03:32 -0700 Subject: [PATCH] docs: add /voice command and -r resume shorthand Add /voice command to the Additional Commands reference in Chapter 01. The /voice command (added in v1.0.59) lets users dictate prompts using local speech-to-text models instead of typing. Add -r as a shorthand for --resume in Chapter 02's session management section. The -r flag (added in v1.0.60) saves typing when resuming sessions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 01-setup-and-first-steps/README.md | 1 + 02-context-conversations/README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index 41553300..bffcd626 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -454,6 +454,7 @@ That's it for getting started! As you become comfortable, you can explore additi |---------|--------------| | `/statusline` (or `/footer`) | Customize which items appear in the status bar at the bottom of the session (directory, branch, effort, context window, quota) | | `/theme` | View or set terminal theme | +| `/voice` | Dictate your prompt using local speech-to-text — speak naturally instead of typing | ### Help and Feedback diff --git a/02-context-conversations/README.md b/02-context-conversations/README.md index 16a134cd..294d7baa 100644 --- a/02-context-conversations/README.md +++ b/02-context-conversations/README.md @@ -303,6 +303,9 @@ copilot --continue # Pick from a list of sessions interactively copilot --resume +# -r is a shorthand for --resume (saves some typing!) +copilot -r + # Or resume a specific session by ID copilot --resume=abc123