[bot] Update Learning Hub for /plugins removal, MCP 2026-07-28, hook trace context, and copilot app command - #2851
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 changed
Based on the GitHub Copilot CLI changelog (v1.0.81, 2026-08-27) and recent releases, this PR updates the Learning Hub to reflect several breaking/notable changes:
/pluginscommand removed —installing-and-using-plugins.mdnow documents that/pluginswas removed in v1.0.81 in favor of/plugin,/mcp,/skills,/subagents, and/instructions. Notes the plugins dashboard is now on by default (PLUGINS_DASHBOARD=falseto opt out), the new/pluginupdate-available indicator, and that hook/LSP enable-disable toggles are temporarily unavailable after the dashboard consolidation.understanding-mcp-servers.mdnotes that CLI, SDK, IDE, and in-memory clients now support the newer MCP protocol revision.automating-with-hooks.mddocuments the newtraceparent/tracestatefields available to hook inputs (and as env vars for command hooks) for correlating hook telemetry with session traces.copilot appCLI command —github-copilot-app.mddocuments the newcopilot appcommand to open the GitHub Copilot desktop app in the current directory.All four pages had their
lastUpdatedfrontmatter bumped to 2026-08-28.Sources
Note: github.blog, code.visualstudio.com, and the community copilot-guide site were not reachable from this sandbox environment (network policy blocked them), so this update is based on the copilot-cli changelog and release data only. The
cli-for-beginnerssection was intentionally left untouched per instructions.Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
code.visualstudio.comgithub.blognishanil.github.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.