Bladeren bron

Changeset version bump (#10385)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 1 dag geleden
bovenliggende
commit
c193f59819
3 gewijzigde bestanden met toevoegingen van 13 en 14 verwijderingen
  1. 0 13
      .changeset/v3.38.1.md
  2. 12 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 13
.changeset/v3.38.1.md

@@ -1,13 +0,0 @@
----
-"roo-cline": patch
----
-
-![3.38.1 Release - Bug Fixes and Stability](/releases/3.38.1-release.png)
-
-- Fix: Flush pending tool results before condensing context to prevent data loss during context management (PR #10379 by @daniel-lxs)
-- Fix: Revert mergeToolResultText for OpenAI-compatible providers to restore stability (PR #10381 by @hannesrudolph)
-- Fix: Enforce maxConcurrentFileReads limit in read_file tool to prevent resource exhaustion (PR #10363 by @roomote)
-- Fix: Improve feedback message when read_file is used on a directory (PR #10371 by @roomote)
-- Fix: Handle custom tool use similarly to MCP tools for IPC schema purposes (PR #10364 by @jr)
-- Fix: Correct GitHub repository URL in marketing page (#10376 by @jishnuteegala, PR #10377 by @roomote)
-- Docs: Clarify path to Security Settings in privacy policy (PR #10367 by @roomote)

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # Roo Code Changelog
 
+## [3.38.1] - 2025-12-29
+
+![3.38.1 Release - Bug Fixes and Stability](/releases/3.38.1-release.png)
+
+- Fix: Flush pending tool results before condensing context (PR #10379 by @daniel-lxs)
+- Fix: Revert mergeToolResultText for OpenAI-compatible providers (PR #10381 by @hannesrudolph)
+- Fix: Enforce maxConcurrentFileReads limit in read_file tool (PR #10363 by @roomote)
+- Fix: Improve feedback message when read_file is used on a directory (PR #10371 by @roomote)
+- Fix: Handle custom tool use similarly to MCP tools for IPC schema purposes (PR #10364 by @jr)
+- Fix: Correct GitHub repository URL in marketing page (#10376 by @jishnuteegala, PR #10377 by @roomote)
+- Docs: Clarify path to Security Settings in privacy policy (PR #10367 by @roomote)
+
 ## [3.38.0] - 2025-12-27
 
 ![3.38.0 Release - Skills](/releases/3.38.0-release.png)

+ 1 - 1
src/package.json

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