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
2 changes: 1 addition & 1 deletion 01-setup-and-first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ That's it for getting started! As you become comfortable, you can explore additi
| `/rewind` | Open a timeline picker to roll back to any earlier point in the conversation |
| `/usage` | Display session usage metrics and statistics |
| `/session` | Show session info and workspace summary |
| `/share` | Export session as markdown file or GitHub gist |
| `/share` | Export session as a markdown file, GitHub gist, or self-contained HTML file |

### Help and Feedback

Expand Down
4 changes: 4 additions & 0 deletions 02-context-conversations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ copilot

> /share gist
# Creates a GitHub gist with the session

> /share html
# Exports session as a self-contained interactive HTML file
# Useful for sharing polished session reports with teammates or saving for reference
```

</details>
Expand Down
1 change: 1 addition & 0 deletions 06-mcp-servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ Beyond `/mcp show`, there are several other commands for managing your MCP serve
| `/mcp enable <server-name>` | Enable a disabled server |
| `/mcp disable <server-name>` | Temporarily disable a server |
| `/mcp delete <server-name>` | Remove a server permanently |
| `/mcp auth <server-name>` | Re-authenticate with an MCP server that uses OAuth (e.g., after switching accounts) |

For most of this course, `/mcp show` is all you need. The other commands become useful as you manage more servers over time.

Expand Down
Loading