Skip to content

Commit 3e2ee23

Browse files
DanWahlinCopilot
andauthored
docs: add /share html and /mcp auth from v1.0.15
- Add /share html command to ch01 commands table and ch02 Share session section - Add /mcp auth command to ch06 additional MCP commands table New in v1.0.15 (2026-04-01): - /share html: exports sessions as self-contained interactive HTML files - /mcp auth: re-authenticate MCP OAuth servers with account switching support Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6ea4d06 commit 3e2ee23

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ That's it for getting started! As you become comfortable, you can explore additi
431431
| `/rewind` | Open a timeline picker to roll back to any earlier point in the conversation |
432432
| `/usage` | Display session usage metrics and statistics |
433433
| `/session` | Show session info and workspace summary |
434-
| `/share` | Export session as markdown file or GitHub gist |
434+
| `/share` | Export session as a markdown file, GitHub gist, or self-contained HTML file |
435435

436436
### Help and Feedback
437437

02-context-conversations/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ copilot
470470
471471
> /share gist
472472
# Creates a GitHub gist with the session
473+
474+
> /share html
475+
# Exports session as a self-contained interactive HTML file
476+
# Useful for sharing polished session reports with teammates or saving for reference
473477
```
474478
475479
</details>

06-mcp-servers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ Beyond `/mcp show`, there are several other commands for managing your MCP serve
896896
| `/mcp enable <server-name>` | Enable a disabled server |
897897
| `/mcp disable <server-name>` | Temporarily disable a server |
898898
| `/mcp delete <server-name>` | Remove a server permanently |
899+
| `/mcp auth <server-name>` | Re-authenticate with an MCP server that uses OAuth (e.g., after switching accounts) |
899900
900901
For most of this course, `/mcp show` is all you need. The other commands become useful as you manage more servers over time.
901902

0 commit comments

Comments
 (0)