Latest Anthropic release notes (2025-09-26)

- CHANGELOG.md (+8 / -0)
    • ## 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
This commit is contained in:
github-actions[bot]
2025-09-26 00:35:45 +00:00
parent ebc043a696
commit c5a964b219
2 changed files with 13 additions and 4 deletions
+8
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`)
+5 -4
View File
@@ -9,12 +9,13 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-25 00:36 UTC`
- Europe/Oslo: `2025-09-25 02:36 CEST`
- UTC: `2025-09-26 00:35 UTC`
- Europe/Oslo: `2025-09-26 02:35 CEST`
### ️ No content changes in tracked files this run
### ✅ Files updated this run
- CHANGELOG.md (+8 / -0)<!-- sync-status:end -->
<!-- sync-status:end -->