jacob-ai-bot / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
96 stars 13 forks source link

users can now chat about a github issue and update that issue + assign it to JACoB #37

Closed kleneway closed 3 months ago

kleneway commented 3 months ago

@cpirich Note that in order for this feature to work, we need to listen to "Issue Edited" events along with the "Issue Created" events. Looking through the webhook logs I don't think that event is fired as part of anything else we're doing, but let me know if you think that might be an issue and we can come up with a workaround.

I also cleaned up a bit of the UX to show status messages, errors, and loading states. There were a few minor prompt updates I made as well to support the slight differences with GPT-4o.