[bot] docs: update Learning Hub for Copilot CLI v1.0.15–v1.0.16 changes#1273
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
[bot] docs: update Learning Hub for Copilot CLI v1.0.15–v1.0.16 changes#1273github-actions[bot] wants to merge 1 commit intostagedfrom
github-actions[bot] wants to merge 1 commit intostagedfrom
Conversation
- Add PermissionRequest hook event to automating-with-hooks.md with practical CI example (new in v1.0.16) - Add Ctrl+Q / Ctrl+Enter queue shortcut note to copilot-configuration-basics.md (Ctrl+D no longer queues as of v1.0.15) - Add extraKnownMarketplaces config setting to installing-and-using-plugins.md (old 'marketplaces' setting removed in v1.0.16) - Update lastUpdated dates on all three files 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
Copilot CLI released v1.0.15 (2026-04-01) and v1.0.16 (2026-04-02) with several noteworthy changes. This PR updates three Learning Hub pages to document the features that weren't yet covered.
Changes Found
v1.0.16 (2026-04-02)
PermissionRequesthook — new hook event that fires when the CLI shows a permission prompt to the user, allowing scripts to programmatically approve or deny it (distinct frompreToolUsewhich blocks/allows tool calls)marketplacesrepository setting removed — replaced byextraKnownMarketplaces(the old setting was already deprecated; now fully removed)v1.0.15 (2026-04-01)
Sections Updated
automating-with-hooks.mdPermissionRequestto the Hook Events tablelastUpdateddate to 2026-04-02copilot-configuration-basics.mdlastUpdateddate to 2026-04-02installing-and-using-plugins.mdextraKnownMarketplacesconfig setting with a JSON examplemarketplacessetting removed in v1.0.16lastUpdateddate to 2026-04-02Source Announcements