Browser paste shortcuts run in the client, while an agent on a remote Linux
host can only read that host's clipboard. This mismatch sent image paste
through X11 and failed when no reachable display existed.
Upload image-only clipboard payloads to the terminal-owning host and paste the
returned path. Keep text paste precedence, and replay macOS Ctrl+V when the
clipboard is not image-only so readline and terminal UI bindings still work.
Generated with Codex
Co-authored-by: Codex <noreply@openai.com>
Forge now handles image-only browser paste at the web-terminal boundary, so remote Linux terminals no longer ask the host X11 clipboard for browser content.