mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-12 03:05:55 +00:00
- automating-with-hooks.md: add notification (async) and PermissionRequest hook events to the events table; update key characteristics to note the notification hook fires asynchronously; document permissionDecision output field for preToolUse; add PermissionRequest practical example - building-custom-agents.md: add FAQ entry for the new Critic agent (experimental Claude-model feature that auto-reviews plans) - creating-effective-skills.md: mention CLI-bundled built-in skills available out of the box (added in v1.0.17) Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.16 (PermissionRequest hook) - https://github.com/github/copilot-cli/releases/tag/v1.0.17 (built-in skills) - https://github.com/github/copilot-cli/releases/tag/v1.0.18 (Critic agent, notification hook, permissionDecision) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>