[bot] Update Learning Hub for June 2026 Copilot CLI releases#2098
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[bot] Update Learning Hub for June 2026 Copilot CLI releases#2098github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Update five Learning Hub pages to reflect features shipped in Copilot CLI v1.0.58-v1.0.63: - understanding-mcp-servers.md: add .github/mcp.json as auto-loaded config location (v1.0.61) and document deferTools config field (v1.0.63) - automating-with-hooks.md: clarify matcher behavior per hook type -- preToolUse matchers fixed in v1.0.36, postToolUse matchers fixed in v1.0.63 (previously silently dropped) - installing-and-using-plugins.md: add Extensions as a plugin component type and document plugins-can-ship-extensions capability (v1.0.62) - using-copilot-coding-agent.md: note that custom agents in nested .github/agents/ and .claude/agents/ subdirectories are auto-discovered when starting a session from a sub-directory (v1.0.62) - agents-and-subagents.md: update rubber-duck agent from experimental to enabled-by-default (v1.0.58) with disable/config instructions; add new section on configuring subagent model, reasoning effort, and context tier via /subagents picker (v1.0.62) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Closing — this PR was generated only as a validation test of the gh-aw v0.80.9 upgrade (#2092). The Learning Hub Updater (#2077) fails daily on |
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 was found
Reviewing the Copilot CLI changelog for releases v1.0.58–v1.0.63 (June 2–15, 2026) revealed five undocumented features across the Learning Hub.
What was updated
1.
understanding-mcp-servers.md(was: 2026-05-07).github/mcp.jsonto the configuration discovery table — the CLI now auto-loads MCP servers from this path as an alternative to.mcp.json(v1.0.61)deferToolsconfig field documentation — keeps a server's tools always visible even when tool search is enabled (v1.0.63)2.
automating-with-hooks.md(was: 2026-05-08)preToolUseandpostToolUsematchers were fixed in v1.0.36. Updated to accurately reflect thatpostToolUsematchers were silently dropped until v1.0.63, so formatters could fire after every tool call instead of only after edits3.
installing-and-using-plugins.md(was: 2026-04-27)4.
using-copilot-coding-agent.md(was: 2026-05-13).github/agents/and.claude/agents/subdirectories are auto-discovered when starting a session from a repository subdirectory — useful for monorepos (v1.0.62)5.
agents-and-subagents.md(was: 2026-05-07)/subagentspicker or config settings (v1.0.62)Source announcements
deferTools,postToolUsematcher fix.github/mcp.jsonauto-load