From a910dd45f7f75a22dbbbcf0b6a94d4a27c620c42 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 3 Mar 2025 11:45:06 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da89aeca95..f1973b6e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # Roo Code Changelog -## 3.7.12 - -### Patch Changes +## [3.7.12] +- Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!) +- Fix issue where keyboard mode switcher wasn't updating API profile (thanks @aheizi!) +- Use the count_tokens API in the Anthropic provider for more accurate context window management +- Default middle-out compression to on for OpenRouter - Exclude MCP instructions from the prompt if the mode doesn't support MCP -- ExtensionStateContext does not correctly merge state - Add a checkbox to disable the browser tool - Show a warning if checkpoints are taking too long to load - Update the warning text for the VS LM API -- Default middle-out compression to on for OpenRouter +- Correctly populate the default OpenRouter model on the welcome screen ## [3.7.11]