You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnatolyPopov
changed the title
Send message button ignore the attachment added with @
Send message button ignores the attachment added with @
Oct 23, 2024
What happened?
When a message in chat has attached context using @ it works only when the message in sent via pressing enter button. If the message is send by pressing
Send message
the attachment is simply ignored.Looking at the code starting from here
https://github.com/carlrobertoh/CodeGPT/blob/master/src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/UserInputPanel.kt#L60
we can see that
applienInlays
fromPromprTextField
are simply ignore and only text is submitted.Relevant log output or stack trace
No response
Steps to reproduce
No response
CodeGPT version
2.11.4
Operating System
None
The text was updated successfully, but these errors were encountered: