Browse Source

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

Changeset version bump
Matt Rubens 11 months ago
parent
commit
76694777ea
4 changed files with 10 additions and 8 deletions
  1. 0 5
      .changeset/khaki-zoos-share.md
  2. 7 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/khaki-zoos-share.md

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

+ 7 - 0
CHANGELOG.md

@@ -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

+ 2 - 2
package-lock.json

@@ -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",

+ 1 - 1
package.json

@@ -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",