Просмотр исходного кода

v3.19.2 (#4222)

* v3.19.2

* Update v3.19.2.md
Matt Rubens 7 месяцев назад
Родитель
Сommit
1c280962ab
1 измененных файлов с 16 добавлено и 0 удалено
  1. 16 0
      .changeset/v3.19.2.md

+ 16 - 0
.changeset/v3.19.2.md

@@ -0,0 +1,16 @@
+---
+"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 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!)
+- Upgrade Node.js to v20.19.2 for security enhancements (thanks @PeterDaveHello!)
+- Fix typos (thanks @noritaka1166!)