Changeset version bump (#4663)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-06-13 15:17:57 -04:00 committed by GitHub
parent 0284b1101c
commit c0876d0b56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 17 deletions

View file

@ -1,16 +0,0 @@
---
"roo-cline": patch
---
- Force tar-fs >=2.1.3 for security vulnerability fix (thanks @cte!)
- Limit search_files to only look within the workspace for improved security (thanks @mrubens!)
- Add docs extractor mode for comprehensive documentation extraction (thanks @hannesrudolph!)
- Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!)
- Reapply reasoning for bedrock with fix (thanks @daniel-lxs!)
- Improve PR Reviewer Rules for better code review guidance (thanks @daniel-lxs!)
- Improve Issue Fixer Rules for Targeted Fixes (thanks @daniel-lxs!)
- Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!)
- Add max height constraint to MCP execution response for better UX (thanks @samhvw8!)
- Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!)
- Update ContextManagementSettings.tsx for improved settings UI (thanks @SECKainersdorfer!)
- Refactor: Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!)

View file

@ -1,5 +1,17 @@
# Roo Code Changelog
## [3.20.2] - 2025-06-13
- Limit search_files to only look within the workspace for improved security
- Force tar-fs >=2.1.3 for security vulnerability fix
- Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!)
- Reapply reasoning for bedrock with fix (thanks @daniel-lxs!)
- Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!)
- Add max height constraint to MCP execution response for better UX (thanks @samhvw8!)
- Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!)
- Allow a lower context condesning threshold (thanks @SECKainersdorfer!)
- Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!)
## [3.20.1] - 2025-06-12
- Temporarily revert thinking support for Bedrock models

View file

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