-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Batch AI Requests for Multiple Diffs in a Single File #98
Comments
Related issues: |
It appears that this project is no longer being actively maintained. I’d like to help keep it alive by forking the repository and continuing development, possibly releasing it as a GitHub Action. @villesau I will, of course, adhere to the MIT License as specified. Please let me know if you’re okay with this. PS. I refered to Your linkedin and freeedcom SNS. |
Hello @drakejin,
Yes. Please check out my fork: https://github.com/lfsevergnini/ai-codereviewer.
Your change is very welcome but would be great if you could rebase to my
version because it has had some updates.
Let me know that you think. Feel free to fork it too, totally fine by me.
Edit: I'm not part of the team, but as you I wanted to do some updates.
|
Oh, yours is much better! I’ll rebase my repository on yours and make a pull request. Was that your intention? |
How about this repo? Is this project stopped maintian? |
Yep.
I don't know, it hasn't been responsive for months. It's been abandoned it seems. I'll keep maintaining mine. I intend to add support to Claude soon and also code review in a single comment instead of in-line. Another thing in my radar is to leverage the big context windows and pass the files optionally, for better reviews. |
Great. I also need this. So I want to commit your ai-codereviewer project by PR. See you soon. |
@villesau @lfsevergnini
Proposal
Batch AI Requests for Multiple Diffs in a Single File
Description
I’ve developed code that allows us to send a single AI request for multiple diffs occurring within the same file, instead of making a separate request to ChatGPT for each diff. This should improve efficiency and reduce the number of API calls.
If you’re interested, I can create a PR to suggest this change.
check my prompt
The text was updated successfully, but these errors were encountered: