[bot] docs: update Learning Hub with Copilot CLI v1.0.16–1.0.21 features#1336
Closed
github-actions[bot] wants to merge 1 commit intostagedfrom
Closed
[bot] docs: update Learning Hub with Copilot CLI v1.0.16–1.0.21 features#1336github-actions[bot] wants to merge 1 commit intostagedfrom
github-actions[bot] wants to merge 1 commit intostagedfrom
Conversation
- automating-with-hooks.md: add notification and PermissionRequest hook events to the events table; document preToolUse permissionDecision response values (allow/ask); update PascalCase payload compatibility note to mention VS Code-compatible snake_case payloads - understanding-mcp-servers.md: add copilot mcp terminal command section for managing MCP servers outside interactive sessions - creating-effective-skills.md: document CLI built-in skills (v1.0.17+) - using-copilot-coding-agent.md: add Critic agent section (experimental, v1.0.18+) that auto-reviews plans using a complementary model 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
Reviewed CLI changelog for versions released in the past 7 days (v1.0.16–v1.0.21, 2026-04-02 through 2026-04-07) and updated four Learning Hub pages with features not yet documented.
New Features Found
copilot mcpterminal command for managing MCP servers outside interactive sessionshook_event_name,session_id, ISO 8601 timestamps)copilot help monitoringtopic (minor, not yet significant enough for a page)notificationhook event — fires asynchronously on shell completion, permission prompts, elicitation dialogs, and agent completionpreToolUsepermissionDecisionresponse values:"allow"suppresses the tool approval prompt;"ask"raises aPermissionRequesteventPermissionRequesthook event — programmatically approve or deny tool permission requestsSections Updated
automating-with-hooks.mdnotificationandPermissionRequestto the Hook Events tablepreToolUsepermissionDecision output table (allow,ask, non-zero)notificationHook" practical example showing the async vs. synchronous distinctionunderstanding-mcp-servers.mdgh copilot mcpcommand and how it complements in-session/mcpslash commandscreating-effective-skills.mdusing-copilot-coding-agent.mdSource Announcements
copilot mcpcommand, PascalCase payload