Expand description
Clipboard image paste support for TUI.
Reads image data from the system clipboard and converts it to an
ImageAttachment suitable for sending with a chat message.
Functionsยง
- get_
clipboard_ image - Extract an image from the system clipboard, returning
Nonewhen unavailable (SSH/headless, no clipboard, or no image content).