From 77da5e6fb15dba89355007ba10f11b85affafc01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 7 Mar 2025 20:47:06 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/nine-cameras-applaud.md | 5 ----- .changeset/shiny-mugs-care.md | 5 ----- .changeset/tame-carpets-bake.md | 5 ----- .changeset/wise-bats-perform.md | 5 ----- .changeset/wise-pears-join.md | 5 ----- .changeset/young-wolves-add.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 17 insertions(+), 33 deletions(-) delete mode 100644 .changeset/nine-cameras-applaud.md delete mode 100644 .changeset/shiny-mugs-care.md delete mode 100644 .changeset/tame-carpets-bake.md delete mode 100644 .changeset/wise-bats-perform.md delete mode 100644 .changeset/wise-pears-join.md delete mode 100644 .changeset/young-wolves-add.md diff --git a/.changeset/nine-cameras-applaud.md b/.changeset/nine-cameras-applaud.md deleted file mode 100644 index 4a02007f8e..0000000000 --- a/.changeset/nine-cameras-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Disable repo-per-workspace checkpoints diff --git a/.changeset/shiny-mugs-care.md b/.changeset/shiny-mugs-care.md deleted file mode 100644 index 8a54cf6009..0000000000 --- a/.changeset/shiny-mugs-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Remove item number from history preview cards diff --git a/.changeset/tame-carpets-bake.md b/.changeset/tame-carpets-bake.md deleted file mode 100644 index 69141ac4ca..0000000000 --- a/.changeset/tame-carpets-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add credentials auth for Google vertex diff --git a/.changeset/wise-bats-perform.md b/.changeset/wise-bats-perform.md deleted file mode 100644 index fd6cb18a62..0000000000 --- a/.changeset/wise-bats-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Handle outputless commands diff --git a/.changeset/wise-pears-join.md b/.changeset/wise-pears-join.md deleted file mode 100644 index 46c019b92e..0000000000 --- a/.changeset/wise-pears-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard. diff --git a/.changeset/young-wolves-add.md b/.changeset/young-wolves-add.md deleted file mode 100644 index 3bfc2f1c42..0000000000 --- a/.changeset/young-wolves-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -v3.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index f1973b6e94..e410ba473f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Roo Code Changelog +## 3.8.0 + +### Minor Changes + +- v3.8 + +### Patch Changes + +- Disable repo-per-workspace checkpoints +- Remove item number from history preview cards +- Add credentials auth for Google vertex +- Handle outputless commands +- Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard. + ## [3.7.12] - Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!) diff --git a/package-lock.json b/package-lock.json index c7d56c98a3..dfcbca3684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.7.12", + "version": "3.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.7.12", + "version": "3.8.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 53dd95fa74..91b94525a1 100644 --- a/package.json +++ b/package.json @@ -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.7.12", + "version": "3.8.0", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From f444fbb382931bf67ae1c5f5074a14d975d1ded0 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 7 Mar 2025 15:55:24 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e410ba473f..e16f1ea05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,23 @@ # Roo Code Changelog -## 3.8.0 +## [3.8.0] -### Minor Changes - -- v3.8 - -### Patch Changes - -- Disable repo-per-workspace checkpoints -- Remove item number from history preview cards -- Add credentials auth for Google vertex -- Handle outputless commands -- Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard. +- Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!) +- Fix terminal overload / gray screen of death, and other terminal issues +- Add a new experimental diff editing strategy that applies multiple diff edits at once #1234 (thanks @qdaxb!) +- Add support for a .rooignore to prevent Roo Code from read/writing certain files, with a setting to also exclude them from search/lists (thanks Cline!) +- Update the new_task tool to return results to the parent task on completion, supporting better orchestration (thanks @shaybc!) +- Support running Roo in multiple editor windows simultaneously (thanks @samhvw8!) +- Make checkpoints asynchronous and exclude more files to speed them up +- Redesign the settings page to make it easier to navigate +- Add credential-based authentication for Vertex AI, enabling users to easily switch between Google Cloud accounts (thanks @eonghk!) +- Update the DeepSeek provider with the correct baseUrl and track caching correctly (thanks @olweraltuve!) +- Add a new “Human Relay” provider that allows you to manually copy information to a Web AI when needed, and then paste the AI's response back into Roo Code (thanks @NyxJae)! +- Add observability for OpenAI providers (thanks @refactorthis!) +- Support speculative decoding for LM Studio local models (thanks @adamwlarson!) +- Improve UI for mode/provider selectors in chat +- Improve styling of the task headers (thanks @monotykamary!) +- Improve context mention path handling on Windows (thanks @samhvw8!) ## [3.7.12] From 0020db1282c1dfa643331cf2316f0eab6ed16af6 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 7 Mar 2025 15:55:43 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e16f1ea05b..f3827d5201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!) - Fix terminal overload / gray screen of death, and other terminal issues -- Add a new experimental diff editing strategy that applies multiple diff edits at once #1234 (thanks @qdaxb!) +- Add a new experimental diff editing strategy that applies multiple diff edits at once (thanks @qdaxb!) - Add support for a .rooignore to prevent Roo Code from read/writing certain files, with a setting to also exclude them from search/lists (thanks Cline!) - Update the new_task tool to return results to the parent task on completion, supporting better orchestration (thanks @shaybc!) - Support running Roo in multiple editor windows simultaneously (thanks @samhvw8!)