Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When pasting text from the clipboard using Cmd+V in the Agents Window chat text area, the pasted content is duplicated (e.g., “hello” becomes “hellohello”). This only affects the Agents Window, the regular chat sidebar in the IDE window works correctly.
Pasting via right-click → Paste and Cmd+Shift+V both work correctly in the Agents Window.
Steps to Reproduce
- Copy any text to the clipboard (Cmd+C).
- Open the Agents Window in Cursor.
- Click into the chat text input area.
- Press Cmd+V to paste.
- Observe: the clipboard text appears twice, concatenated.
Expected Behavior
The clipboard text should be inserted once.
Operating System
MacOS
Version Information
Version: 3.13.25 (Universal)
VS Code Extension API: 1.128.0
Commit: 31e8d61c448c7472e371505838a0fe34083dad50
Date: 2026-07-28T06:17:45.069Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0
Does this stop you from using Cursor
No - Cursor works, but with this issue