From 852d74c61c769e47ab4be5e442a0d7716c279247 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 4 Oct 2025 23:16:14 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbd614..fedc51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + ## 2.0.5 - IDE: Fix IME unintended message submission with Enter and Tab