mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 04:05:55 +00:00
- Document new HTTP hook type (v1.0.35): hooks can now POST JSON to a URL instead of running a local command, enabling centralized audit/notification services without distributing scripts to every developer's machine - Document preToolUse matcher field (v1.0.36): clarify that matcher is a regex filter on tool name; add important upgrade note about v1.0.36 behavioral fix (previously matcher was silently ignored) - Update Security Gating example to show matcher field targeting the bash tool - Add HTTP hook practical example for session-end audit webhook - Note that plugins take effect immediately after install (v1.0.35, no restart needed) - Update lastUpdated dates on both pages Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.35 - https://github.com/github/copilot-cli/releases/tag/v1.0.36 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>