Forward onUpdate callback through hook wrapper (#238)

This commit is contained in:
Nico Bailon 2025-12-19 06:23:41 -08:00 committed by GitHub
parent 16685a36ec
commit a54c70bbed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 6 deletions

View file

@ -4,6 +4,7 @@
export { discoverAndLoadCustomTools, loadCustomTools } from "./loader.js";
export type {
AgentToolUpdateCallback,
CustomAgentTool,
CustomToolFactory,
CustomToolsLoadResult,