Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-setup-and-first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions 02-context-conversations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading