@sjawhar/opencode-legion-envoy 0.34.0 → 0.35.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjawhar/opencode-legion-envoy",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "type": "module",
5
5
  "main": "dist/src/server.js",
6
6
  "exports": {
@@ -144,8 +144,10 @@ dispatch_comment({ issue, artifact?, quote?, occurrence?, body, reply_to?, reply
144
144
 
145
145
  It returns `details` `{ issue, topic, comment }`. `quote` requires `artifact`; omit both for a
146
146
  floating issue comment. A reply (`reply_to`/`reply_to_ask`) takes no `quote`; it belongs to its
147
- parent's anchor. Use `reply_to` to continue a comment thread; use `reply_to_ask` to reply
148
- directly under a question asked with `dispatch_ask`. The two are mutually exclusive.
147
+ parent's anchor. Use `reply_to` to continue a comment thread at its root; a reply to a resolved
148
+ thread reopens it. Use `reply_to_ask` to reply directly under a question asked with
149
+ `dispatch_ask`. The two are mutually exclusive. Comments are edited only by their author from the
150
+ dashboard.
149
151
 
150
152
  Propose an exact replacement instead of describing it:
151
153