fix: display image attachments in user message bubbles
Images sent by the user were transmitted to the gateway correctly but not shown in the chat UI, making it appear as if attachments were lost. Now image blocks are included in the user message for immediate visual feedback. Closes #14
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.67.2",
|
||||
"version": "1.67.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pinchchat",
|
||||
"version": "1.67.2",
|
||||
"version": "1.67.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
|
||||
Reference in New Issue
Block a user