feat(plugin): add team-mode gating to tool execute hooks

This commit is contained in:
YeonGyu-Kim
2026-04-28 10:47:35 +09:00
parent 47e0fbad49
commit f882f04bb0
+1
View File
@@ -76,6 +76,7 @@ export function createToolExecuteBeforeHandler(args: {
await hooks.prometheusMdOnly?.["tool.execute.before"]?.(input, output)
await hooks.sisyphusJuniorNotepad?.["tool.execute.before"]?.(input, output)
await hooks.atlasHook?.["tool.execute.before"]?.(input, output)
await hooks.teamToolGating?.["tool.execute.before"]?.(input, output)
const normalizedToolName = input.tool.toLowerCase()
if (