This commit is contained in:
Matt Rubens 2025-05-30 22:22:46 -04:00 committed by GitHub
parent a4c91c65b3
commit c86128bbcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.changeset/v3.19.1.md Normal file
View file

@ -0,0 +1,12 @@
---
"roo-cline": patch
---
- Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
- Fix to correctly pass headers to SSE MCP servers
- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!)
- Fix bug with context condensing in Amazon Bedrock
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
- Set sidebar name bugfix (thanks @chrarnoldus!)
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)