From d4ce03411cc26124b96d41b2fa60237ff8aa176c Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 10 Apr 2026 15:53:16 +0900 Subject: [PATCH] fix(plugin-handlers): simplify tool config handler Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/plugin-handlers/tool-config-handler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugin-handlers/tool-config-handler.ts b/src/plugin-handlers/tool-config-handler.ts index 379d67f9c..dae34fda6 100644 --- a/src/plugin-handlers/tool-config-handler.ts +++ b/src/plugin-handlers/tool-config-handler.ts @@ -105,10 +105,10 @@ export function applyToolConfig(params: { prometheus.permission = { ...prometheus.permission, call_omo_agent: "deny", - task: "deny", + task: "allow", question: questionPermission, - "task_*": "deny", - teammate: "deny", + "task_*": "allow", + teammate: "allow", ...denyTodoTools, }; }