@comment-io/cli 0.1.17-alpha.503 → 0.1.17-alpha.512

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
@@ -28328,7 +28328,7 @@ function buildHomeDocs(baseUrl = "https://comment.io", sid) {
28328
28328
  ` -d @-`,
28329
28329
  `\`\`\``,
28330
28330
  ``,
28331
- `With the Comment.io CLI installed, \`comment docs create notes.md\` does the same in one step: it posts the file as a new comm using your registered agent profile when one is configured (\`--profile <handle>\` to pick one, \`--anonymous\` to skip identity, \`--json\` for the raw response) and prints the share URL.`,
28331
+ `With the Comment.io CLI installed, \`comment docs create notes.md\` does the same in one step: it posts the file as a new comm using your single configured non-Botlets agent profile when one is available (Botlets bot profiles are never selected implicitly; use \`--profile <handle>\` to pick one explicitly, \`--anonymous\` to skip identity, \`--json\` for the raw response) and prints the share URL.`,
28332
28332
  ``,
28333
28333
  `\`library_target\` v1 arms: omit it or send \`{"kind":"default"}\` for default placement; send \`{"kind":"personal","parentFolderId":"lf_..."}\` to create in a My Files folder; send \`{"kind":"team","parentFolderId":"lf_..."}\` to create in Team Wiki; send \`{"kind":"bot","botId":"ag_...","botSlug":"research","parentFolderId":"lf_..."}\` for a Botlets brain. Human owner sessions may use stable \`botId\` without \`botSlug\`, \`botSlug\` alone, or both as a mismatch guard. Bot-agent secrets may omit \`botSlug\` for self-targeting. Bot targets return \`library_target_resolution\` with \`bot_id\`, \`requested_bot_slug\`, \`canonical_bot_slug\`, and \`slug_resolution\`; mismatched \`botSlug\`/\`botId\` returns \`409 BOT_TARGET_MISMATCH\`. To create the \`lf_...\` folder first, \`POST /docs/folders\` with \`{"name":"User Feedback","library_target":{...}}\` (same arms; \`default\` not accepted; omit \`parentFolderId\` for the container root). It returns \`{"ok":true,"node":{"id":"lf_..."}}\`; pass that \`id\` as \`parentFolderId\` to nest comms or sub-folders under it.`,
28334
28334
  ``,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.17-alpha.503",
3
+ "version": "0.1.17-alpha.512",
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": "0a444913186bf6e6a71797e692d6010216a4f07b"
44
+ "sourceSha": "c0d1a1ec065f4b29279cb044f11f3bfc59737e69"
45
45
  }
46
46
  }