changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-19 04:31:05 +00:00
parent aed55d799b
commit 8ecbda5e3b
8 changed files with 16 additions and 28 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix SettingsView scrolling in VSCode editor tab

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
add multiple workspaces support

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Aider-inspired polyglot benchmarks

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
API provider: Choose specific provider when using OpenRouter

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
v3.9

View file

@ -1,5 +1,18 @@
# Roo Code Changelog
## 3.9.0
### Minor Changes
- API provider: Choose specific provider when using OpenRouter
- v3.9
### Patch Changes
- Fix SettingsView scrolling in VSCode editor tab
- add multiple workspaces support
- Aider-inspired polyglot benchmarks
## [3.8.6] - 2025-03-13
- Revert SSE MCP support while we debug some config validation issues

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.8.6",
"version": "3.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.8.6",
"version": "3.9.0",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A whole dev team of AI agents in your editor.",
"publisher": "RooVeterinaryInc",
"version": "3.8.6",
"version": "3.9.0",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",