Merge pull request #1621 from RooVetGit/changeset-release/main

Changeset version bump
This commit is contained in:
Matt Rubens 2025-03-13 13:11:54 -04:00 committed by GitHub
commit 6eb648bb3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Revert "feat: add sse mcp support"

View file

@ -1,5 +1,9 @@
# Roo Code Changelog
## [3.8.6] - 2025-03-13
- Revert SSE MCP support while we debug some config validation issues
## [3.8.5] - 2025-03-12
- Refactor terminal architecture to address critical issues with the current design (thanks @KJ7LNW!)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.8.5",
"version": "3.8.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.8.5",
"version": "3.8.6",
"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.5",
"version": "3.8.6",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",