changeset version bump

This commit is contained in:
github-actions[bot] 2025-02-09 17:33:33 +00:00
parent 9cb30f37a3
commit 27724e6459
6 changed files with 11 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Support Volcano Ark platform through OpenAI compatible

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix jumpiness while entering API config by updating on blur instead of input

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.3.16

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## 3.3.16
### Patch Changes
- Support Volcano Ark platform through OpenAI compatible
- Fix jumpiness while entering API config by updating on blur instead of input
- v3.3.16
## [3.3.15]
- Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!)

4
package-lock.json generated
View file

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

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
"publisher": "RooVeterinaryInc",
"version": "3.3.15",
"version": "3.3.16",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",