mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1527 from RooVetGit/changeset-release/main
Changeset version bump
This commit is contained in:
commit
d34b5e0821
9 changed files with 31 additions and 33 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Update GitHub Actions workflow to automatically create and push git tags during release
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
App tab layout fixes
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
ContextProxy fix - constructor should not be async
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.8.5
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add prompt caching to OpenAI-compatible custom model info
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix usage tracking for SiliconFlow etc
|
||||
28
CHANGELOG.md
28
CHANGELOG.md
|
|
@ -1,5 +1,33 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.8.5] - 2025-03-12
|
||||
|
||||
- Refactor terminal architecture to address critical issues with the current design (thanks @KJ7LNW!)
|
||||
- MCP over SSE (thanks @aheizi!)
|
||||
- Support for remote browser connections (thanks @afshawnlotfi!)
|
||||
- Preserve parent-child relationship when cancelling subtasks (thanks @cannuri!)
|
||||
- Custom baseUrl for Google AI Studio Gemini (thanks @dqroid!)
|
||||
- PowerShell-specific command handling (thanks @KJ7LNW!)
|
||||
- OpenAI-compatible DeepSeek/QwQ reasoning support (thanks @lightrabbit!)
|
||||
- Anthropic-style prompt caching in the OpenAI-compatible provider (thanks @dleen!)
|
||||
- Add Deepseek R1 for AWS Bedrock (thanks @ATempsch!)
|
||||
- Fix MarkdownBlock text color for Dark High Contrast theme (thanks @cannuri!)
|
||||
- Add gemini-2.0-pro-exp-02-05 model to vertex (thanks @shohei-ihaya!)
|
||||
- Bring back progress status for multi-diff edits (thanks @qdaxb!)
|
||||
- Refactor alert dialog styles to use the correct vscode theme (thanks @cannuri!)
|
||||
- Custom ARNs in AWS Bedrock (thanks @Smartsheet-JB-Brown!)
|
||||
- Update MCP servers directory path for platform compatibility (thanks @hannesrudolph!)
|
||||
- Fix browser system prompt inclusion rules (thanks @cannuri!)
|
||||
- Publish git tags to github from CI (thanks @pdecat!)
|
||||
- Fixes to OpenAI-style cost calculations (thanks @dtrugman!)
|
||||
- Fix to allow using an excluded directory as your working directory (thanks @Szpadel!)
|
||||
- Kotlin language support in list_code_definition_names tool (thanks @kohii!)
|
||||
- Better handling of diff application errors (thanks @qdaxb!)
|
||||
- Update Bedrock prices to the latest (thanks @Smartsheet-JB-Brown!)
|
||||
- Fixes to OpenRouter custom baseUrl support
|
||||
- Fix usage tracking for SiliconFlow and other providers that include usage on every chunk
|
||||
- Telemetry for checkpoint save/restore/diff and diff strategies
|
||||
|
||||
## [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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue