← All changes
1.1.32April 14, 2026

SSH Remote Workspaces & Major Performance Boost

SSH Remote Workspaces & Major Performance Boost

Features

  • SSH remote support (beta) — connect to remote servers and work on repos over SSH, with full terminal, file explorer, and editor support
  • Drag and drop files from your OS into the file explorer to import them into a workspace
  • Reveal in Finder / File Explorer from the editor header and tab right-click menu
  • File filter in the source control panel — quickly search changed files across all sections
  • Native file watching for WSL repos so changes are detected instantly on Windows + WSL setups
  • Editor preserves scroll position, cursor, and undo history when switching between tabs
  • New Markdown file shortcut in the tab bar + menu

Improvements

  • Systematic performance optimizations — faster startup, smoother worktree switching, and reduced memory usage
  • Right sidebar no longer remounts when toggled, eliminating a brief freeze on open
  • Auto-detects pnpm, yarn, and bun global paths so agent CLIs launch correctly from the app
  • Platform-correct modifier keys shown in shortcut hints (Ctrl on Windows/Linux, Cmd on Mac)

Fixes

  • Multiple Windows fixes — resolved freezes when switching workspaces, garbled CJK characters, right-click paste, and Ctrl+D not passing through as EOF
  • PDF preview now fills the full available height
  • Sidebar layout no longer breaks after deleting a worktree
  • Cmd+J palette search is more stable with better selection behavior
  • Shell history is now scoped per worktree — arrow-up only surfaces commands from the current workspace