Overview

These releases focus on terminal and VS Code integration improvements. The updates primarily fix critical stability issues that were preventing proper code execution and session management.

Changes by Version

v2.1.39

  • Added improved terminal rendering performance
  • Fixed fatal errors being swallowed instead of displayed - no more silent failures
  • Fixed process hanging after session close
  • Fixed character loss at terminal screen boundary
  • Fixed blank lines in verbose transcript view

v2.1.38

  • Fixed VS Code terminal scroll-to-top regression introduced in 2.1.37
  • Fixed Tab key queueing slash commands instead of autocompleting
  • Fixed bash permission matching for commands using environment variable wrappers
  • Fixed text between tool uses disappearing when not using streaming
  • Fixed duplicate sessions when resuming in VS Code extension
  • Added improved heredoc delimiter parsing to prevent command smuggling
  • Added blocked writes to .claude/skills directory in sandbox mode for security