Fixed
- Terminal paste broken in Electron (#21) — Ctrl+V was sending the SYN control character (0x16) to the PTY because xterm's hidden-textarea paste event does not fire reliably under Electron. Clipboard is now read explicitly via
navigator.clipboard.readText()and written to the PTY.
Added
- Cmd+V (macOS) and Shift+Insert as paste shortcuts in the terminal
- Right-click paste when no selection exists (selection still copies, matching VS Code / Windows Terminal behavior)
Install
- Windows: download
claude-code-studio-0.10.4-setup.exebelow - macOS / Linux: build from source (
npm run package:allon the respective platform)
Full diff: d231d2c...v0.10.4