Skip to content

Commit 82c3325

Browse files
committed
Merge remote-tracking branch 'upstream/main' into merge/vscode-xml-parse
2 parents b23653a + be2d83b commit 82c3325

File tree

196 files changed

+7213
-3781
lines changed

Some content is hidden

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

196 files changed

+7213
-3781
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
**Thank you for proposing a detailed feature for Roo Code!**
99
10-
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](../../CONTRIBUTING.md).
10+
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md).
1111
1212
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
1313
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues) and [Discussions](https://github.com/RooCodeInc/Roo-Code/discussions) to avoid duplicates.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.1
1+
20.19.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.18.1
1+
nodejs 20.19.2

CHANGELOG.md

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
# Roo Code Changelog
22

3-
## 4.0.0
4-
5-
### Major Changes
6-
7-
- Default enabled autoCondenseContext and moved settings out of Experimental
8-
9-
### Patch Changes
10-
11-
- Skips condense operations if the context size grows & shows an error
3+
## [3.19.1] - 2025-05-30
4+
5+
- Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
6+
- Fix to correctly pass headers to SSE MCP servers
7+
- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!)
8+
- Fix bug with context condensing in Amazon Bedrock
9+
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
10+
- Set sidebar name bugfix (thanks @chrarnoldus!)
11+
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
12+
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)
13+
14+
## [3.19.0] - 2025-05-29
15+
16+
- Enable intelligent content condensing by default and move condense button out of expanded task menu
17+
- Skip condense and show error if context grows during condensing
18+
- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization
19+
- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!)
20+
- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!)
21+
- Add rooignore checking for insert_content and search_and_replace tools
22+
- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!)
23+
- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!)
24+
- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!)
25+
- Fix chat input clearing during running tasks (thanks @xyOz-dev!)
26+
- Update AWS regions to include Spain and Hyderabad
27+
- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!)
28+
- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!)
29+
- Add environment variable injection support for whole MCP config (thanks @NamesMT!)
30+
- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!)
1231

1332
## [3.18.5] - 2025-05-27
1433

README.md

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

apps/vscode-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/mocha": "^10.0.10",
1717
"@types/node": "^22.14.1",
1818
"@types/vscode": "^1.95.0",
19-
"@vscode/test-cli": "^0.0.10",
19+
"@vscode/test-cli": "^0.0.11",
2020
"@vscode/test-electron": "^2.4.0",
2121
"glob": "^11.0.1",
2222
"mocha": "^11.1.0",

evals/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python 3.13.2
22
golang 1.24.2
33
rust 1.85.1
4-
nodejs 20.18.1
4+
nodejs 20.19.2

evals/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cmdk": "^1.1.0",
3333
"fuzzysort": "^3.1.0",
3434
"lucide-react": "^0.510.0",
35-
"next": "15.2.2",
35+
"next": "15.3.3",
3636
"next-themes": "^0.4.6",
3737
"p-map": "^7.0.3",
3838
"ps-tree": "^1.2.0",

0 commit comments

Comments
 (0)