diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc2283d..0cd8a872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.124 + +- Set `CLAUDE_BASH_NO_LOGIN` environment variable to 1 or true to to skip login shell for BashTool +- Fix Bedrock and Vertex environment variables evaluating all strings as truthy +- No longer inform Claude of the list of allowed tools when permission is denied +- Fixed security vulnerability in Bash tool permission checks +- Improved VSCode extension performance for large files + ## 1.0.123 - Bash permission rules now support output redirections when matching (e.g., `Bash(python:*)` matches `python script.py > output.txt`)