Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
966b79f365
Revise CHANGELOG for versions 3.46.1 and 3.46.0
Updated changelog for version 3.46.1 and 3.46.0 with new features and fixes.
2026-01-31 00:37:21 -05:00
github-actions[bot]
cf3148c5b8 changeset version bump 2026-01-31 05:33:58 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -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)

View file

@ -1,6 +1,13 @@
# Roo Code Changelog # 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) ![3.46.0 Release - Parallel Processing Power](/releases/3.46.0-release.png)

View file

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