chore: Update CHANGELOG.md

This commit is contained in:
GitHub Actions
2025-09-25 04:23:05 +00:00
parent 272a20131f
commit d132c322e1

View File

@@ -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`)