From 8dc1f326d8a6eced68730deadf1bd996c5f7c76f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 24 May 2025 19:56:38 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1a4b3e0b..efb9609abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Roo Code Changelog -## 3.18.3 +## [3.18.3] - 2025-05-24 -### Patch Changes - -- Fix reasoning budget for Gemini 2.5 Flash on OpenRouter -- Convert bootstrap script to esm -- Fix o1-pro on OpenRouter -- Fix max tokens in task header +- Add reasoning support for Claude 4 and Gemini 2.5 Flash on OpenRouter, plus a fix for o1-pro +- Add experimental codebase indexing + semantic search feature (thanks @daniel-lxs!) +- For providers that used to default to Sonnet 3.7, change to Sonnet 4 +- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!) - Preserve model settings when selecting a specific OpenRouter provider -- - Default to Claude Sonnet 4 model +- Add ability to refresh LiteLLM models list +- Improve tool descriptions to guide proper file editing tool selection +- Fix MCP Server error loading config when running with npx and bunx (thanks @devxpain!) +- Improve pnpm bootstrapping and add compile script (thanks @KJ7LNW!) +- Simplify object assignment & use startsWith (thanks @noritaka1166!) +- Remove deprecated claude-3.7-sonnet models from vscodelm (thanks @shariqriazz!) ## [3.18.2] - 2025-05-23