Skip to content

Commit b2a58cc

Browse files
committed
Merge branch 'main' into Fix-drag-Tab
2 parents e96a9bb + 29137fb commit b2a58cc

File tree

163 files changed

+2000
-1325
lines changed

Some content is hidden

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

163 files changed

+2000
-1325
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Roo Code Changelog
22

3+
## [3.13.2] - 2025-04-18
4+
5+
- Allow custom URLs for Gemini provider
6+
7+
## [3.13.1] - 2025-04-18
8+
9+
- Support Gemini 2.5 Flash thinking mode (thanks @monotykamary)
10+
- Make auto-approval toggle on/off states more obvious (thanks @sachasayan)
11+
- Add telemetry for shell integration errors
12+
- Fix the path of files dragging into the chat textarea on Windows (thanks @NyxJae)
13+
314
## [3.13.0] - 2025-04-17
415

516
- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!)
617
- Add append_to_file tool for appending content to files (thanks @samhvw8!)
718
- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!)
819
- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!)
9-
- Make diff edits more resilient to models passing in incorrect parameters
20+
- Make diff edits more resilient to models passing in incorrect parameters
1021

1122
## [3.12.3] - 2025-04-17
1223

README.md

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

jest.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ module.exports = {
3131
"@modelcontextprotocol/sdk/(.*)": "<rootDir>/src/__mocks__/@modelcontextprotocol/sdk/$1",
3232
"^delay$": "<rootDir>/src/__mocks__/delay.js",
3333
"^p-wait-for$": "<rootDir>/src/__mocks__/p-wait-for.js",
34-
"^globby$": "<rootDir>/src/__mocks__/globby.js",
3534
"^serialize-error$": "<rootDir>/src/__mocks__/serialize-error.js",
3635
"^strip-ansi$": "<rootDir>/src/__mocks__/strip-ansi.js",
3736
"^default-shell$": "<rootDir>/src/__mocks__/default-shell.js",
3837
"^os-name$": "<rootDir>/src/__mocks__/os-name.js",
3938
"^strip-bom$": "<rootDir>/src/__mocks__/strip-bom.js",
39+
"^@roo/(.*)$": "<rootDir>/src/$1",
40+
"^@src/(.*)$": "<rootDir>/webview-ui/src/$1",
4041
},
4142
transformIgnorePatterns: [
42-
"node_modules/(?!(@modelcontextprotocol|delay|p-wait-for|globby|serialize-error|strip-ansi|default-shell|os-name|strip-bom)/)",
43+
"node_modules/(?!(@modelcontextprotocol|delay|p-wait-for|serialize-error|strip-ansi|default-shell|os-name|strip-bom)/)",
4344
],
4445
roots: ["<rootDir>/src", "<rootDir>/webview-ui/src"],
4546
modulePathIgnorePatterns: [".vscode-test"],

locales/ca/README.md

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

locales/de/README.md

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

locales/es/README.md

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

locales/fr/README.md

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

locales/hi/README.md

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

locales/it/README.md

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

locales/ja/README.md

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

0 commit comments

Comments
 (0)