Update CHANGELOG.md

This commit is contained in:
Matt Rubens 2025-05-24 19:56:38 -04:00 committed by GitHub
parent 06e4e46eb6
commit df453226e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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