Latest Anthropic release notes (2025-10-05)

- CHANGELOG.md (+13 / -3)
    • ## 2.0.8
    • - Update Bedrock default Sonnet model to `global.anthropic.claude-sonnet-4-5-20250929-v1:0`
    • - IDE: Add drag-and-drop support for files and folders in chat
    • - /context: Fix counting for thinking blocks
    • - Improve message rendering for users with light themes on dark terminals
    • - Remove deprecated .claude.json allowedTools, ignorePatterns, env, and todoFeatureEnabled config options (instead, configure these in your settings.json)
This commit is contained in:
github-actions[bot]
2025-10-05 00:39:52 +00:00
parent 0fb7a22e30
commit 75067aa02d
2 changed files with 18 additions and 7 deletions
+13 -3
View File
@@ -1,9 +1,19 @@
# Changelog
## 2.0.2
## 2.0.8
- Updated Bedrock default Sonnet model to `global.anthropic.claude-sonnet-4-5-20250929-v1:0`
- Various bug fixes and presentation improvements
- Update Bedrock default Sonnet model to `global.anthropic.claude-sonnet-4-5-20250929-v1:0`
- IDE: Add drag-and-drop support for files and folders in chat
- /context: Fix counting for thinking blocks
- Improve message rendering for users with light themes on dark terminals
- Remove deprecated .claude.json allowedTools, ignorePatterns, env, and todoFeatureEnabled config options (instead, configure these in your settings.json)
## 2.0.5
- IDE: Fix IME unintended message submission with Enter and Tab
- IDE: Add "Open in Terminal" link in login screen
- Fix unhandled OAuth expiration 401 API errors
- SDK: Added SDKUserMessageReplay.isReplay to prevent duplicate messages
## 2.0.1
+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-10-04 00:34 UTC`
- Europe/Oslo: `2025-10-04 02:34 CEST`
- UTC: `2025-10-05 00:39 UTC`
- Europe/Oslo: `2025-10-05 02:39 CEST`
### ️ No content changes in tracked files this run
### ✅ Files updated this run
- CHANGELOG.md (+13 / -3)<!-- sync-status:end -->
<!-- sync-status:end -->