This commit is contained in:
Matt Rubens 2025-05-24 19:50:25 -04:00 committed by GitHub
parent 77a5b6c06d
commit 80250cdf47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
.changeset/v3.18.3.md Normal file
View file

@ -0,0 +1,15 @@
---
"roo-cline": patch
---
- Default to Claude Sonnet 4 model
- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!)
- Fix reasoning budget for Gemini 2.5 Flash on OpenRouter
- Fix o1-pro on OpenRouter
- Preserve model settings when selecting a specific OpenRouter provider
- 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!)