[bot] Update Learning Hub for Copilot CLI v1.0.71–v1.0.72 changes#2366
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub for Copilot CLI v1.0.71–v1.0.72 changes#2366github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- automating-with-hooks: document stop_hook_active flag for agentStop hooks (v1.0.72) so users know to self-limit blocking hooks - creating-effective-skills: add copilot plugins install --skill command including --scope project flag for repo-scoped installs (v1.0.72) - installing-and-using-plugins: document expanded /plugins slash command management (update, uninstall, enable, disable with --plugin/--mcp/ --skill flags) and marketplace management commands (v1.0.71-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 to reflect new capabilities shipped in GitHub Copilot CLI v1.0.71 (2026-07-16) and v1.0.72 (2026-07-20).
New features / changes found
v1.0.72 (2026-07-20)
agentStophooks now receive astop_hook_activeflag when the CLI ends a turn after 8 consecutive blocks, preventing infinite loopscopilot plugins install --skill <file|URL|dir>added as a new way to install skills (with--scope projectfor repo-scoped installs)/pluginsslash command gainsupdate,uninstall,enable,disable,removeverbs with--plugin,--mcp, and--skillflags for granular management/plugins helpsubcommand addedv1.0.71 (2026-07-16)
/plugins marketplace browseand/plugins marketplace updateslash commands addedcopilot plugins marketplaceCLI subcommands addedPages updated
automating-with-hooks.mdstop_hook_activeflag documentation foragentStophooks with example self-limiting scriptcreating-effective-skills.mdcopilot plugins install --skillas an additional skill installation method alongsidecopilot skill add; documented--scope projectflaginstalling-and-using-plugins.md/pluginsmanagement interface; added Marketplace Management section with CLI and slash-command examplesSource announcements