From d1974fc3fc3ac49d71c09c098d626182d93fa795 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 1 Jun 2025 23:18:32 -0400 Subject: [PATCH 1/2] v3.19.2 --- .changeset/v3.19.2.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/v3.19.2.md diff --git a/.changeset/v3.19.2.md b/.changeset/v3.19.2.md new file mode 100644 index 0000000000..23b1b9e4f3 --- /dev/null +++ b/.changeset/v3.19.2.md @@ -0,0 +1,15 @@ +--- +"roo-cline": patch +--- + +- Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) +- Add cached read and writes to stats and cost calculation for LiteLLM provider (thanks @mollux!) +- Prevent dump of an entire file into the context on user edit (thanks @KJ7LNW!) +- Fix the label of the OpenAI-compatible API keys +- Prevent start_line/end_line in apply_diff REPLACE (thanks @KJ7LNW!) +- Fix Virtuoso footer re-rendering issue (thanks @kiwina!) +- Optimize ChatRowContent layout and styles (thanks @zhangtony239!) +- Release memory in apply diff (thanks @xyOz-dev!) +- Unify history item UI with TaskItem and TaskItemHeader (thanks @KJ7LNW!) +- Upgrade Node.js to v20.19.2 for security enhancements (thanks @PeterDaveHello!) +- Fix typos (thanks @noritaka1166!) From 6d7cb5a3c36cb488fa45de13eacac5a105713040 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 1 Jun 2025 23:22:24 -0400 Subject: [PATCH 2/2] Update v3.19.2.md --- .changeset/v3.19.2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/v3.19.2.md b/.changeset/v3.19.2.md index 23b1b9e4f3..6c0b61c376 100644 --- a/.changeset/v3.19.2.md +++ b/.changeset/v3.19.2.md @@ -5,11 +5,12 @@ - Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) - Add cached read and writes to stats and cost calculation for LiteLLM provider (thanks @mollux!) - Prevent dump of an entire file into the context on user edit (thanks @KJ7LNW!) -- Fix the label of the OpenAI-compatible API keys +- Fix directory link handling in markdown (thanks @KJ7LNW!) - Prevent start_line/end_line in apply_diff REPLACE (thanks @KJ7LNW!) +- Unify history item UI with TaskItem and TaskItemHeader (thanks @KJ7LNW!) +- Fix the label of the OpenAI-compatible API keys - Fix Virtuoso footer re-rendering issue (thanks @kiwina!) - Optimize ChatRowContent layout and styles (thanks @zhangtony239!) - Release memory in apply diff (thanks @xyOz-dev!) -- Unify history item UI with TaskItem and TaskItemHeader (thanks @KJ7LNW!) - Upgrade Node.js to v20.19.2 for security enhancements (thanks @PeterDaveHello!) - Fix typos (thanks @noritaka1166!)