[bot] docs: update Learning Hub with HTTP hooks, auto model, and session naming#1477
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
Conversation
…vements - Add HTTP hook type documentation to automating-with-hooks.md (new in v1.0.35-0: hooks can POST JSON payloads to a URL instead of running a local command) - Add practical HTTP hook webhook example to Practical Examples section - Add `auto` model selection documentation to copilot-configuration-basics.md (new in v1.0.32: select auto to let Copilot pick the best model) - Add `continueOnAutoMode` config setting to CLI settings table (new in v1.0.35-2: auto-switch to auto model on rate limit) - Add session naming with --name flag and --resume=<name> (new in v1.0.35-4: name sessions at startup, resume by name) - Update lastUpdated dates to 2026-04-22 for both 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
This PR updates two Learning Hub pages based on recent GitHub Copilot CLI releases (v1.0.25–v1.0.35-4, week of April 15–22, 2026).
New Features Found
1. HTTP Hook Support (
v1.0.35-0)Previously, hooks only supported
"type": "command"(shell scripts). Now hooks support"type": "http"to POST event payloads directly to a URL — useful for webhooks, observability platforms, and notification services without requiring a local script.2.
autoModel Selection (v1.0.32)3.
continueOnAutoModeConfig Setting (v1.0.35-2)4. Session Naming with
--name/--resume=<name>(v1.0.35-4)Sections Updated
automating-with-hooks.mdcommandandhttp)copilot-configuration-basics.mdcontinueOnAutoModeto the CLI settings tableautomodel selection option--nameflag at startup and--resume=<name>to resume sessions by nameSource Announcements