From 4439af47f2eb2d4a80e9eacda2077a1780d4fe40 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 10 May 2025 00:02:18 -0400 Subject: [PATCH] v3.16.4 (#3426) --- .changeset/v3.16.4.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .changeset/v3.16.4.md diff --git a/.changeset/v3.16.4.md b/.changeset/v3.16.4.md new file mode 100644 index 0000000000..4367151cb8 --- /dev/null +++ b/.changeset/v3.16.4.md @@ -0,0 +1,17 @@ +--- +"roo-cline": patch +--- + +- Improve provider profile management in the external API +- Enforce provider selection in OpenRouter by using 'only' parameter and disabling fallbacks (thanks @shariqriazz!) +- Fix display issues with long profile names (thanks @cannuri!) +- Prevent terminal focus theft on paste after command execution (thanks @MuriloFP!) +- Save OpenAI compatible custom headers correctly +- Fix race condition when updating prompts (thanks @elianiva!) +- Fix display issues in high contrast themes (thanks @zhangtony239!) +- Fix not being able to use specific providers on Openrouter (thanks @daniel-lxs!) +- Show properly formatted multi-line commands in preview (thanks @KJ7LNW!) +- Handle unsupported language errors gracefully in read_file tool (thanks @KJ7LNW!) +- Enhance focus styles in select-dropdown and fix docs URL (thanks @zhangtony239!) +- Properly handle mode name overflow in UI (thanks @elianiva!) +- Fix project MCP always allow issue (thanks @aheizi!)