From 1128d18fe3e95192251e79b67553c08b6295c780 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 24 May 2025 19:43:17 -0400 Subject: [PATCH] v3.18.3 --- .changeset/v3.18.3.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/v3.18.3.md 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!)