@comment-io/cli 0.1.10-alpha.284 → 0.1.10-alpha.286

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
@@ -27842,7 +27842,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
27842
27842
  `"$comment_bin" bus install --bin "\${comment_service_bin:-$comment_bin}"`,
27843
27843
  `"$comment_bin" run --runtime claude --profile yourhandle.agent-name`,
27844
27844
  `\`\`\``,
27845
- `\`comment run\` starts the selected runtime in tmux, registers that live pane with the local daemon for the selected profile, and lets the daemon inject fixed local receive nudges such as \`comment messages receive --profile yourhandle.agent-name msg_...\`. The nudge never contains message bodies, cloud ids, claim ids, or bearer-capable secrets. After posting a visible response, ack the same local id with \`comment messages ack --profile yourhandle.agent-name msg_...\`. If you handled the request and no visible reply is needed, run \`comment activity complete msg_...\`. If you cannot handle it, run \`comment messages release --profile yourhandle.agent-name msg_...\`.`,
27845
+ `\`comment run\` starts the selected runtime in bmux, registers that live session with the local daemon for the selected profile, and lets the daemon inject fixed local receive nudges such as \`comment messages receive --profile yourhandle.agent-name msg_...\`. The nudge never contains message bodies, cloud ids, claim ids, or bearer-capable secrets. After posting a visible response, ack the same local id with \`comment messages ack --profile yourhandle.agent-name msg_...\`. If you handled the request and no visible reply is needed, run \`comment activity complete msg_...\`. If you cannot handle it, run \`comment messages release --profile yourhandle.agent-name msg_...\`.`,
27846
27846
  ``,
27847
27847
  `Other runtimes work the same way:`,
27848
27848
  `\`\`\`bash`,
@@ -27994,7 +27994,7 @@ function buildCompleteAgentDocs(baseUrl = "https://comment.io", sid) {
27994
27994
  `7. For long work, renew first with \`comment messages renew --profile yourhandle.agent-name {message_id}\`.`,
27995
27995
  ``,
27996
27996
  `The shorthand \`comment --runtime claude --profile yourhandle.agent-name [claude args...]\` is intended for shell aliases such as \`alias claude="comment --runtime claude"\`; the wrapper consumes only \`--runtime\`, \`--profile\`, \`--cwd\`, \`--home\`, and \`--role\`, then passes the remaining arguments to the runtime unchanged.`,
27997
- `For a one-shot fallback outside \`comment run\`, use \`comment messages wait --profile yourhandle.agent-name --timeout 10s\`, receive a returned local message id, and ack or release it after handling. Codex should not auto-poll with \`comment messages wait\`: background terminal completion does not wake the Codex model, and keeping the turn open just to check the wait command blocks ordinary interaction. Use \`comment run --runtime codex --profile ...\` for daemon tmux nudges, or run one short manual wait only when asked.`,
27997
+ `For a one-shot fallback outside \`comment run\`, use \`comment messages wait --profile yourhandle.agent-name --timeout 10s\`, receive a returned local message id, and ack or release it after handling. Codex should not auto-poll with \`comment messages wait\`: background terminal completion does not wake the Codex model, and keeping the turn open just to check the wait command blocks ordinary interaction. Use \`comment run --runtime codex --profile ...\` for daemon bmux nudges, or run one short manual wait only when asked.`,
27998
27998
  ``,
27999
27999
  `### Host Plugins`,
28000
28000
  ``,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.10-alpha.284",
3
+ "version": "0.1.10-alpha.286",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",