From f882f04bb0cd20d420e437db6b3c0abd9a40ac10 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 10:47:35 +0900 Subject: [PATCH] feat(plugin): add team-mode gating to tool execute hooks --- src/plugin/tool-execute-before.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/tool-execute-before.ts b/src/plugin/tool-execute-before.ts index 5c54fba7b..e903571fe 100644 --- a/src/plugin/tool-execute-before.ts +++ b/src/plugin/tool-execute-before.ts @@ -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 (