Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/v3.46.2.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Roo Code Changelog

## 3.46.2

### Patch Changes

- - Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG entry is missing 9 of the 10 items that were in the changeset file .changeset/v3.46.2.md. The deleted changeset included these additional entries that should be in the changelog:

Fix it with Roo Code or mention @roomote and request a fix.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor formatting inconsistency: the entry uses - - (nested list format) while the rest of the changelog uses a single - prefix. For consistency with entries like line 11, this should be - Fix: instead of - - Fix:.

Suggested change
- - Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte)
- Fix: IPC improvements for task cancellation and queued message handling (PR #11162 by @cte)

Fix it with Roo Code or mention @roomote and request a fix.


## [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)
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down