LearnNewsExamplesServices
Frontmatter
id7484
titleGet PR Conversation History
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 14, 2025, 12:56 PM
updatedAtOct 14, 2025, 1:08 PM
githubUrlhttps://github.com/neomjs/neo/issues/7484
authortobiu
commentsCount1
parentIssue7477
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 14, 2025, 1:08 PM

Get PR Conversation History

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 14, 2025, 12:56 PM

For an agent to effectively review and comment on a pull request, it needs the full context of the conversation. This includes the PR's title, description (body), and all previous comments.

This ticket covers implementing a new endpoint to retrieve this complete conversation history for a given pull request.

Acceptance Criteria

  1. The openapi.yaml is updated with a new GET /pull-requests/{pr_number}/conversation endpoint.
  2. A new getConversation function is added to pullRequestService.mjs.
  3. The service function uses the gh pr view <PR_NUMBER> --json title,body,comments command to fetch the data.
  4. The routes/pullRequests.mjs file is updated with the new route and handler.
tobiu assigned to @tobiu on Oct 14, 2025, 12:56 PM
tobiu added the enhancement label on Oct 14, 2025, 12:56 PM
tobiu added parent issue #7477 on Oct 14, 2025, 12:56 PM
tobiu added the ai label on Oct 14, 2025, 12:56 PM
tobiu referenced in commit 260d029 - "Get PR Conversation History #7484" on Oct 14, 2025, 1:08 PM
tobiu
tobiu Oct 14, 2025, 1:08 PM
Image
tobiu closed this issue on Oct 14, 2025, 1:08 PM