[bot] Update Learning Hub: MCP config, plugin extensions, CLI commands (v1.0.61–v1.0.64)#2119
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
- understanding-mcp-servers: add .github/mcp.json to config discovery table (v1.0.61) - installing-and-using-plugins: add extensions as a plugin component type (v1.0.62) - copilot-configuration-basics: add /settings, /worktree, and /diagnose commands (v1.0.61, v1.0.64); note per-model token totals in /usage (v1.0.64) 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 new features or changes were found
Reviewing the Copilot CLI changelog for v1.0.61–v1.0.64 (released 2026-06-09 to 2026-06-23) against the current Learning Hub revealed three gaps not yet documented:
.github/mcp.jsonas an MCP config location (v1.0.61) — Theunderstanding-mcp-servers.mdconfig discovery table listed.mcp.json,.vscode/mcp.json, anddevcontainer.jsonbut was missing the.github/mcp.jsonpath added in v1.0.61.Plugins can ship extensions (v1.0.62) —
installing-and-using-plugins.mdlisted five plugin component types but was missing the new Extensions component type, which allows plugins to ship IDE extensions installable via the plugin marketplace.New CLI session commands (v1.0.61, v1.0.64) —
copilot-configuration-basics.mdwas missing three commands added in recent releases:/settings(v1.0.61) — interactive dialog to browse and edit user settings/worktree(v1.0.61) — create/switch git worktrees with uncommitted changes/diagnose(v1.0.64) — analyze session logs for troubleshooting/usageto note per-model token totals (v1.0.64)Note: many v1.0.63–v1.0.64 features were already documented in PR #2107 (e.g.,
argument-hintfor skills,/mcp registry,deferTools, rubber-duck agent in/subagents, model family aliases,/branchalias, postToolUse matcher fix).What sections of the guide were updated
website/src/content/docs/learning-hub/understanding-mcp-servers.md.github/mcp.jsonrow to the config file discovery tablewebsite/src/content/docs/learning-hub/installing-and-using-plugins.mdwebsite/src/content/docs/learning-hub/copilot-configuration-basics.md/settings,/worktree,/diagnosecommand sections; updated/usagedescriptionLinks to source announcements
/diagnose, per-model/usagetotals, experimental--worktreeflag/settings,/worktree, auto-load.github/mcp.json