Skip to content

Commit 23e868d

Browse files
DanWahlinCopilot
andauthored
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>
1 parent ba7b797 commit 23e868d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

01-setup-and-first-steps/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ That's it for getting started! As you become comfortable, you can explore additi
454454
|---------|--------------|
455455
| `/statusline` (or `/footer`) | Customize which items appear in the status bar at the bottom of the session (directory, branch, effort, context window, quota) |
456456
| `/theme` | View or set terminal theme |
457+
| `/voice` | Dictate your prompt using local speech-to-text — speak naturally instead of typing |
457458

458459
### Help and Feedback
459460

02-context-conversations/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ copilot --continue
303303
# Pick from a list of sessions interactively
304304
copilot --resume
305305
306+
# -r is a shorthand for --resume (saves some typing!)
307+
copilot -r
308+
306309
# Or resume a specific session by ID
307310
copilot --resume=abc123
308311

0 commit comments

Comments
 (0)