@staff0rd/assist 0.119.0 → 0.120.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.
@@ -12,7 +12,7 @@ Fetch all review comments using `assist prs list-comments`. This returns both re
12
12
 
13
13
  ## Processing Comments
14
14
 
15
- **Thread grouping:** Comments share a `threadId` field. Group comments by thread and process each thread as a single unit. Present follow-up comments (e.g., a reviewer endorsing a bot suggestion) as context alongside the primary actionable comment. Only call `fixed`/`wontfix` once per thread, using the comment ID of the primary actionable comment.
15
+ **Thread grouping:** Comments share a `threadId` field. Group comments by thread and process each thread as a single unit — never merge different threads, even when they are on the same file. Present follow-up comments (e.g., a reviewer endorsing a bot suggestion) as context alongside the primary actionable comment. Only call `fixed`/`wontfix` once per thread, using the comment ID of the primary actionable comment.
16
16
 
17
17
  Create a task for each **thread** (not each comment). For each thread:
18
18
 
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.119.0",
9
+ version: "0.120.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.119.0",
3
+ "version": "0.120.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {