vite-plugin-ai-annotator 1.1.5 → 1.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.
|
@@ -7845,7 +7845,7 @@
|
|
|
7845
7845
|
this.showToast("No session ID");
|
|
7846
7846
|
return;
|
|
7847
7847
|
}
|
|
7848
|
-
const text = `I have selected elements in the browser. Use the \`annotator_get_selected_elements\` tool to retrieve them and modify the code.`;
|
|
7848
|
+
const text = `I have selected elements in the browser (session: ${this.sessionId}). Use the \`annotator_get_selected_elements\` tool to retrieve them and modify the code.`;
|
|
7849
7849
|
try {
|
|
7850
7850
|
await navigator.clipboard.writeText(text);
|
|
7851
7851
|
this.showToast("Copied!");
|
package/package.json
CHANGED