Skip to content

Bug Report: Image paste (Alt+V) hangs on "Processing images..." in Windows CLI #644

@zhqyy

Description

@zhqyy

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

  1. Take a screenshot or copy an image to the system clipboard.
  2. Open Droid CLI in a Windows terminal (PowerShell/CMD).
  3. Press Alt+V to paste the image.
  4. 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.
Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions