Compare commits

...

2 commits

Author SHA1 Message Date
Chris Estreich
6aab71dadc
Update CHANGELOG.md 2025-05-23 01:39:28 -07:00
github-actions[bot]
fa7c1b6fda changeset version bump 2025-05-23 08:34:16 +00:00
5 changed files with 8 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix vscode-material-icons path

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix OpenRouter names

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix global settings export

View file

@ -1,5 +1,12 @@
# Roo Code Changelog # Roo Code Changelog
## [3.18.2] - 2025-05-23
- Fix vscode-material-icons in the filer picker
- Fix global settings export
- Respect user-configured terminal integration timeout (thanks @KJ7LNW)
- Contex condensing enhancements (thanks @SannidhyaSah)
## [3.18.1] - 2025-05-22 ## [3.18.1] - 2025-05-22
- Add support for Claude Sonnet 4 and Claude Opus 4 models with thinking variants in Anthropic, Bedrock, and Vertex (thanks @shariqriazz!) - Add support for Claude Sonnet 4 and Claude Opus 4 models with thinking variants in Anthropic, Bedrock, and Vertex (thanks @shariqriazz!)

View file

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