Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
c314effb80
Update CHANGELOG.md 2025-05-30 22:26:20 -04:00
Matt Rubens
4716b01c98
Update package.json 2025-05-30 22:25:04 -04:00
github-actions[bot]
abcc8eec55 changeset version bump 2025-05-31 02:23:22 +00:00
6 changed files with 13 additions and 29 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add AWS Bedrock VPC endpoint support, allowing users to connect to Bedrock through private VPC endpoints. This includes UI configuration options, updated types, and comprehensive test coverage.

View file

@ -1,5 +0,0 @@
---
"roo-cline": major
---
Fixes bug with context condensing on Amazon Bedrock

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Correctly pass headers to SSE MCP

View file

@ -1,12 +0,0 @@
---
"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!)

View file

@ -1,6 +1,17 @@
# Roo Code Changelog
## [3.19.0] - 2025-05-30
## [3.19.1] - 2025-05-30
- 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!)
## [3.19.0] - 2025-05-29
- Enable intelligent content condensing by default and move condense button out of expanded task menu
- Skip condense and show error if context grows during condensing

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.19.0",
"version": "3.19.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",