changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-25 23:07:23 +00:00
parent 2c77043801
commit 2d5b93a574
8 changed files with 16 additions and 33 deletions

View file

@ -1,10 +0,0 @@
---
"roo-cline": minor
---
UX fixes that:
- Allow dropdowns to be controlled when text box is disabled
- Separates and clarifies buttons and dropdowns from inputs
- Adds a secondary placeholder for easier visibility of mode controls
- Updates to tailwind standard

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add settings migration to support renaming legacy settings files to new format

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix the supportsPromptCache value for OpenAI models

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add the openAiR1FormatEnabled field to enable this switch in OpenAI compatible mode to support the current QWQ and future additional classes of R1 models.

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
3.10.4

View file

@ -1,5 +1,18 @@
# Roo Code Changelog
## 3.11.0
### Minor Changes
- UX fixes that:
### Patch Changes
- Add settings migration to support renaming legacy settings files to new format
- Fix the supportsPromptCache value for OpenAI models
- Add the openAiR1FormatEnabled field to enable this switch in OpenAI compatible mode to support the current QWQ and future additional classes of R1 models.
- 3.10.4
## [3.10.3] - 2025-03-23
- Update the welcome page to provide 1-click OAuth flows with LLM routers (thanks @dtrugman!)

4
package-lock.json generated
View file

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