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
Describe the bug
A clear and concise description of what the bug is.
If you append a file in the UI to a goose session, it overwrites your message to goose. We should be able to attach files and include a message to goose about what we want goose to do with that file, and if you start writing a message first then attach it should not overwrite your message
To Reproduce
Steps to reproduce the behavior:
Start writing a message to goose
Before submitting the message, click the paperclip icon and select any file
Message from step 1 disappears and is replaced by a path to the file selected in step 2
Expected behavior
A clear and concise description of what you expected to happen.
Start writing a message to goose
Before submitting the message, click the paperclip icon and select any file
Message from step 1 remains and path for file selected in step 2 remains
Screenshots
If applicable, add screenshots to help explain your problem.
Please provide following information:
Interface: UI
Version: v1.0.5
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Instead of clobbering the input text area just append the file path
at the end of the input.
This could be more clever by tracking where the cursor _was_ and inserting
the text there, but this seems better than just deleting the text.
Fixesblock#1179
Describe the bug
A clear and concise description of what the bug is.
If you append a file in the UI to a goose session, it overwrites your message to goose. We should be able to attach files and include a message to goose about what we want goose to do with that file, and if you start writing a message first then attach it should not overwrite your message
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please provide following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: