changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-13 02:04:18 +00:00
parent d76479ad53
commit 2f64e75c3d
9 changed files with 14 additions and 33 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Update GitHub Actions workflow to automatically create and push git tags during release

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
App tab layout fixes

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
ContextProxy fix - constructor should not be async

View file

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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add prompt caching to OpenAI-compatible custom model info

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix usage tracking for SiliconFlow etc

View file

@ -1,5 +1,16 @@
# Roo Code Changelog
## 3.8.5
### Patch Changes
- Update GitHub Actions workflow to automatically create and push git tags during release
- App tab layout fixes
- ContextProxy fix - constructor should not be async
- v3.8.5
- Add prompt caching to OpenAI-compatible custom model info
- Fix usage tracking for SiliconFlow etc
## [3.8.4] - 2025-03-09
- Roll back multi-diff progress indicator temporarily to fix a double-confirmation in saving edits

4
package-lock.json generated
View file

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