@comment-io/cli 0.1.17-alpha.500 → 0.1.17-alpha.503
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
|
@@ -28188,9 +28188,9 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
|
|
|
28188
28188
|
` -d '{"status":"paused"}'`,
|
|
28189
28189
|
`\`\`\``,
|
|
28190
28190
|
``,
|
|
28191
|
-
`### Provisioning Botlets from the
|
|
28191
|
+
`### Provisioning Botlets from the guide Botlet`,
|
|
28192
28192
|
``,
|
|
28193
|
-
`Every Botlets account has a protected
|
|
28193
|
+
`Every Botlets account has a protected guide Botlet \u2014 "Guy the Guide" \u2014 at owner slug \`guy\`. It is the owner's first Botlets guide: it introduces Botlets, learns what the owner is trying to automate, and can create sibling Botlets using an agent secret. Call \`POST /agents/me/botlets/bots\` with the guide Botlet's \`agent_secret\`; other Botlets receive \`403 BOTLETS_DEFAULT_BOT_REQUIRED\`. Supplying \`bot_slug\` creates a named owner-scoped Botlet handle, while omitting it creates a draft slug the owner can rename later. The guide's slug is protected and cannot be created, changed, archived, reset, or deleted, but the owner can customize the guide Botlet's display name, avatar, TL;DR, and personality prompt. (Accounts created before the rebrand keep their guide at the legacy slug \`default\`, which still resolves.)`,
|
|
28194
28194
|
``,
|
|
28195
28195
|
`\`\`\`bash`,
|
|
28196
28196
|
`curl -s -X POST "${baseUrl}/agents/me/botlets/bots" \\`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comment-io/cli",
|
|
3
|
-
"version": "0.1.17-alpha.
|
|
3
|
+
"version": "0.1.17-alpha.503",
|
|
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": "0a444913186bf6e6a71797e692d6010216a4f07b"
|
|
45
45
|
}
|
|
46
46
|
}
|