Release v3.48.1 (#11584)

chore: add changeset for v3.48.1

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2026-02-18 13:30:09 -07:00 committed by GitHub
parent 7bc966ee00
commit 2d21e80add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
.changeset/v3.48.1.md Normal file
View file

@ -0,0 +1,7 @@
---
"roo-cline": patch
---
- Fix: Await MCP server initialization before returning McpHub instance, preventing race conditions (PR #11518 by @daniel-lxs)
- Fix: Correct Bedrock Claude Sonnet 4.6 model ID (#11509 by @PeterDaveHello, PR #11569 by @PeterDaveHello)
- Add DeleteQueuedMessage IPC command for managing queued messages (PR #11464 by @roomote)