From f25812d72230aa7cbf46579c8320a5580485117d Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:30:45 -0700 Subject: [PATCH] Changeset version bump (#1992) * changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/four-tools-pump.md | 5 ----- .changeset/great-mice-turn.md | 5 ----- .changeset/honest-walls-search.md | 5 ----- .changeset/lazy-ducks-hang.md | 5 ----- .changeset/lucky-hairs-join.md | 5 ----- .changeset/orange-items-remember.md | 5 ----- .changeset/sixty-colts-bake.md | 5 ----- .changeset/sweet-bugs-glow.md | 5 ----- .changeset/two-months-drop.md | 5 ----- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 12 files changed, 28 insertions(+), 48 deletions(-) delete mode 100644 .changeset/four-tools-pump.md delete mode 100644 .changeset/great-mice-turn.md delete mode 100644 .changeset/honest-walls-search.md delete mode 100644 .changeset/lazy-ducks-hang.md delete mode 100644 .changeset/lucky-hairs-join.md delete mode 100644 .changeset/orange-items-remember.md delete mode 100644 .changeset/sixty-colts-bake.md delete mode 100644 .changeset/sweet-bugs-glow.md delete mode 100644 .changeset/two-months-drop.md diff --git a/.changeset/four-tools-pump.md b/.changeset/four-tools-pump.md deleted file mode 100644 index 6d5e50f35f..0000000000 --- a/.changeset/four-tools-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Show openrouter key balance on the settings screen diff --git a/.changeset/great-mice-turn.md b/.changeset/great-mice-turn.md deleted file mode 100644 index 0f8f9aea07..0000000000 --- a/.changeset/great-mice-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Remove redundant zod schemas diff --git a/.changeset/honest-walls-search.md b/.changeset/honest-walls-search.md deleted file mode 100644 index 96b8b25618..0000000000 --- a/.changeset/honest-walls-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Preserve existing provider profiles when importing diff --git a/.changeset/lazy-ducks-hang.md b/.changeset/lazy-ducks-hang.md deleted file mode 100644 index 6d580f0659..0000000000 --- a/.changeset/lazy-ducks-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Show requesty key balance on the settings screen diff --git a/.changeset/lucky-hairs-join.md b/.changeset/lucky-hairs-join.md deleted file mode 100644 index 095149b6a5..0000000000 --- a/.changeset/lucky-hairs-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Wrangle our settings-related types and add support for settings import / export diff --git a/.changeset/orange-items-remember.md b/.changeset/orange-items-remember.md deleted file mode 100644 index 180538a200..0000000000 --- a/.changeset/orange-items-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Consolidate logic that computes the current diff strategy diff --git a/.changeset/sixty-colts-bake.md b/.changeset/sixty-colts-bake.md deleted file mode 100644 index 87df489264..0000000000 --- a/.changeset/sixty-colts-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -v3.11.0 diff --git a/.changeset/sweet-bugs-glow.md b/.changeset/sweet-bugs-glow.md deleted file mode 100644 index 5c4854d996..0000000000 --- a/.changeset/sweet-bugs-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Automatically generate .d.ts from zod schemas diff --git a/.changeset/two-months-drop.md b/.changeset/two-months-drop.md deleted file mode 100644 index 59c5cdfce6..0000000000 --- a/.changeset/two-months-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add config getters to RooCodeAPI diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf8d6473b..c30109cef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Roo Code Changelog +## [3.11.0] - 2025-03-30 + +- Replace single-block-diff with multi-block-diff fast editing strategy +- Support project-level MCP config in .roo/mcp.json (thanks @aheizi!) +- Show OpenRouter and Requesty key balance on the settings screen +- Support import/export of settings +- Add pinning and sorting for API configuration dropdown (thanks @jwcraig!) +- Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!) +- Smarter retry logic for Gemini +- Fix Gemini command escaping +- Support @-mentions of files with spaces in the name (thanks @samhvw8!) +- Improvements to partial file reads (thanks @KJ7LNW!) +- Fix list_code_definition_names to support files (thanks @KJ7LNW!) +- Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!) +- Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!) +- Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!) +- Preserve language characters in file @-mentions (thanks @aheizi!) +- Browser tool improvements (thanks @afshawnlotfi!) +- Display info about partial reads in the chat row +- Link to the settings page from the auto-approve toolbar +- Link to provider docs from the API options +- Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!) +- Allow custom o3-mini- model from OpenAI-compatible providers (thanks @snoyiatk!) +- Edit suggested answers before accepting them (thanks @samhvw8!) + ## [3.10.5] - 2025-03-25 - Updated value of max tokens for gemini-2.5-pro-03-25 to 65,536 (thanks @linegel!) diff --git a/package-lock.json b/package-lock.json index 582368ae72..38f9d9c213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.10.5", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.10.5", + "version": "3.11.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index d245cca60c..e3f6b529ae 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.10.5", + "version": "3.11.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",