Răsfoiți Sursa

Changeset version bump (#10317)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 5 zile în urmă
părinte
comite
1e71015e54
3 a modificat fișierele cu 14 adăugiri și 15 ștergeri
  1. 0 14
      .changeset/v3.37.1.md
  2. 13 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 14
.changeset/v3.37.1.md

@@ -1,14 +0,0 @@
----
-"roo-cline": patch
----
-
-![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)

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 # Roo Code Changelog
 
+## [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
 
 ![3.37.0 Release - Custom Tool Calling](/releases/3.37.0-release.png)

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.37.0",
+	"version": "3.37.1",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",