-
Notifications
You must be signed in to change notification settings - Fork 42
Description
When attempting to paste an image into the Droid CLI prompt using Alt+V on Windows, the interface briefly displays "Processing images..." but the image is never attached or uploaded. The prompt returns to its previous state without the image.
Steps to Reproduce
- Take a screenshot or copy an image to the system clipboard.
- Open Droid CLI in a Windows terminal (PowerShell/CMD).
- Press Alt+V to paste the image.
- Observe the message "Processing images...".
Expected Behavior
The image should be processed, uploaded/attached to the current prompt context, and I should be able to send it with my message.
Actual Behavior
The CLI shows "Processing images..." for a split second, then disappears. No image is attached to the prompt.

Environment
• OS: Windows 11 Pro (23H2)
• Droid Version: 0.57.11
• Terminal: Windows Termail 1.23.13503.0
• Shell: PowerShell 7.5.2
• Shell Encoding: UTF-8 (Active code page: 65001)
Logs / Additional Context
• No specific error message is printed to stderr when this occurs.
• droid --version output showed a warning (likely unrelated but noting just in case):
warn: ignoring extra certs from E:\Temp\factory-cli-certs.pem, load failed: error:10000002:SSL routines:OPENSSL_internal:system library
Possible Cause
It seems like a compatibility issue with reading the Windows Clipboard bitmap data directly in the CLI environment, or a failure in the image processing temporary file creation.