Skip to content

Commit 652b964

Browse files
committed
Merge branch 'main' into refactor-mcp
2 parents d53c4c2 + e418f6d commit 652b964

File tree

147 files changed

+6422
-6615
lines changed

Some content is hidden

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

147 files changed

+6422
-6615
lines changed

.changeset/brave-pigs-judge.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out
44
out-*
55
node_modules
66
coverage/
7+
mock/
78

89
.DS_Store
910

.vscode/tasks.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,17 @@
4141
"type": "npm",
4242
"script": "watch:esbuild",
4343
"group": "build",
44-
"problemMatcher": "$esbuild-watch",
44+
"problemMatcher": {
45+
"owner": "esbuild",
46+
"pattern": {
47+
"regexp": "^$"
48+
},
49+
"background": {
50+
"activeOnStart": true,
51+
"beginsPattern": "\\[watch\\] build started",
52+
"endsPattern": "\\[watch\\] build finished"
53+
}
54+
},
4555
"isBackground": true,
4656
"presentation": {
4757
"group": "watch",

CHANGELOG.md

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

3+
## [3.16.3] - 2025-05-08
4+
5+
- Revert Tailwind migration while we fix a few spots
6+
- Add Elixir file extension support in language parser (thanks @pfitz!)
7+
8+
## [3.16.2] - 2025-05-07
9+
10+
- Clarify XML tool use formatting instructions
11+
- Error handling code cleanup (thanks @monkeyDluffy6017!)
12+
13+
## [3.16.1] - 2025-05-07
14+
15+
- Add LiteLLM provider support
16+
- Improve stability by detecting and preventing tool loops
17+
- Add Dutch localization (thanks @Githubguy132010!)
18+
- Add editor name to telemetry for better analytics
19+
- Migrate to Tailwind CSS for improved UI consistency
20+
- Fix footer button wrapping in About section on narrow screens (thanks @ecmasx!)
21+
- Update evals defaults
22+
- Update dependencies to latest versions
23+
324
## [3.16.0] - 2025-05-06
425

526
- Add vertical tab navigation to the settings (thanks @dlab-anton)

README.md

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

0 commit comments

Comments
 (0)