mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-08-31 02:39:23 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user