+1
−1
+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -56,5 +56,5 @@ | ||
"typescript": "^5.7.0",
|
||
"vitest": "^4.1.0"
|
||
},
|
||
"version": "0.7.0"
|
||
"version": "0.7.1"
|
||
} |
||
Loading
Use msg.file (singular) instead of msg.files (plural) as the primary
source for inbound file extraction. msg.files can include server-generated
thumbnails/previews alongside the original, causing the agent to receive
both the full image and a downscaled copy. msg.file is always the single
user-uploaded file. Multi-file uploads create separate RC messages, so
msg.file covers all cases. Falls back to msg.files when msg.file is absent.
Co-Authored-By:
Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -56,5 +56,5 @@ | ||
"typescript": "^5.7.0",
|
||
"vitest": "^4.1.0"
|
||
},
|
||
"version": "0.7.0"
|
||
"version": "0.7.1"
|
||
} |
||