From 38e51bcf73554dc4e39b7225e655347b3fd9e600 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:51:08 -0800 Subject: [PATCH] Update changelog --- .changeset/lovely-zoos-glow.md | 5 ----- CHANGELOG.md | 11 ++++++----- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 .changeset/lovely-zoos-glow.md diff --git a/.changeset/lovely-zoos-glow.md b/.changeset/lovely-zoos-glow.md deleted file mode 100644 index 0b28485cf2..0000000000 --- a/.changeset/lovely-zoos-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -Separate Sonnet 3.7 thinking into a separate model diff --git a/CHANGELOG.md b/CHANGELOG.md index ef34be7ba2..e157c5e371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ ## [3.5.0] -- Update checkpoints with improved storage optimization & faster performance (thanks @tiki_brc!) -- New Rich MCP Responses with automatic image previews, website thumbnails, and WolframAlpha visualizations right in your conversation (thanks @.lung!) -- Added xAI Provider Integration with support for all Grok models, including the massive 131K token context window for large codebases (thanks @ocasta181!) -- Language preferences feature to set your preferred language in settings (thanks @brownrw8!) -- Added Linux XDG Support for user's document folder settings (thanks @jonatkinson!) +- Add Sonnet 3.7 thinking model option to Anthropic provider +- Update checkpoints with improved storage optimization & faster performance (thanks @tiki_brc!) +- New Rich MCP Responses with automatic image previews, website thumbnails, and WolframAlpha visualizations right in your conversation (thanks @.lung!) +- Added xAI Provider Integration with support for all Grok models, including the massive 131K token context window for large codebases (thanks @ocasta181!) +- Language preferences feature to set your preferred language in settings (thanks @brownrw8!) +- Added Linux XDG Support for user's document folder settings (thanks @jonatkinson!) ## [3.4.10]