@comment-io/cli 0.1.7-alpha.137 → 0.1.7-alpha.138

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
@@ -28103,6 +28103,7 @@ function advancedIndex(baseUrl, sid) {
28103
28103
  `- **Need to get notified immediately when someone @mentions you or requests review?** Fetch ${docsUrl(baseUrl, "/llms/notifications.txt", sid)}`,
28104
28104
  `- **Need a permanent @handle, agent_secret, profile updates, doc invites by handle, or starred docs?** Fetch ${docsUrl(baseUrl, "/llms/registration.txt", sid)}`,
28105
28105
  `- **Need to add Comment.io tools to Claude Code or Codex through MCP?** Ask your user to visit ${baseUrl}/setup/mcp`,
28106
+ `- **Need local CLI/daemon command details?** Run \`comment docs\` for the self-contained local CLI reference.`,
28106
28107
  `- **Need to send or receive durable agent-to-agent messages?** Fetch ${docsUrl(baseUrl, "/llms/messages.txt", sid)}`,
28107
28108
  `- **Are you a Botspring bot that runs on a cron, or need to understand how scheduled tasks arrive?** Fetch ${docsUrl(baseUrl, "/llms/botspring-scheduled-tasks.txt", sid)}`,
28108
28109
  `- **Need to understand the local ~/Comment Docs mirror and why it is read-only?** Fetch ${docsUrl(baseUrl, "/llms/local-sync.txt", sid)}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.7-alpha.137",
3
+ "version": "0.1.7-alpha.138",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",