Skip to content

Commit f97a5c2

Browse files
Changeset version bump (#11136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent db0bcbe commit f97a5c2

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.changeset/v3.46.1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Roo Code Changelog
22

3-
## [3.46.0] - 2026-01-27
3+
## [3.46.1] - 2026-01-30
4+
5+
- Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs)
6+
- Add: Mode dropdown to change skill mode dynamically, allowing more flexible skill configuration (PR #11102 by @SannidhyaSah)
7+
- Add: Import settings option in the initial welcome screen for easier onboarding (#10992 by @emeraldcheshire, PR #10994 by @roomote)
8+
- Chore: Treat extension .env as optional to simplify development setup (PR #11116 by @hannesrudolph)
9+
10+
## [3.46.0] - 2026-01-30
411

512
![3.46.0 Release - Parallel Processing Power](/releases/3.46.0-release.png)
613

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.46.0",
6+
"version": "3.46.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)