fix(coding-agent): paste clipboard images on Wayland via wl-paste/xclip

This commit is contained in:
Zhou Rui 2026-01-06 09:37:01 +08:00 committed by Mario Zechner
parent 9063a71fe6
commit 538ae6a083
4 changed files with 303 additions and 9 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Interactive mode: Ctrl+V clipboard image paste now works on Wayland sessions by using `wl-paste` with `xclip` fallback ([#488](https://github.com/badlogic/pi-mono/pull/488) by [@ghoulr](https://github.com/ghoulr))
## [0.37.2] - 2026-01-05
### Fixed