Conversation
- 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>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the course documentation to cover two newly released Copilot CLI v1.0.15 commands so beginners can discover and use them without needing to consult external release notes.
Changes:
- Update the
/sharecommand description to include the new HTML export option. - Add a
/share htmlexample to the “Share Your Session” snippet. - Add
/mcp auth <server-name>to the MCP command reference table.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 01-setup-and-first-steps/README.md | Expands the /share row in the slash-commands table to include HTML export. |
| 02-context-conversations/README.md | Adds an in-context example demonstrating /share html and what it produces. |
| 06-mcp-servers/README.md | Documents the new /mcp auth <server-name> command in the additional /mcp commands table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's New
Two beginner-relevant features were released in Copilot CLI v1.0.15 (2026-04-01) that were not yet documented in the course:
1.
/share html— Export sessions as interactive HTMLA new export format joins
/share fileand/share gist. The/share htmlcommand produces a self-contained, interactive HTML file — handy for sharing polished session reports with teammates or saving for future reference without needing GitHub.2.
/mcp auth— Re-authenticate OAuth MCP serversA new
/mcpsub-command for re-authenticating with MCP servers that use OAuth (e.g., after switching GitHub accounts). Previously this wasn't listed in the reference table.Sections Updated
01-setup-and-first-steps/README.md/shareentry in the slash commands table to mention the new HTML export option02-context-conversations/README.md/share htmlexample with a short explanation to the Share Your Session snippet06-mcp-servers/README.md/mcp auth <server-name>row to the Additional/mcpCommands reference tableSource