Skip to content

v0.10.4 — Terminal paste fix

Latest

Choose a tag to compare

@wat-hiroaki wat-hiroaki released this 01 May 08:00

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.exe below
  • macOS / Linux: build from source (npm run package:all on the respective platform)

Full diff: d231d2c...v0.10.4