Reply to PR thread
Posts replies to pull request comment threads to address feedback and continue discussions.
/plugin marketplace add rlcurrall/aide/plugin install aide@aide-marketplaceReply to an existing comment thread on a pull request.
/aide:pr-reply <thread-id> "reply text" - Auto-detect PR, reply to thread
/aide:pr-reply <thread-id> "reply text" --pr <pr-id> - Reply to specific PR's thread
/aide:pr-reply <thread-id> "reply" --parent <comment-id> - Reply to specific comment in thread
Run the following command with the provided arguments:
aide pr reply $ARGUMENTS
| Flag | Description |
|---|---|
--pr | PR ID or URL (auto-detected from branch if omitted) |
--parent | Parent comment ID for nested replies |
Displays the posted reply details including:
Use replies to:
# Reply to a thread (auto-detect PR from branch)
aide pr reply 156 "Fixed as suggested in the latest commit"
# Reply to specific PR's thread
aide pr reply 156 "Done, please re-review" --pr 24094
# Reply to specific comment in a thread
aide pr reply 156 "Good point, I've updated the implementation" --parent 789 --pr 24094
Use /aide:pr-comments to load PR comments, which displays thread IDs for each comment thread. Look for the thread ID in the output to use with this command.