From b914d1f5ee602b9e0fb9a3ffba4116897340aed8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 03:51:29 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/five-ears-obey.md | 5 ----- .changeset/red-chicken-joke.md | 5 ----- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .changeset/five-ears-obey.md delete mode 100644 .changeset/red-chicken-joke.md diff --git a/.changeset/five-ears-obey.md b/.changeset/five-ears-obey.md deleted file mode 100644 index 0bdd6239ef2..00000000000 --- a/.changeset/five-ears-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.6 diff --git a/.changeset/red-chicken-joke.md b/.changeset/red-chicken-joke.md deleted file mode 100644 index 5860c4868af..00000000000 --- a/.changeset/red-chicken-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Include keywords per new branding to Roo Code diff --git a/CHANGELOG.md b/CHANGELOG.md index c03fa5362a3..3f8a9bb4db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.3.6 + +### Patch Changes + +- v3.3.6 +- Include keywords per new branding to Roo Code + ## [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!) diff --git a/package-lock.json b/package-lock.json index eaa121e5dac..93d82af9191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.5", + "version": "3.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.5", + "version": "3.3.6", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index eb278668f1f..fa3b84ff82d 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.5", + "version": "3.3.6", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From 74f4f96d8317f0688d1838cf7bebb08e195acb18 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 29 Jan 2025 23:10:16 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8a9bb4db3..13dbb3bb01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Roo Code Changelog -## 3.3.6 +## [3.3.6] -### Patch Changes - -- v3.3.6 -- Include keywords per new branding to Roo Code +- Add a "new task" tool that allows Roo to start new tasks with an initial message and mode +- Fix a bug that was preventing the use of qwen-max and potentially other OpenAI-compatible providers (thanks @Szpadel!) +- Add support for perplexity/sonar-reasoning (thanks @Szpadel!) +- Visual fixes to dropdowns (thanks @psv2522!) +- Add the [Unbound](https://getunbound.ai/) provider (thanks @vigneshsubbiah16!) ## [3.3.5]