[bot] docs: Update Learning Hub for CLI v1.0.6–v1.0.10 changes (week of Mar 16–22)#1119
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
Conversation
- automating-with-hooks: add subagentStart event to hook events table, add cross-platform PascalCase event name compatibility note, add subagentStart example, expand hook config file location FAQ to include settings.json and config.json locations - defining-custom-instructions: document that applyTo accepts both string and array formats (added in v1.0.6) - installing-and-using-plugins: document --plugin-dir flag and the External Plugins section in /plugin list (added in v1.0.10) Source: github/copilot-cli releases v1.0.6 through v1.0.10 (March 16–20, 2026) 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
Weekly Learning Hub update based on GitHub Copilot CLI releases v1.0.6–v1.0.10 (March 16–20, 2026).
New features / changes found
From the
github/copilot-clireleases this week:subagentStarthook added: fires when a subagent is spawned, supports injecting context into the subagent's promptmatcher/hooksstructuresettings.json,settings.local.json, andconfig.jsonin addition to.github/hooks/*.jsonapplyTofield in instruction frontmatter now accepts both string and array values--plugin-dirappear in/plugin listunder a new External Plugins sectionPages updated
automating-with-hooks.mdsubagentStartrow to the Hook Events table (betweenagentStopandsubagentStop)subagentStartpractical example showing how to inject context into subagents.github/hooks/*.json,settings.json,settings.local.json, andconfig.jsondefining-custom-instructions.mdapplyToaccepts both comma-separated string format and YAML array formatinstalling-and-using-plugins.md--plugin-dirflag and the External Plugins section in/plugin listSources