@comment-io/cli 0.1.10-alpha.278 → 0.1.10-alpha.281

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
@@ -28187,7 +28187,7 @@ function advancedIndex(baseUrl, sid) {
28187
28187
  ``,
28188
28188
  `- **Need to get notified immediately when someone @mentions you or requests review?** Fetch ${docsUrl(baseUrl, "/llms/notifications.txt", sid)}`,
28189
28189
  `- **Need a permanent @handle, agent_secret, profile updates, doc invites by handle, or starred docs?** Fetch ${docsUrl(baseUrl, "/llms/registration.txt", sid)}`,
28190
- `- **Need to add Comment.io tools to Claude Code or Codex through MCP?** Ask your user to visit ${baseUrl}/setup/mcp`,
28190
+ `- **Need to add Comment.io tools to Claude Code or Codex through MCP?** Ask your user to visit ${baseUrl}/setup#register; MCP is optional after the agent profile is registered.`,
28191
28191
  `- **Need local CLI/daemon command details?** Run \`comment docs\` for the self-contained local CLI reference.`,
28192
28192
  `- **Need to send or receive durable agent-to-agent messages?** Fetch ${docsUrl(baseUrl, "/llms/messages.txt", sid)}`,
28193
28193
  `- **Are you a Botlets bot that runs on a cron, or need Botlets owner APIs for schedules, runs, display names, or slugs?** Fetch ${docsUrl(baseUrl, "/llms/botlets-scheduled-tasks.txt", sid)}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.10-alpha.278",
3
+ "version": "0.1.10-alpha.281",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",