From d9f3683917c0a294ca4e0e9f73a8a1fe28e41408 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 3 Feb 2026 11:57:24 -0500 Subject: [PATCH] Update CHANGELOG for version 3.46.2 Updated changelog for version 3.46.2 with new features and fixes. --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd26036cea..02ceac20f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Roo Code Changelog -## 3.46.2 +## [3.46.2] - 2026-02-03 -### Patch Changes - -- - Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte) +- Fix: Queue messages during command execution instead of losing them (PR #11140 by @mrubens) +- Fix: Transform tool blocks to text before condensing to prevent context corruption (PR #10975 by @daniel-lxs) +- Fix: Add image content support to MCP tool responses (PR #10874 by @roomote) +- Fix: Remove deprecated text-embedding-004 and migrate code index to gemini-embedding-001 (PR #11038 by @roomote) +- Feat: Use custom Base URL for OpenRouter model list fetch (#11150 by @sebastianlang84, PR #11154 by @roomote) +- Feat: Migrate Mistral provider to AI SDK (PR #11089 by @daniel-lxs) +- Feat: Migrate SambaNova provider to AI SDK (PR #11153 by @roomote) +- Feat: Migrate xAI provider to AI SDK (PR #11158 by @roomote) +- Chore: Remove Feature Request from issue template options (PR #11141 by @roomote) +- Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte) ## [3.46.1] - 2026-01-30