Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 6580343

Browse files
Changeset version bump (#11176)
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 957600a commit 6580343

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

.changeset/v3.46.2.md

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Roo Code Changelog
22

3+
## [3.46.2] - 2026-02-03
4+
5+
- Fix: Queue messages during command execution instead of losing them (PR #11140 by @mrubens)
6+
- Fix: Transform tool blocks to text before condensing to prevent context corruption (PR #10975 by @daniel-lxs)
7+
- Fix: Add image content support to MCP tool responses (PR #10874 by @roomote)
8+
- Fix: Remove deprecated text-embedding-004 and migrate code index to gemini-embedding-001 (PR #11038 by @roomote)
9+
- Feat: Use custom Base URL for OpenRouter model list fetch (#11150 by @sebastianlang84, PR #11154 by @roomote)
10+
- Feat: Migrate Mistral provider to AI SDK (PR #11089 by @daniel-lxs)
11+
- Feat: Migrate SambaNova provider to AI SDK (PR #11153 by @roomote)
12+
- Feat: Migrate xAI provider to AI SDK (PR #11158 by @roomote)
13+
- Chore: Remove Feature Request from issue template options (PR #11141 by @roomote)
14+
- Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte)
15+
316
## [3.46.1] - 2026-01-30
417

518
- Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs)

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.1",
6+
"version": "3.46.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)