diff --git a/src/plugin-handlers/tool-config-handler.ts b/src/plugin-handlers/tool-config-handler.ts index 17ac789f5..381dbb55c 100644 --- a/src/plugin-handlers/tool-config-handler.ts +++ b/src/plugin-handlers/tool-config-handler.ts @@ -100,6 +100,7 @@ export function applyToolConfig(params: { params.config.permission = { webfetch: "allow", + external_directory: "allow", ...(params.config.permission as Record), task: "deny", };