@comment-io/cli 0.1.18-alpha.519 → 0.1.18-alpha.523
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.
|
Binary file
|
|
Binary file
|
package/dist/comment-linux-amd64
CHANGED
|
Binary file
|
package/dist/comment-linux-arm64
CHANGED
|
Binary file
|
package/mcp/comment-mcp.mjs
CHANGED
|
@@ -27213,7 +27213,7 @@ function apiReference(baseUrl, slug, token, sid) {
|
|
|
27213
27213
|
` "comments": [`,
|
|
27214
27214
|
` { "id": "uuid", "by": "ai:max.reviewer", "at": "...", "text": "comment body" },`,
|
|
27215
27215
|
` { "id": "uuid", "by": "human:max", "at": "...", "text": "This should be clearer",`,
|
|
27216
|
-
` "suggestion": { "old_string": "original text", "new_string": "better text", "status": "pending", "created_against_revision": 4 } }`,
|
|
27216
|
+
` "suggestion": { "kind": "replace", "old_string": "original text", "new_string": "better text", "status": "pending", "created_against_revision": 4 } }`,
|
|
27217
27217
|
` ],`,
|
|
27218
27218
|
` "comments_info": { "returned": 2, "total": 2, "omitted": 0, "next": null }`,
|
|
27219
27219
|
` }`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comment-io/cli",
|
|
3
|
-
"version": "0.1.18-alpha.
|
|
3
|
+
"version": "0.1.18-alpha.523",
|
|
4
4
|
"description": "Comment.io CLI and local notification daemon",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"node": ">=20"
|
|
42
42
|
},
|
|
43
43
|
"commentio": {
|
|
44
|
-
"sourceSha": "
|
|
44
|
+
"sourceSha": "9938ad4c88786dc3159fad98ac1743c7b0495866"
|
|
45
45
|
}
|
|
46
46
|
}
|