[bot] Update Learning Hub for CLI v1.0.71–1.0.72 new features#2384
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub for CLI v1.0.71–1.0.72 new features#2384github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- automating-with-hooks.md: document stop_hook_active flag for agentStop hooks (v1.0.72) and the 8-consecutive-block limit to prevent infinite loops - working-with-canvas-extensions.md: add canvas support in CLI (v1.0.71), update prerequisites to include CLI users - installing-and-using-plugins.md: document direct skill installation via copilot plugins install --skill (v1.0.72) with project scope support 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
Three Learning Hub pages updated based on GitHub Copilot CLI changelog entries for v1.0.71 (2026-07-16) and v1.0.72 (2026-07-20).
New features found
v1.0.72 —
stop_hook_activeflag foragentStophooksAn
agentStophook that always blocks no longer loops indefinitely. The CLI now ends the turn after 8 consecutive blocks and passes astop_hook_activeflag so hooks can detect a forced continuation and self-limit. This is a meaningful behavioral change that affects anyone using blockingagentStophooks.v1.0.71 — Canvas support in the CLI
Canvas extensions are now available in the GitHub Copilot CLI (previously Copilot app only). The same
/create-canvasskill and extension structure work across both surfaces.v1.0.72 — Direct skill installation via CLI
Individual skills can now be installed without a full plugin using
copilot plugins install --skill <file, URL, or directory>. Supports--scope projectfor repository-scoped installs.Pages updated
website/src/content/docs/learning-hub/automating-with-hooks.mdstop_hook_activeflag documentation and a bash example showing how to self-limit anagentStophook to avoid loopswebsite/src/content/docs/learning-hub/working-with-canvas-extensions.mdwebsite/src/content/docs/learning-hub/installing-and-using-plugins.mdcopilot plugins install --skillwith examplesSource announcements
agentStoploop fix +stop_hook_activeflag, skill installation via plugins, canvas in CLI