larryhudson / aiderbot

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

Bot should create a comment and then update it #69

Open larryhudson opened 1 month ago

larryhudson commented 1 month ago

Currently, when the user creates an issue, the bot will respond with an 'eyes' reaction, and then create a comment when it is finished handling.

I think it would be more clear if instead, we created a comment when the webhook is first received, and then update that comment when we complete the task.

So instead of doing the 'eyes' react, then handling the comment, then changing to a 'rocket' react, I think we should:

@Aiderbot could you have a look at this?

larryhudson-aider-github[bot] commented 1 month ago

I've created a pull request to address this issue: https://github.com/larryhudson/aiderbot/pull/70

Time taken to create this PR: 100.32 seconds