opencode-plugin-mimic 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2703,6 +2703,9 @@ async function surfacePatterns(ctx) {
2703
2703
  });
2704
2704
  break;
2705
2705
  case "tool":
2706
+ if (BUILTIN_TOOLS.has(pattern.description)) {
2707
+ continue;
2708
+ }
2706
2709
  suggestion = ctx.i18n.t("suggest.tool", {
2707
2710
  pattern: pattern.description,
2708
2711
  count: pattern.count