Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/copilot/agents/agent-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,5 @@ Yes. You can create tools in two ways:
## Related resources

* [Chat tools reference](/docs/copilot/reference/copilot-vscode-features.md#chat-tools)
* [Agent hooks](/docs/copilot/customization/hooks.md) - Execute custom commands at tool lifecycle events
* [Security considerations for using AI in VS Code](/docs/copilot/security.md)
2 changes: 2 additions & 0 deletions docs/copilot/agents/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,6 @@ To permanently delete an agent session, right-click the session in the sessions

* [Tools](/docs/copilot/agents/agent-tools.md): Extend agents with built-in, MCP, and extension tools.

* [Hooks](/docs/copilot/customization/hooks.md): Execute custom commands at lifecycle events for automation and policy enforcement

* [Custom agents](/docs/copilot/customization/custom-agents.md): Create your own AI agents and extensions.
Loading