We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957600a commit 724acdaCopy full SHA for 724acda
.changeset/v3.46.2.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Roo Code Changelog
2
3
+## 3.46.2
4
+
5
+### Patch Changes
6
7
+- - Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte)
8
9
## [3.46.1] - 2026-01-30
10
11
- 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
@@ -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",
0 commit comments