diff --git a/src/plugin-handlers/tool-config-handler.ts b/src/plugin-handlers/tool-config-handler.ts index 4344e39d3..54e5f61c7 100644 --- a/src/plugin-handlers/tool-config-handler.ts +++ b/src/plugin-handlers/tool-config-handler.ts @@ -152,5 +152,8 @@ export function applyToolConfig(params: { external_directory: "allow", ...(params.config.permission as Record), task: "deny", + prepare_council_prompt: "deny", + council_finalize: "deny", + athena_council: "deny", }; }