larryhudson / aiderbot

AI coding assistant that can resolve issues in your GitHub repo
1 stars 0 forks source link

Change summary generation to separate LLM prompt #71

Open larryhudson opened 4 days ago

larryhudson commented 4 days ago

Currently we are using Aider to generate summaries after it makes changes, but it doesn't work very well. It often gets confused about the question.

I think we should move the summary generation to a separate LLM call, using the Anthropic SDK directly. We should pass in the original issue title and body, the diff from the git commits (all commits that were made in the session) and Aider's summary that it returns from the coding request. The prompt should ask the LLM to generate a descriptive summary that will be added to the pull request.

larryhudson-aider-github[bot] commented 4 days ago

Task has been added to the queue. We'll update this comment as we progress.