smallcloudai / refact-intellij

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for IntelliJ JetBrains IDEs
https://refact.ai
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

Chat functions #154

Closed MarcMcIntosh closed 1 month ago

MarcMcIntosh commented 2 months ago

Adds chat functions.

TODO: [ ] find out if we want to add note taking. [ ] consider splitting Events.kt in to smaller files/classes

MarcMcIntosh commented 2 months ago

Tested it with network throttling and running a few chats, and it seems when retrying the user message can be duplicated.

I'll investigate further