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