default bracketed paste mode ON, add context menu#2639
Conversation
WalkthroughThese changes implement reactive bracketed paste mode management across the frontend and backend. The backend adds a terminal escape sequence ( Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
We were too conservative by defaulting ignorebrackedpastemode in xterm.js to true. it should have been set to false. this solves issues with pasting multi-line strings into zsh, claude code, etc.
add a new context menu option to more easily disable if you're in a weird ssh session or a REPL that doesn't support bracketedpaste.