Back
AI summary
Written by AI from the official notes. Check them for exact details.Claude Code 2.1.38 includes five bug fixes and two improvements.
- Fixed VS Code terminal scroll-to-top issue
- Resolved Tab key command queueing problem
- Corrected bash permission matching
- Prevented text loss between tool uses
- Improved heredoc delimiter parsing
Why it matters: Users of Claude Code in VS Code should update to enhance functionality and fix existing issues.
Full release notes7 changes
What's changed
- 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
- Improved heredoc delimiter parsing to prevent command smuggling
- Blocked writes to
.claude/skillsdirectory in sandbox mode