From 423097492f7a701ceb5010c221193012086890c7 Mon Sep 17 00:00:00 2001 From: Ayush7614 Date: Tue, 28 Jul 2026 02:25:20 +0530 Subject: [PATCH] fix(chrome): repair Wikipedia skill tools JSON so tools parse Chrome's wikipedia.md was missing a comma after defaultArgs, so parseSkillToolBlocks silently dropped both HTTP tools. Align with the working Firefox skill file. --- src/chrome/skills/wikipedia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/skills/wikipedia.md b/src/chrome/skills/wikipedia.md index 63029d37c..6b5abf2ec 100644 --- a/src/chrome/skills/wikipedia.md +++ b/src/chrome/skills/wikipedia.md @@ -78,7 +78,7 @@ Finish with visible attribution: Powered by [Wikipedia](https://www.wikipedia.or "exchars": 1200, "inprop": "url", "redirects": "1" - } + }, "resultPolicy": "untrusted", "responseLimits": { "maxTextChars": 40000