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

Update CHANGELOG for version 3.37.1

Updated changelog for version 3.37.1, detailing fixes and features.
Matt Rubens 5 дней назад
Родитель
Сommit
f32a1b7e50
1 измененных файлов с 12 добавлено и 5 удалено
  1. 12 5
      CHANGELOG.md

+ 12 - 5
CHANGELOG.md

@@ -1,10 +1,17 @@
 # Roo Code Changelog
 
-## 3.37.1
-
-### Patch Changes
-
-- ![3.37.1 Release - Tool Fixes and Provider Improvements](/releases/3.37.1-release.png)
+## [3.37.1] - 2025-12-23
+
+![3.37.1 Release - Tool Fixes and Provider Improvements](/releases/3.37.1-release.png)
+
+- Fix: Send native tool definitions by default for OpenAI to ensure proper tool usage (PR #10314 by @hannesrudolph)
+- Fix: Preserve reasoning_details shape to prevent malformed responses when processing model output (PR #10313 by @hannesrudolph)
+- Fix: Drain queued messages while waiting for ask to prevent message loss (PR #10315 by @hannesrudolph)
+- Feat: Add grace retry for empty assistant messages to improve reliability (PR #10297 by @hannesrudolph)
+- Feat: Enable mergeToolResultText for all OpenAI-compatible providers for better tool result handling (PR #10299 by @hannesrudolph)
+- Feat: Enable mergeToolResultText for Roo Code Cloud provider (PR #10301 by @hannesrudolph)
+- Feat: Strengthen native tool-use guidance in prompts for improved model behavior (PR #10311 by @hannesrudolph)
+- UX: Account-centric signup flow for improved onboarding experience (PR #10306 by @brunobergher)
 
 ## [3.37.0] - 2025-12-22