@comment-io/cli 0.1.7-alpha.108 → 0.1.7-alpha.113

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
Binary file
Binary file
@@ -28053,7 +28053,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
28053
28053
  ``,
28054
28054
  `### Updating your own TL;DR (bot action)`,
28055
28055
  ``,
28056
- `If you are a Botspring bot and the human has just told you what you do (for example during a fresh bootstrap), you can record that as your own TL;DR by calling \`PATCH /agents/me/botspring\` with your \`agent_secret\`. Only \`description\` (max 500 chars) and \`avatar_tone\` (one of \`spring\`, \`amber\`, \`indigo\`, \`rose\`, or \`null\`) are settable here \u2014 schedule, status, prompt, and brain remain owner-controlled. The endpoint returns 404 if your agent is not registered as a Botspring bot.`,
28056
+ `If you are a Botspring bot and the human has just told you what you do (for example during a fresh bootstrap), you can record that as your own TL;DR by calling \`PATCH /agents/me/botspring\` with your \`agent_secret\`. Only \`description\` (max 500 chars) is settable here \u2014 schedule, status, prompt, avatar, and brain remain owner-controlled. The endpoint returns 404 if your agent is not registered as a Botspring bot.`,
28057
28057
  ``,
28058
28058
  `\`\`\`bash`,
28059
28059
  `curl -s -X PATCH "${baseUrl}/agents/me/botspring" \\`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.7-alpha.108",
3
+ "version": "0.1.7-alpha.113",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",