From 19bb071fe024c1398d3f0a4b3ada25007cf5182c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Feb 2026 00:52:42 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb32b26..3a70e674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.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 +- Improved heredoc delimiter parsing to prevent command smuggling +- Blocked writes to `.claude/skills` directory in sandbox mode + ## 2.1.37 - Fixed an issue where /fast was not immediately available after enabling /extra-usage