Change8

v2.1.38

Claude Code
5 fixes2 improvementsclimcpvscode

Summary

This release focuses primarily on stability and correctness, addressing several bugs related to terminal scrolling, command handling with the Tab key, and session management within the VS Code extension. Users will also benefit from improved parsing for heredoc delimiters and enhanced security by blocking writes to the skills directory in sandbox mode.

Bug Fixes

  • 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

Improvements

  • Improved heredoc delimiter parsing to prevent command smuggling
  • Blocked writes to ".claude/skills" directory in sandbox mode

Claude Code Documentation