diff --git a/.changeset/v3.18.3.md b/.changeset/v3.18.3.md new file mode 100644 index 0000000000..326bcc74e6 --- /dev/null +++ b/.changeset/v3.18.3.md @@ -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!)