diff --git a/.changeset/v3.46.2.md b/.changeset/v3.46.2.md deleted file mode 100644 index 98bcb1ca9ed..00000000000 --- a/.changeset/v3.46.2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -- 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 for improved performance and reliability (PR #11089 by @daniel-lxs) -- Feat: Migrate SambaNova provider to AI SDK (PR #11153 by @roomote) -- Feat: Migrate xAI provider to use dedicated @ai-sdk/xai package (PR #11158 by @roomote) -- Chore: Remove Feature Request from issue template options (PR #11141 by @roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d523b8974..02ceac20f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## [3.46.2] - 2026-02-03 + +- 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 - Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs) diff --git a/src/package.json b/src/package.json index 04402de28af..423463bf0ba 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.46.1", + "version": "3.46.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",