Skip to content

[bot] docs: update Learning Hub with HTTP hooks, auto model, and session naming#1477

Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
learning-hub/hooks-and-config-updates-91c50531e28cd084
Draft

[bot] docs: update Learning Hub with HTTP hooks, auto model, and session naming#1477
github-actions[bot] wants to merge 1 commit intostagedfrom
learning-hub/hooks-and-config-updates-91c50531e28cd084

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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)

"Add HTTP hook support, allowing hooks to POST JSON payloads to a configured URL instead of running a local command"

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. auto Model Selection (v1.0.32)

"Select auto as your model to let Copilot automatically pick the best available model for each session"

3. continueOnAutoMode Config Setting (v1.0.35-2)

"Add continueOnAutoMode config option to automatically switch to auto model on rate limit instead of pausing"

4. Session Naming with --name / --resume=<name> (v1.0.35-4)

"Name sessions with --name and resume them by name with --resume=(name)"


Sections Updated

automating-with-hooks.md

  • Rewrote the Event Configuration section to introduce both hook types (command and http)
  • Added a dedicated HTTP hooks subsection with format, fields, and a note on expected HTTP response codes
  • Added a new Sending Events to an External Webhook (HTTP Hook) practical example

copilot-configuration-basics.md

  • Added continueOnAutoMode to the CLI settings table
  • Extended the Model Picker section to describe the auto model selection option
  • Added session naming documentation: --name flag at startup and --resume=<name> to resume sessions by name

Source Announcements

Generated by Learning Hub Updater · ● 4.6M ·

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants