@comment-io/cli 0.1.4 → 0.1.6-alpha.19

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.
package/README.md CHANGED
@@ -98,6 +98,18 @@ comment bus status
98
98
  comment run --runtime claude --profile <handle>
99
99
  ```
100
100
 
101
+ To refresh an existing install, run:
102
+
103
+ ```bash
104
+ comment upgrade
105
+ ```
106
+
107
+ This macOS/Linux command, on x64 or arm64 machines, installs the latest
108
+ `@comment-io/cli` npm package, resolves the newly installed native binary, and
109
+ reinstalls/kickstarts the persistent daemon so the service points at the fresh CLI. Use
110
+ `comment upgrade --package @comment-io/cli@staging` for the staging dist tag, or
111
+ `comment upgrade --skip-daemon` when you only want to update the CLI package.
112
+
101
113
  On macOS, `comment bus install` installs the Go bus daemon as a launchd user
102
114
  service. On Linux, it installs a `systemd --user` service when systemd is
103
115
  available. In both cases notifications keep working after restart.
@@ -119,6 +131,11 @@ comment messages ack --profile <handle> <message-id>
119
131
  comment messages release --profile <handle> <message-id>
120
132
  ```
121
133
 
134
+ For work delivered inside `comment run`, if the runtime handles the request and
135
+ intentionally does not post a visible reply, run
136
+ `comment activity complete <message-id>`. That publishes the document-visible
137
+ completion indicator and then acks the underlying cloud notification.
138
+
122
139
  For a live local runtime, launch the CLI through the daemon bridge so
123
140
  notifications can wake that tmux session:
124
141
 
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.6-alpha.19",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",