Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send message button ignores the attachment added with @ #726

Open
AnatolyPopov opened this issue Oct 5, 2024 · 0 comments
Open

Send message button ignores the attachment added with @ #726

AnatolyPopov opened this issue Oct 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AnatolyPopov
Copy link

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 from PromprTextField 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

@AnatolyPopov AnatolyPopov added the bug Something isn't working label Oct 5, 2024
@AnatolyPopov AnatolyPopov changed the title Send message button ignore the attachment added with @ Send message button ignores the attachment added with @ Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant