Handle pull request comments #70

Closed
opened 2025-04-14 22:20:30 +00:00 by Jmaa · 0 comments
Owner

Intention behind this feature is to enable a reviewer to request changes as a comment on a pull request.

Extend the program such that it can:

  1. Download all unresolved comments from a pull request it is working on.
  2. Disregard comments it has already resolved.
  3. Invoke aider to solve the specific comment. Include enough context for the model to efficiently identify the location in the source code. My guess is that just supplying line counts would be insufficient and would likely confuse the model. Instead supply the nearby lines of code verbatim.
  4. Push changes once all comments have been resolved.
Intention behind this feature is to enable a reviewer to request changes as a comment on a pull request. Extend the program such that it can: 1. Download all unresolved comments from a pull request it is working on. 2. Disregard comments it has already resolved. 3. Invoke aider to solve the specific comment. Include enough context for the model to efficiently identify the location in the source code. My guess is that just supplying line counts would be insufficient and would likely confuse the model. Instead supply the nearby lines of code verbatim. 4. Push changes once all comments have been resolved.
Jmaa added the
aider
label 2025-04-21 10:27:09 +00:00
Jmaa closed this issue 2025-04-23 06:55:08 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jmaa/aider-gitea#70
No description provided.