fix(plugin-handlers): simplify tool config handler

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-10 15:53:16 +09:00
parent fba3e1b3f7
commit d4ce03411c
+3 -3
View File
@@ -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,
};
}