instruckt 0.4.20 → 0.4.21

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.
@@ -3776,6 +3776,14 @@ No open annotations.`;
3776
3776
  lines.push("");
3777
3777
  });
3778
3778
  }
3779
+ const hasScreenshots = pending.some((a) => a.screenshot && !a.screenshot.startsWith("data:"));
3780
+ lines.push("---");
3781
+ lines.push("");
3782
+ if (hasScreenshots) {
3783
+ lines.push("Use the `instruckt.get_screenshot` MCP tool to view screenshots. After making changes, use `instruckt.resolve` to mark each annotation as resolved.");
3784
+ } else {
3785
+ lines.push("After making changes, use the `instruckt.resolve` MCP tool to mark each annotation as resolved.");
3786
+ }
3779
3787
  return lines.join("\n").trim();
3780
3788
  }
3781
3789
  // ── Public API ────────────────────────────────────────────────