Skip to content

Commit 56cc5bf

Browse files
authored
Merge pull request #44 from github/update/v1.0.15-new-features-4602fb0bf72c0f3a
[bot] docs: add /share html and /mcp auth commands (v1.0.15)
2 parents 6ea4d06 + 3e2ee23 commit 56cc5bf

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)