chore: add changeset for v3.46.1 (#11135)

This commit is contained in:
Matt Rubens 2026-01-30 21:33:09 -08:00 committed by GitHub
parent 16fbabf2a4
commit db0bcbec89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.changeset/v3.46.1.md Normal file
View file

@ -0,0 +1,8 @@
---
"roo-cline": patch
---
- 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)