pi-anycopy 0.1.1 → 0.1.2
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.
|
@@ -310,8 +310,7 @@ const buildNodeOrder = (roots: SessionTreeNode[]): Map<string, number> => {
|
|
|
310
310
|
};
|
|
311
311
|
|
|
312
312
|
/** Clipboard text: role:\n\ncontent\n\n---\n\nrole:\n\ncontent
|
|
313
|
-
*
|
|
314
|
-
* Note: the preview pane is truncated for performance, but clipboard copy must never truncate
|
|
313
|
+
* The preview pane is truncated for performance, while the clipboard copy is not
|
|
315
314
|
*/
|
|
316
315
|
const buildClipboardText = (nodes: SessionTreeNode[]): string => {
|
|
317
316
|
return nodes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-anycopy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Copy any single message, or multiple selected messages, from the session tree, with scrollable message preview",
|
|
5
5
|
"keywords": ["pi-package", "pi", "pi-coding-agent"],
|
|
6
6
|
"license": "MIT",
|