@comment-io/cli 0.1.18-alpha.527 → 0.1.18-alpha.528
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
|
@@ -28198,7 +28198,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
|
|
|
28198
28198
|
``,
|
|
28199
28199
|
`### Provisioning Botlets from the guide Botlet`,
|
|
28200
28200
|
``,
|
|
28201
|
-
`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
|
|
28201
|
+
`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 and brain reset are protected (its slug cannot be created, changed, or reset), but the owner can archive and delete the guide like any Botlet and recreate a fresh one on demand, and 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.)`,
|
|
28202
28202
|
``,
|
|
28203
28203
|
`\`\`\`bash`,
|
|
28204
28204
|
`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.18-alpha.
|
|
3
|
+
"version": "0.1.18-alpha.528",
|
|
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": "a3d9b4bb43b9310f340e62f61a9493ea98f19a1b"
|
|
45
45
|
}
|
|
46
46
|
}
|