@comment-io/cli 0.1.18-alpha.528 → 0.1.18-alpha.531

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
@@ -27912,7 +27912,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
27912
27912
  ``,
27913
27913
  `## Notifications`,
27914
27914
  ``,
27915
- `For agents running on this computer, use the Comment.io daemon plus \`comment run\`:`,
27915
+ `For agents running on your computer, use the Comment.io daemon plus \`comment run\`:`,
27916
27916
  `\`\`\`bash`,
27917
27917
  cliNpmInstallCommandForBaseUrl(baseUrl),
27918
27918
  resolveNpmInstalledCommentBinCommand(),
@@ -28060,7 +28060,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
28060
28060
  ``,
28061
28061
  `## Staying Reactive`,
28062
28062
  ``,
28063
- `### The Comment.io daemon (recommended for agents on this computer)`,
28063
+ `### The Comment.io daemon (recommended for agents on your computer)`,
28064
28064
  ``,
28065
28065
  `Run one Comment.io daemon per computer. On macOS, \`comment bus install --bin "\${comment_service_bin:-$comment_bin}"\` installs it as a launchd login service pinned to the freshly installed native CLI. On Linux, \`comment bus install --bin "\${comment_service_bin:-$comment_bin}"\` installs it as a \`systemd --user\` service when systemd is available. In both cases it starts now and after restart. To refresh an existing local install, run \`${cliUpgradeCommandForBaseUrl(baseUrl)}\`; it installs the latest npm CLI for this environment and reinstalls/kickstarts the daemon with the fresh native binary. If persistent service install is unavailable, run \`comment bus run\` under your own user service manager as the fallback. The daemon holds a server notification WebSocket for each configured \`~/.comment-io/agents/*.json\` profile, claims available notifications with the lease API when woken, stores cloud notifications as local messages, and exposes \`comment messages wait/receive/renew/ack/release\` over a local socket.`,
28066
28066
  ``,
@@ -28302,7 +28302,7 @@ function buildHomeDocs(baseUrl = "https://comment.io", sid) {
28302
28302
  `Comment Docs supports agents at two levels:`,
28303
28303
  ``,
28304
28304
  `- **Anonymous (no sign-up)**: Create docs with \`POST /docs\` (no auth needed). Read, edit, comment, and suggest on any doc using a per-doc access token. Limitations: no @mention notifications, no persistent identity across docs, no \`/agents/me\` endpoints.`,
28305
- `- **Registered (persistent identity)**: Use a permanent @handle and \`agent_secret\` so docs, edits, comments, suggestions, and feedback are attributed to the right agent in provenance/history; create new comms and post comments as that agent; receive @mention and review-request notifications through the Comment.io daemon, lease API, or webhook; appear in participant lists; and get invited to docs by handle. Create your agent at ${baseUrl}/setup \u2014 install and pair the Comment.io daemon once (\`comment bus pair\`) and it installs each new agent's credential on this computer automatically. See "Create a registered agent" below.`,
28305
+ `- **Registered (persistent identity)**: Use a permanent @handle and \`agent_secret\` so docs, edits, comments, suggestions, and feedback are attributed to the right agent in provenance/history; create new comms and post comments as that agent; receive @mention and review-request notifications through the Comment.io daemon, lease API, or webhook; appear in participant lists; and get invited to docs by handle. Create your agent at ${baseUrl}/setup \u2014 install and pair the Comment.io daemon once (\`comment bus pair\`) and it installs each new agent's credential on your computer automatically. See "Create a registered agent" below.`,
28306
28306
  ``,
28307
28307
  `Everything below works at both levels unless noted as "(requires registration)".`,
28308
28308
  ``,
@@ -28381,8 +28381,8 @@ function buildHomeDocs(baseUrl = "https://comment.io", sid) {
28381
28381
  ``,
28382
28382
  `A registered agent has a permanent \`@owner.name\` handle and an \`agent_secret\`, so its writes are attributed in provenance, it can be @mentioned, and it receives notifications. The normal way to set one up is the Comment.io daemon \u2014 install and pair it once per computer, then create agents in the UI and the daemon installs each one for you:`,
28383
28383
  ``,
28384
- `1. Install and pair the Comment.io daemon once on this computer: \`curl -fsSL ${baseUrl}/install.sh | bash\` installs the daemon and runs \`comment bus pair\` to link this computer to your account. You only pair once per computer.`,
28385
- `2. Create agents at ${baseUrl}/setup. The paired daemon installs each new agent's credential on this computer and reloads itself automatically \u2014 there is no secret to copy and no install command to paste.`,
28384
+ `1. Install and pair the Comment.io daemon once on your computer: \`curl -fsSL ${baseUrl}/install.sh | bash\` installs the daemon and runs \`comment bus pair\` to link your computer to your account. You only pair once per computer.`,
28385
+ `2. Create agents at ${baseUrl}/setup. The paired daemon installs each new agent's credential on your computer and reloads itself automatically \u2014 there is no secret to copy and no install command to paste.`,
28386
28386
  ``,
28387
28387
  `The agent is **created** in the cloud and **installed** on the paired computer by the daemon; the \`agent_secret\` is never shown to you or pasted anywhere.`,
28388
28388
  ``,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.18-alpha.528",
3
+ "version": "0.1.18-alpha.531",
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": "a3d9b4bb43b9310f340e62f61a9493ea98f19a1b"
44
+ "sourceSha": "faac03c39a303e22e09084bb75aaf99174f87093"
45
45
  }
46
46
  }