From af85b715dbfee341478389285568e105dccc1b77 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 27 Feb 2026 22:51:51 +0100 Subject: [PATCH] chore(coding-agent): add changelog entry for windows image paste keybinding closes #1682 --- packages/coding-agent/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 5de64232..6fcf0908 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Fixed + +- Changed the default image paste keybinding on Windows to `alt+v` to avoid `ctrl+v` conflicts with terminal paste behavior ([#1682](https://github.com/badlogic/pi-mono/pull/1682) by [@mrexodia](https://github.com/mrexodia)). + ## [0.55.2] - 2026-02-27 ### New Features