mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-09-01 10:07:52 +08:00
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:
@@ -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`)
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user