changeset version bump

This commit is contained in:
github-actions[bot] 2025-04-30 08:53:54 +00:00
parent 2fd7d13624
commit 88be8e61a3
9 changed files with 17 additions and 55 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Use gemini provider when using Gemini on vertex ai

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add a kill command button to the execute command component

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Overhaul CodeBlock rendering

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Use a fallback terminal if VSCode shell integration fails

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
Add Reasoning Effort setting for OpenAI Compatible provider

View file

@ -1,27 +0,0 @@
---
"roo-cline": minor
---
# Changelog: v3.14.3 → v3.15.0
## 🚀 Features
- **Prompt caching for Vertex**: Added prompt caching support for Vertex AI, improving response times and reducing API costs (thanks @arafatkatze!)
- **Terminal fallback when VSCode terminal shell integration fails**: Implemented a fallback mechanism when VSCode terminal shell integration is unavailable, ensuring more reliable terminal operations
- **Improved code snippets in chat**: Enhanced code snippet rendering and interaction in the chat interface for better readability and usability
## 🔧 Fixes
- Fixed unit test set-up and CI workflow (thanks @BarreiroT!)
- Lowered the Gemini Caching TTL time to 15 minutes for better performance (thanks @arafatkatze!)
- Fixed output calculation by setting the default output cost (thanks @BarreiroT!)
## ⚙️ Internal Changes
- Added OpenRouter balance display next to provider (thanks @arafatkatze!)
- Added support for custom timeout configuration (thanks @WingsDrafterwork!)
- Improved Markdown copy functionality (thanks @weshoke!)
- Added Java options to protobufs (thanks @sjf!)
- Added PROTOBUS: addRemoteServer message (thanks @DaveFres!)
- Expanded task header by default for better visibility (thanks @pashpashpash!)
- Removed showMcpView message (thanks @celestial-vault!)

View file

@ -1,5 +1,19 @@
# Roo Code Changelog
## 3.15.0
### Minor Changes
- Add Reasoning Effort setting for OpenAI Compatible provider
- # Changelog: v3.14.3 → v3.15.0
### Patch Changes
- Use gemini provider when using Gemini on vertex ai
- Add a kill command button to the execute command component
- Overhaul CodeBlock rendering
- Use a fallback terminal if VSCode shell integration fails
## [3.14.3] - 2025-04-25
- Add Boomerang Orchestrator as a built-in mode

4
package-lock.json generated
View file

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

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.14.3",
"version": "3.15.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",