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
Save images in JPEG format locally for better CLI compatibility (#17)
## Description
This PR fixes issue #16 by changing the image format from webp to JPEG
when saving images locally.
### Changes
- Modified the `saveImageToLocalFs` function to convert webp images to
JPEG format before saving
- WebP format is still used in the `postProcessMessageContent` function
for efficiency
- Changed file extension from 'webp' to 'jpeg'
This change improves compatibility with various CLI tools that may not
handle webp files as easily as JPEG.
closes#16
Co-authored-by: remote-swe-app[bot] <123456+remote-swe-app[bot]@users.noreply.github.com>
0 commit comments