changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-31 04:20:52 +00:00
parent e1ca1b93a6
commit d026aef0b9
12 changed files with 20 additions and 48 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Show openrouter key balance on the settings screen

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Remove redundant zod schemas

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Preserve existing provider profiles when importing

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Show requesty key balance on the settings screen

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Wrangle our settings-related types and add support for settings import / export

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Consolidate logic that computes the current diff strategy

View file

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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Automatically generate .d.ts from zod schemas

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add config getters to RooCodeAPI

View file

@ -1,5 +1,22 @@
# Roo Code Changelog
## 3.11.0
### Minor Changes
- v3.11.0
### Patch Changes
- Show openrouter key balance on the settings screen
- Remove redundant zod schemas
- Preserve existing provider profiles when importing
- Show requesty key balance on the settings screen
- Wrangle our settings-related types and add support for settings import / export
- Consolidate logic that computes the current diff strategy
- Automatically generate .d.ts from zod schemas
- Add config getters to RooCodeAPI
## [3.10.5] - 2025-03-25
- Updated value of max tokens for gemini-2.5-pro-03-25 to 65,536 (thanks @linegel!)

4
package-lock.json generated
View file

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