From c5a964b2197a468e4e0fd5ba599e732e02ed6a0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:35:45 +0000 Subject: [PATCH] Latest Anthropic release notes (2025-09-26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- Official Claude Releases/CHANGELOG.md | 8 ++++++++ Official Claude Releases/README.md | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Official Claude Releases/CHANGELOG.md b/Official Claude Releases/CHANGELOG.md index bdc2283..0cd8a87 100644 --- a/Official Claude Releases/CHANGELOG.md +++ b/Official Claude Releases/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`) diff --git a/Official Claude Releases/README.md b/Official Claude Releases/README.md index f513009..1e9414c 100644 --- a/Official Claude Releases/README.md +++ b/Official Claude Releases/README.md @@ -9,12 +9,13 @@ The status section below is updated by a daily GitHub Action. ### 🔄 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) -