jacob-ai-bot / jacob

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

Kl refactor tasks #36

Closed kleneway closed 3 months ago

kleneway commented 3 months ago

The main goal here is to bring in that feature where the user can get a list of any open GitHub issues and chat about the selected one. As part of that work, I also did some refactoring to change the name of these "open issues" to "todos". This should help differentiate from the actual Tasks and also is part of a future plan where these todos could be coming in from a variety of different places or be created as part of a chat session.

This PR just addresses the refactor, there is still some minor additional work to convert a "todo" into a new GitHub issue when the chat session is complete.

kleneway commented 3 months ago
Screenshot 2024-05-15 at 5 10 30 PM

Here's the updated UI