Merge pull request #625 from RooVetGit/changeset-release/main

Changeset version bump
This commit is contained in:
Matt Rubens
2025-01-28 22:15:20 -05:00
committed by GitHub
4 changed files with 10 additions and 8 deletions

View File

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

View File

@@ -1,5 +1,12 @@
# Roo Code Changelog
## [3.3.5]
- Make information about the conversation's context window usage visible in the task header for humans and in the environment for models (thanks @MuriloFP!)
- Add checkboxes to auto-approve mode switch requests (thanks @MuriloFP!)
- Add new experimental editing tools `insert_content` (for inserting blocks of text at a line number) and `search_and_replace` (for replacing all instances of a phrase or regex) to complement diff editing and whole file editing (thanks @samhvw8!)
- Improved DeepSeek R1 support by capturing reasoning from DeepSeek API as well as more OpenRouter variants, not using system messages, and fixing a crash on empty chunks. Still depends on the DeepSeek API staying up but we'll be in a better place when it does! (thanks @Szpadel!)
## [3.3.4]
- Add per-server MCP network timeout configuration ranging from 15 seconds to an hour

4
package-lock.json generated
View File

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

View File

@@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
"publisher": "RooVeterinaryInc",
"version": "3.3.4",
"version": "3.3.5",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",