[bot] docs(learning-hub): Copilot CLI v1.0.6–v1.0.10 updates (March 2026)#1111
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
Conversation
Add documentation for new features shipped in GitHub Copilot CLI v1.0.6 through v1.0.10 (March 14-21 2026): - automating-with-hooks.md: Add subagentStart hook event to event table; add cross-platform PascalCase event name support note; add 'Where to Define Hooks' table covering settings.json, settings.local.json, and config.json in addition to .github/hooks/ - understanding-mcp-servers.md: Update config section to list all supported locations (.vscode/mcp.json, .mcp.json, devcontainer.json) with folder-trust note; add MCP_ALLOWLIST experimental feature for registry-based server validation - copilot-configuration-basics.md: Add includeGitignored config option; add camelCase config settings rename table; update GitHub Copilot CLI section with accurate config path, camelCase settings example, and /undo and --effort command reference table - installing-and-using-plugins.md: Document External Plugins section in /plugin list for --plugin-dir loaded plugins Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.10 - https://github.com/github/copilot-cli/releases/tag/v1.0.9 - https://github.com/github/copilot-cli/releases/tag/v1.0.8 - https://github.com/github/copilot-cli/releases/tag/v1.0.7 - https://github.com/github/copilot-cli/releases/tag/v1.0.6 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
This PR updates four Learning Hub pages based on new features shipped in GitHub Copilot CLI v1.0.6–v1.0.10 (March 14–21, 2026).
New features found
/undocommand — undo the last turn and revert file changes--effortas a shorthand alias for--reasoning-effortincludeCoAuthoredBy,effortLevel, etc.) — old names still work.mcp.jsonanddevcontainer.jsonin addition to.vscode/mcp.json--plugin-dirnow listed under External Plugins section in/plugin listincludeGitignoredconfig option — include gitignored files in@file searchMCP_ALLOWLISTfeature flagsettings.json,settings.local.json, andconfig.json(not just.github/hooks/)subagentStarthook event — fires when a subagent is spawned, supports context injectionPages updated
automating-with-hooks.mdsubagentStartto the Hook Events tablesettings.json,settings.local.json, andconfig.jsonas additional hook locationsunderstanding-mcp-servers.md.vscode/mcp.json,.mcp.json,devcontainer.json) with folder-trust notecopilot-configuration-basics.mdincludeGitignoredconfig option section~/.copilot/settings.json), camelCase settings example, and a command reference table for/undo,--effort, and--resumeinstalling-and-using-plugins.md/plugin listfor plugins loaded via--plugin-dirSource announcements