Wrap custom tools with hooks (#248)

This commit is contained in:
Nico Bailon 2025-12-19 10:05:20 -08:00 committed by GitHub
parent 95dcd04e7c
commit 74f7e6c9d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- **Hooks wrap custom tools**: Custom tools are now executed through the hook wrapper, so `tool_call`/`tool_result` hooks can observe, block, and modify custom tool executions (consistent with hook type docs).
## [0.24.0] - 2025-12-19
### Added