Skip to content

Commit a2275ed

Browse files
committed
Merge remote-tracking branch 'origin/main' into jbbrown/bedrock_caching
2 parents 8560b8a + 43d1ab3 commit a2275ed

File tree

224 files changed

+18387
-7387
lines changed

Some content is hidden

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

224 files changed

+18387
-7387
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 v20.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Roo Code Changelog
22

3+
## [3.11.4] - 2025-04-02
4+
5+
- Correctly post state to webview when the current task is cleared (thanks @wkordalski!)
6+
- Fix unit tests to run properly on Windows (thanks @StevenTCramer!)
7+
- Tree-sitter enhancements: TSX, TypeScript, JSON, and Markdown support (thanks @KJ7LNW!)
8+
- Fix issue with line number stripping for deletions in apply_diff
9+
- Update history selection mode button spacing (thanks @kyle-apex!)
10+
- Limit dropdown menu height to 80% of the viewport (thanks @axmo!)
11+
- Update dependencies via `npm audit fix` (thanks @PeterDaveHello!)
12+
- Enable model select when api fails (thanks @kyle-apex!)
13+
- Fix issue where prompts and settings tabs were not scrollable when accessed from dropdown menus
14+
- Update AWS region dropdown menu to the most recent data (thanks @Smartsheet-JB-Brown!)
15+
- Fix prompt enhancement for Bedrock (thanks @Smartsheet-JB-Brown!)
16+
- Allow processes to access the Roo Code API via a unix socket
17+
- Improve zh-TW Traditional Chinese translations (thanks @PeterDaveHello!)
18+
- Add support for Azure AI Inference Service with DeepSeek-V3 model (thanks @thomasjeung!)
19+
- Fix off-by-one error in tree-sitter line numbers
20+
- Remove the experimental unified diff
21+
- Make extension icon more visible in different themes
22+
323
## [3.11.3] - 2025-03-31
424

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

README.md

Lines changed: 20 additions & 20 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.

benchmark/entrypoint.sh

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

0 commit comments

Comments
 (0)