From a11cb5c46cc1d0975190ce8c78aa0d54b9d59c2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jan 2025 20:33:11 +0000 Subject: [PATCH 1/4] changeset version bump --- .changeset/khaki-zoos-share.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/khaki-zoos-share.md diff --git a/.changeset/khaki-zoos-share.md b/.changeset/khaki-zoos-share.md deleted file mode 100644 index e3ba489..0000000 --- a/.changeset/khaki-zoos-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a2c6a..a7d031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.3.5 + +### Patch Changes + +- v3.3.5 + ## [3.3.4] - Add per-server MCP network timeout configuration ranging from 15 seconds to an hour diff --git a/package-lock.json b/package-lock.json index bb49b39..eaa121e 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index 6b87a6d..6024f15 100644 --- a/package.json +++ b/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", From 7b57f0fca754603d86f95c344324949c17562c3d Mon Sep 17 00:00:00 2001 From: R00-B0T Date: Tue, 28 Jan 2025 20:33:55 +0000 Subject: [PATCH 2/4] Updating CHANGELOG.md format --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d031c..12fb3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Roo Code Changelog -## 3.3.5 - -### Patch Changes +## [3.3.5] - v3.3.5 From ae86fffc5dbaeab8c06f75b83268a324bf443e56 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 28 Jan 2025 22:11:25 -0500 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fb3af..a45c82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## [3.3.5] -- v3.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, stop 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] From 289e9031b52bcea56f093686ecbf497bd673dc83 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 28 Jan 2025 22:12:06 -0500 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45c82e..c03fa53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - 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, stop 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!) +- 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]