@staff0rd/assist 0.118.0 → 0.119.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,9 @@ Fetch all review comments using `assist prs list-comments`. This returns both re
|
|
|
12
12
|
|
|
13
13
|
## Processing Comments
|
|
14
14
|
|
|
15
|
-
|
|
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.
|
|
16
|
+
|
|
17
|
+
Create a task for each **thread** (not each comment). For each thread:
|
|
16
18
|
|
|
17
19
|
1. **Display the comment** to the user:
|
|
18
20
|
- Show the reviewer, file/line (if applicable), and the comment text
|
package/dist/index.js
CHANGED