[bot] Update Learning Hub for Copilot CLI v1.0.15–v1.0.18 features#1307
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
[bot] Update Learning Hub for Copilot CLI v1.0.15–v1.0.18 features#1307github-actions[bot] wants to merge 1 commit intostagedfrom
github-actions[bot] wants to merge 1 commit intostagedfrom
Conversation
- Add notification and PermissionRequest hook events to automating-with-hooks.md - Document permissionDecision: 'allow' behavior for preToolUse hooks - Add Critic agent (experimental) section to using-copilot-coding-agent.md - Document built-in skills bundled with CLI (v1.0.17) in creating-effective-skills.md 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
Reviewing the GitHub Copilot CLI releases from the past 7 days (v1.0.15–v1.0.18, released March 31–April 4, 2026), the following features were missing from the Learning Hub:
New features found
notificationhook event — fires asynchronously on shell completion, permission prompts, elicitation dialogs, and agent completionpermissionDecision: 'allow'—preToolUsehooks can return this to suppress the tool approval promptPermissionRequesthook — programmatically approve or deny tool permission requests before the prompt is shownFeatures already documented (no changes needed):
/share html, camelCase settings,postToolUseFailure,/mcp auth, device code flow, MCP server RPCs,subagentStart/subagentStop,mcp.config.*RPCs.Sections Updated
automating-with-hooks.mdnotificationandPermissionRequestrows to the Hook Events tablepreToolUsekey insight note to explain the newpermissionDecision: 'allow'return valuenotificationhookPermissionRequestpreToolUseusing-copilot-coding-agent.mdcreating-effective-skills.mdSource Announcements