瀏覽代碼

Changeset version bump (#11136)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 2 周之前
父節點
當前提交
f97a5c2212
共有 3 個文件被更改,包括 9 次插入10 次删除
  1. 0 8
      .changeset/v3.46.1.md
  2. 8 1
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 8
.changeset/v3.46.1.md

@@ -1,8 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs)
-- Add: Mode dropdown to change skill mode dynamically, allowing more flexible skill configuration (PR #11102 by @SannidhyaSah)
-- Add: Import settings option in the initial welcome screen for easier onboarding (#10992 by @emeraldcheshire, PR #10994 by @roomote)
-- Chore: Treat extension .env as optional to simplify development setup (PR #11116 by @hannesrudolph)

+ 8 - 1
CHANGELOG.md

@@ -1,6 +1,13 @@
 # Roo Code Changelog
 
-## [3.46.0] - 2026-01-27
+## [3.46.1] - 2026-01-30
+
+- Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs)
+- Add: Mode dropdown to change skill mode dynamically, allowing more flexible skill configuration (PR #11102 by @SannidhyaSah)
+- Add: Import settings option in the initial welcome screen for easier onboarding (#10992 by @emeraldcheshire, PR #10994 by @roomote)
+- Chore: Treat extension .env as optional to simplify development setup (PR #11116 by @hannesrudolph)
+
+## [3.46.0] - 2026-01-30
 
 ![3.46.0 Release - Parallel Processing Power](/releases/3.46.0-release.png)
 

+ 1 - 1
src/package.json

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