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.
package/dist/instruckt.esm.js
CHANGED
|
@@ -3752,6 +3752,14 @@ No open annotations.`;
|
|
|
3752
3752
|
lines.push("");
|
|
3753
3753
|
});
|
|
3754
3754
|
}
|
|
3755
|
+
const hasScreenshots = pending.some((a) => a.screenshot && !a.screenshot.startsWith("data:"));
|
|
3756
|
+
lines.push("---");
|
|
3757
|
+
lines.push("");
|
|
3758
|
+
if (hasScreenshots) {
|
|
3759
|
+
lines.push("Use the `instruckt.get_screenshot` MCP tool to view screenshots. After making changes, use `instruckt.resolve` to mark each annotation as resolved.");
|
|
3760
|
+
} else {
|
|
3761
|
+
lines.push("After making changes, use the `instruckt.resolve` MCP tool to mark each annotation as resolved.");
|
|
3762
|
+
}
|
|
3755
3763
|
return lines.join("\n").trim();
|
|
3756
3764
|
}
|
|
3757
3765
|
// ── Public API ────────────────────────────────────────────────
|