Skip to content

Commit bfd5cd7

Browse files
committed
Merge branch 'main' into Cramer/2025-06-14/Logging
2 parents 2f1214f + ea7749d commit bfd5cd7

File tree

7 files changed

+78
-50
lines changed

7 files changed

+78
-50
lines changed

CHANGELOG.md

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

3+
## [3.21.1] - 2025-06-19
4+
5+
- Fix tree-sitter issues that were preventing codebase indexing from working correctly
6+
- Improve error handling for codebase search embeddings
7+
- Resolve MCP server execution on Windows with node version managers
8+
- Default 'Enable MCP Server Creation' to false
9+
- Rate limit correctly when starting a subtask (thanks @olweraltuve!)
10+
311
## [3.21.0] - 2025-06-17
412

513
- Add Roo Marketplace to make it easy to discover and install great MCPs and modes!

apps/web-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"clsx": "^2.1.1",
3333
"cmdk": "^1.1.0",
3434
"fuzzysort": "^3.1.0",
35-
"lucide-react": "^0.516.0",
35+
"lucide-react": "^0.518.0",
3636
"next": "^15.2.5",
3737
"next-themes": "^0.4.6",
3838
"p-map": "^7.0.3",

apps/web-roo-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"embla-carousel-autoplay": "^8.6.0",
2222
"embla-carousel-react": "^8.6.0",
2323
"framer-motion": "^12.15.0",
24-
"lucide-react": "^0.516.0",
24+
"lucide-react": "^0.518.0",
2525
"next": "^15.2.5",
2626
"next-themes": "^0.4.6",
2727
"posthog-js": "^1.248.1",

packages/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@roo-code/types": "workspace:^",
15-
"posthog-node": "^4.7.0",
15+
"posthog-node": "^5.0.0",
1616
"zod": "^3.25.61"
1717
},
1818
"devDependencies": {

pnpm-lock.yaml

Lines changed: 64 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.21.0",
6+
"version": "3.21.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",
@@ -410,7 +410,7 @@
410410
"pkce-challenge": "^5.0.0",
411411
"pretty-bytes": "^6.1.1",
412412
"ps-tree": "^1.2.0",
413-
"puppeteer-chromium-resolver": "^23.0.0",
413+
"puppeteer-chromium-resolver": "^24.0.0",
414414
"puppeteer-core": "^23.4.0",
415415
"reconnecting-eventsource": "^1.6.4",
416416
"sanitize-filename": "^1.6.3",

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"i18next-http-backend": "^3.0.2",
4747
"knuth-shuffle-seeded": "^1.0.6",
4848
"lru-cache": "^11.1.0",
49-
"lucide-react": "^0.516.0",
49+
"lucide-react": "^0.518.0",
5050
"mermaid": "^11.4.1",
5151
"posthog-js": "^1.227.2",
5252
"pretty-bytes": "^6.1.1",

0 commit comments

Comments
 (0)