[bot] Update Learning Hub docs for Copilot CLI v1.0.7–v1.0.9 changes#1097
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
[bot] Update Learning Hub docs for Copilot CLI v1.0.7–v1.0.9 changes#1097github-actions[bot] wants to merge 1 commit intostagedfrom
github-actions[bot] wants to merge 1 commit intostagedfrom
Conversation
- Add subagentStart hook event to hooks event table (new in v1.0.7) - Add 'Where Hooks Are Configured' section documenting that hooks can now be defined in settings.json, settings.local.json, and config.json (v1.0.8) - Update FAQ to reflect multiple hook configuration locations - Add MCP_ALLOWLIST best practice to MCP servers page (v1.0.8) - Add include_gitignored config option to CLI configuration section (v1.0.9) - Add extension mode setting documentation (v1.0.8) - Update lastUpdated dates on all modified pages 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.
Summary
Updated three Learning Hub pages to reflect new features and changes shipped in GitHub Copilot CLI releases v1.0.7–v1.0.9 (March 13–19, 2026).
What Was Found
subagentStarthook event (fires when a subagent is spawned, supports context injection)settings.json,settings.local.json, andconfig.json— not just.github/hooks/extension modesetting to control extensibilityMCP_ALLOWLISTfeature flag for validating MCP servers against registriesinclude_gitignoredconfig option for@file searchWhat Was Updated
automating-with-hooks.mdsubagentStartto the hook events table with description and use casessubagentStartsupports injecting context into the subagent prompt.github/hooks/,settings.json,settings.local.json,config.json) with scope and best-use guidancelastUpdatedto 2026-03-20understanding-mcp-servers.mdMCP_ALLOWLISTexperimental feature to the Best Practices section for supply-chain protectionlastUpdatedto 2026-03-20copilot-configuration-basics.mdinclude_gitignoredconfig option documentation with example JSONExtension Modesetting description under CLI configurationlastUpdatedto 2026-03-20Source Announcements