From ff988ef38c212bdf9a4146f85257e6eeec0b917f Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Fri, 17 Apr 2026 22:51:12 +0300 Subject: [PATCH] allow tavily skill to global perms --- .config/opencode/opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/opencode/opencode.jsonc b/.config/opencode/opencode.jsonc index 39815ab..9b4d43d 100644 --- a/.config/opencode/opencode.jsonc +++ b/.config/opencode/opencode.jsonc @@ -24,7 +24,8 @@ "list": "ask", "skill": { "*": "ask", - "context7-cli": "allow" + "context7-cli": "allow", + "tavily-*": "allow" }, "todowrite": "allow", "todoread": "allow",