opencode-gbk-tools 0.1.18 → 0.1.19
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.
|
@@ -17374,7 +17374,8 @@ Insert mode:
|
|
|
17374
17374
|
diffPreview
|
|
17375
17375
|
}
|
|
17376
17376
|
});
|
|
17377
|
-
|
|
17377
|
+
if (diffPreview) return diffPreview;
|
|
17378
|
+
return JSON.stringify(result, null, 2);
|
|
17378
17379
|
}
|
|
17379
17380
|
});
|
|
17380
17381
|
export {
|
|
@@ -17034,7 +17034,8 @@ var text_edit_default = tool({
|
|
|
17034
17034
|
diffPreview
|
|
17035
17035
|
}
|
|
17036
17036
|
});
|
|
17037
|
-
|
|
17037
|
+
if (diffPreview) return diffPreview;
|
|
17038
|
+
return JSON.stringify(result, null, 2);
|
|
17038
17039
|
}
|
|
17039
17040
|
});
|
|
17040
17041
|
export {
|
package/dist/plugin/index.js
CHANGED
|
@@ -17670,7 +17670,8 @@ Insert mode:
|
|
|
17670
17670
|
diffPreview
|
|
17671
17671
|
}
|
|
17672
17672
|
});
|
|
17673
|
-
|
|
17673
|
+
if (diffPreview) return diffPreview;
|
|
17674
|
+
return JSON.stringify(result, null, 2);
|
|
17674
17675
|
}
|
|
17675
17676
|
});
|
|
17676
17677
|
|
|
@@ -18779,7 +18780,8 @@ var text_edit_default = tool({
|
|
|
18779
18780
|
diffPreview
|
|
18780
18781
|
}
|
|
18781
18782
|
});
|
|
18782
|
-
|
|
18783
|
+
if (diffPreview) return diffPreview;
|
|
18784
|
+
return JSON.stringify(result, null, 2);
|
|
18783
18785
|
}
|
|
18784
18786
|
});
|
|
18785
18787
|
|
|
@@ -17670,7 +17670,8 @@ Insert mode:
|
|
|
17670
17670
|
diffPreview
|
|
17671
17671
|
}
|
|
17672
17672
|
});
|
|
17673
|
-
|
|
17673
|
+
if (diffPreview) return diffPreview;
|
|
17674
|
+
return JSON.stringify(result, null, 2);
|
|
17674
17675
|
}
|
|
17675
17676
|
});
|
|
17676
17677
|
|
|
@@ -18779,7 +18780,8 @@ var text_edit_default = tool({
|
|
|
18779
18780
|
diffPreview
|
|
18780
18781
|
}
|
|
18781
18782
|
});
|
|
18782
|
-
|
|
18783
|
+
if (diffPreview) return diffPreview;
|
|
18784
|
+
return JSON.stringify(result, null, 2);
|
|
18783
18785
|
}
|
|
18784
18786
|
});
|
|
18785
18787
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{
|
|
7
7
|
"relativePath": "plugins/opencode-gbk-tools.js",
|
|
8
8
|
"kind": "plugin",
|
|
9
|
-
"expectedHash": "
|
|
9
|
+
"expectedHash": "3b78d961fb39a3c81714097415279f5606eae1af169146d8446ecda3866a5527",
|
|
10
10
|
"hashAlgorithm": "sha256"
|
|
11
11
|
}
|
|
12
12
|
]
|