[bot] Update Learning Hub for Copilot CLI v1.0.71–v1.0.72 features#2345
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub for Copilot CLI v1.0.71–v1.0.72 features#2345github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- copilot-configuration-basics: document /worktree and /move split (v1.0.71); /worktree now leaves uncommitted changes behind, /move carries them to the new worktree. Add /voice devices command (v1.0.71-2), plan mode hard-block note (v1.0.71-2), and /chronicle cost-tips subcommand (v1.0.71). - agents-and-subagents: note default maxDepth lowered from 6→4 (v1.0.71); document multi-turn subagents always enabled (v1.0.72). - understanding-mcp-servers: add githubMcpToolsets / githubMcpTools settings for persisting GitHub MCP tool config via settings.json (v1.0.71). - working-with-canvas-extensions: add CLI canvas support section (v1.0.71-2). - installing-and-using-plugins: document copilot plugins remove --skill and --plugin/--mcp/--skill mutation flags (v1.0.72). 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's new
Updates the Learning Hub docs to cover features from Copilot CLI v1.0.71 (stable, 2026-07-16) and v1.0.72 (prerelease, 2026-07-17) that were not yet documented.
New features found
/worktreeand/movebehavior split/voice devicescommand for microphone selection/chronicle cost-tipssubcommandsettings.jsoncopilot plugins remove --skill+ mutation flagsPages updated
copilot-configuration-basics.md/worktreeand/movedocumentation: these commands were split in v1.0.71 —/worktreenow leaves uncommitted changes behind while/movecarries them to the new worktree. Added a migration note for users relying on the old behavior./voice devicescommand documentation/chronicle cost-tipssubcommand documentationagents-and-subagents.mdunderstanding-mcp-servers.mdgithubMcpToolsets/githubMcpToolssettings.json persistence documentation (v1.0.71)working-with-canvas-extensions.mdinstalling-and-using-plugins.mdcopilot plugins remove --skillcommand--plugin,--mcp,--skillmutation flags documentation (v1.0.72)