This repository was archived by the owner on May 15, 2026. It is now read-only.
Changeset version bump - #11136
Merged
Merged
Changeset version bump#11136
Conversation
Review complete. All previously flagged issues have been addressed.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Updated changelog for version 3.46.1 and 3.46.0 with new features and fixes.
ghost
reviewed
Jan 31, 2026
Comment on lines
+3
to
+7
| ## 3.46.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - - Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs) |
There was a problem hiding this comment.
The changelog is missing 3 items that were present in the changeset file .changeset/v3.46.1.md. The original changeset contained 4 entries but only the first one was included in the generated changelog. The missing entries are: Mode dropdown feature (PR #11102), Import settings option (PR #10994), and .env optional chore (PR #11116).
Suggested change
| ## 3.46.1 | |
| ### Patch Changes | |
| - - Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs) | |
| ## 3.46.1 | |
| ### Patch Changes | |
| - - Fix: Sanitize tool_use_id in tool_result blocks to match API history, preventing message format errors (PR #11131 by @daniel-lxs) | |
| - - Add: Mode dropdown to change skill mode dynamically, allowing more flexible skill configuration (PR #11102 by @SannidhyaSah) | |
| - - Add: Import settings option in the initial welcome screen for easier onboarding (#10992 by @emeraldcheshire, PR #10994 by @roomote) | |
| - - Chore: Treat extension .env as optional to simplify development setup (PR #11116 by @hannesrudolph) |
Fix it with Roo Code or mention @roomote and request a fix.
ghost
approved these changes
Jan 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
roo-cline@3.46.1
Patch Changes
Important
Version bump to 3.46.1 with a fix for
tool_use_idsanitization intool_resultblocks to prevent message format errors.versioninpackage.jsonfrom3.46.0to3.46.1.3.46.1inCHANGELOG.md.tool_use_idintool_resultblocks to match API history, preventing message format errors.This description was created by
for cf3148c. You can customize this summary. It will automatically update as commits are pushed.