Skip to content

Commit e506dcf

Browse files
authored
Merge branch 'main' into tidy-cline-provider-refactor
2 parents 8917589 + 7052803 commit e506dcf

File tree

307 files changed

+28539
-12008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+28539
-12008
lines changed

.changeset/curvy-cows-cry.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 45 deletions
This file was deleted.

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 20.18.1

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.vscode-test/**
66
out/**
77
out-integration/**
8-
benchmark/**
8+
evals/**
99
e2e/**
1010
node_modules/**
1111
src/**

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Roo Code Changelog
22

3+
## [3.11.8] - 2025-04-05
4+
5+
- Improve combineApiRequests performance to reduce gray screens of death (thanks @kyle-apex!)
6+
- Add searchable dropdown to API config profiles on the settings screen (thanks @samhvw8!)
7+
- Add workspace tracking to history items in preparation for future filtering (thanks @samhvw8!)
8+
- Fix search highlighting UI in history search (thanks @samhvw8!)
9+
- Add support for .roorules and give deprecation warning for .clinerules (thanks @upamune!)
10+
- Fix nodejs version format in .tool-versions file (thanks @upamune!)
11+
12+
## [3.11.7] - 2025-04-04
13+
14+
- Improve file tool context formatting and diff error guidance
15+
- Improve zh-TW localization (thanks @PeterDaveHello!)
16+
- Implement reference counting for McpHub disposal
17+
- Update buttons to be more consistent (thanks @kyle-apex!)
18+
- Improve zh-CN localization (thanks @System233!)
19+
20+
## [3.11.6] - 2025-04-04
21+
22+
- Add the gemini 2.5 pro preview model with upper bound pricing
23+
24+
## [3.11.5] - 2025-04-03
25+
26+
- Add prompt caching for Amazon Bedrock (thanks @Smartsheet-JB-Brown!)
27+
- Add support for configuring the current working directory of MCP servers (thanks @shoopapa!)
28+
- Add profile management functions to API (thanks @gtaylor!)
29+
- Improvements to diff editing functionality, tests, and error messages (thanks @p12tic!)
30+
- Fix for follow-up questions grabbing the focus (thanks @diarmidmackenzie!)
31+
- Show menu buttons when popping the extension out into a new tab (thanks @benny123tw!)
32+
33+
## [3.11.4] - 2025-04-02
34+
35+
- Correctly post state to webview when the current task is cleared (thanks @wkordalski!)
36+
- Fix unit tests to run properly on Windows (thanks @StevenTCramer!)
37+
- Tree-sitter enhancements: TSX, TypeScript, JSON, and Markdown support (thanks @KJ7LNW!)
38+
- Fix issue with line number stripping for deletions in apply_diff
39+
- Update history selection mode button spacing (thanks @kyle-apex!)
40+
- Limit dropdown menu height to 80% of the viewport (thanks @axmo!)
41+
- Update dependencies via `npm audit fix` (thanks @PeterDaveHello!)
42+
- Enable model select when api fails (thanks @kyle-apex!)
43+
- Fix issue where prompts and settings tabs were not scrollable when accessed from dropdown menus
44+
- Update AWS region dropdown menu to the most recent data (thanks @Smartsheet-JB-Brown!)
45+
- Fix prompt enhancement for Bedrock (thanks @Smartsheet-JB-Brown!)
46+
- Allow processes to access the Roo Code API via a unix socket
47+
- Improve zh-TW Traditional Chinese translations (thanks @PeterDaveHello!)
48+
- Add support for Azure AI Inference Service with DeepSeek-V3 model (thanks @thomasjeung!)
49+
- Fix off-by-one error in tree-sitter line numbers
50+
- Remove the experimental unified diff
51+
- Make extension icon more visible in different themes
52+
353
## [3.11.3] - 2025-03-31
454

555
- Revert mention changes in case they're causing performance issues/crashes

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Roo Veterinary Inc.
189+
Copyright 2025 Roo Code, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

README.md

Lines changed: 23 additions & 22 deletions
Large diffs are not rendered by default.

benchmark/.env.local.sample

Lines changed: 0 additions & 2 deletions
This file was deleted.

benchmark/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

benchmark/README.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)