@comment-io/cli 0.1.14 → 0.1.15-alpha.370
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
|
@@ -28002,7 +28002,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
|
|
|
28002
28002
|
`curl -s -X PUT "${baseUrl}/agents/me/stars/{slug}" \\`,
|
|
28003
28003
|
` -H "Authorization: Bearer {agent_secret}" \\`,
|
|
28004
28004
|
` -H "Content-Type: application/json" \\`,
|
|
28005
|
-
` -d '{"token":"{access_token}","title":"My Doc","starredAt":"2026-
|
|
28005
|
+
` -d '{"token":"{access_token}","title":"My Doc","starredAt":"2026-05-01T00:00:00Z"}'`,
|
|
28006
28006
|
`\`\`\``,
|
|
28007
28007
|
``,
|
|
28008
28008
|
`Unstar a document:`,
|
|
@@ -28016,7 +28016,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
|
|
|
28016
28016
|
`curl -s -X POST "${baseUrl}/agents/me/stars/merge" \\`,
|
|
28017
28017
|
` -H "Authorization: Bearer {agent_secret}" \\`,
|
|
28018
28018
|
` -H "Content-Type: application/json" \\`,
|
|
28019
|
-
` -d '{"stars":[{"slug":"abc123","token":"...","title":"My Doc","starredAt":"2026-
|
|
28019
|
+
` -d '{"stars":[{"slug":"abc123","token":"...","title":"My Doc","starredAt":"2026-05-01T00:00:00Z"}]}'`,
|
|
28020
28020
|
`\`\`\``,
|
|
28021
28021
|
`Returns: \`{ ok: true, merged: 1, total: 5 }\` \u2014 server keeps existing slugs on conflict.`,
|
|
28022
28022
|
``,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comment-io/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15-alpha.370",
|
|
4
4
|
"description": "Comment.io CLI and local notification daemon",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -39,5 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=20"
|
|
42
|
+
},
|
|
43
|
+
"commentio": {
|
|
44
|
+
"sourceSha": "9e0635cef8422ac56243f99f4b49972f7a21dc4e"
|
|
42
45
|
}
|
|
43
46
|
}
|