Open
Description
With some tweaks to how we use the clipboard, there's no reason you couldn't copy an image instead and send it to a vision model.
Tauri's clipboard (arboard
under the hood) literally has a method get_image
which could be used. Not sure the best way to do this without basically always checking to see if whatever was copied was an image.