forge: fetch and display inline review comments in pr view #1

Merged
vnprc merged 2 commits from agent/forge-inline-comments into master 2026-06-01 22:43:14 +01:00
Contributor

Summary

  • pr_view only fetched /issues/{id}/comments (PR-level comments), missing inline review comments entirely
  • Now also fetches /pulls/{id}/reviews then /pulls/{id}/reviews/{rid}/comments for each review with comments
  • Inline comments displayed in a separate --- N inline comment(s) --- section showing file path, author, date, and body
  • Add forge pr edit <number> [title] [body] command to update a PR's title and/or description via PATCH /repos/{owner}/{repo}/pulls/{index}
## Summary - `pr_view` only fetched `/issues/{id}/comments` (PR-level comments), missing inline review comments entirely - Now also fetches `/pulls/{id}/reviews` then `/pulls/{id}/reviews/{rid}/comments` for each review with comments - Inline comments displayed in a separate `--- N inline comment(s) ---` section showing file path, author, date, and body - Add `forge pr edit <number> [title] [body]` command to update a PR's title and/or description via `PATCH /repos/{owner}/{repo}/pulls/{index}`
vnprc approved these changes 2026-06-01 22:42:45 +01:00
vnprc merged commit 6221779594 into master 2026-06-01 22:43:14 +01:00
vnprc deleted branch agent/forge-inline-comments 2026-06-01 22:43:14 +01:00
Sign in to join this conversation.
No description provided.