Skip to content

Commit f73c35f

Browse files
authored
Merge pull request #156 from github/update/voice-command-resume-shorthand-7cc6cb2aaff84e60
[bot] Add /voice command and -r resume shorthand from recent CLI releases
2 parents ba7b797 + 23e868d commit f73c35f

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)