Skip to content

Commit 9e5862d

Browse files
committed
Merge branch 'main' into refactor-mcp
2 parents 40ff84c + 373d2aa commit 9e5862d

Some content is hidden

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

69 files changed

+1214
-1770
lines changed

.gitignore

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

98
.DS_Store
109

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.16.5] - 2025-05-10
4+
5+
- Revert profile management changes until we track down a bug with defaults
6+
7+
## [3.16.4] - 2025-05-09
8+
9+
- Improve provider profile management in the external API
10+
- Enforce provider selection in OpenRouter by using 'only' parameter and disabling fallbacks (thanks @shariqriazz!)
11+
- Fix display issues with long profile names (thanks @cannuri!)
12+
- Prevent terminal focus theft on paste after command execution (thanks @MuriloFP!)
13+
- Save OpenAI compatible custom headers correctly
14+
- Fix race condition when updating prompts (thanks @elianiva!)
15+
- Fix display issues in high contrast themes (thanks @zhangtony239!)
16+
- Fix not being able to use specific providers on Openrouter (thanks @daniel-lxs!)
17+
- Show properly formatted multi-line commands in preview (thanks @KJ7LNW!)
18+
- Handle unsupported language errors gracefully in read_file tool (thanks @KJ7LNW!)
19+
- Enhance focus styles in select-dropdown and fix docs URL (thanks @zhangtony239!)
20+
- Properly handle mode name overflow in UI (thanks @elianiva!)
21+
- Fix project MCP always allow issue (thanks @aheizi!)
22+
323
## [3.16.3] - 2025-05-08
424

525
- Revert Tailwind migration while we fix a few spots

e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vscode/test-cli": "^0.0.10",
1717
"@vscode/test-electron": "^2.4.0",
1818
"mocha": "^11.1.0",
19-
"typescript": "5.8.3"
19+
"typescript": "^5.4.5"
2020
}
2121
}

evals/config/eslint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"eslint-plugin-react-hooks": "^5.2.0",
1717
"eslint-plugin-turbo": "^2.4.4",
1818
"globals": "^16.0.0",
19+
"typescript": "^5",
1920
"typescript-eslint": "^8.26.0"
2021
}
2122
}

evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier": "^3.5.3",
2121
"tsx": "^4.19.4",
2222
"turbo": "^2.5.2",
23-
"typescript": "5.8.3",
23+
"typescript": "^5.8.3",
2424
"typescript-eslint": "^8.31.1"
2525
}
2626
}

evals/packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@evals/types": "workspace:^",
24-
"@libsql/client": "^0.14.0",
24+
"@libsql/client": "^0.15.0",
2525
"drizzle-orm": "^0.40.0",
2626
"drizzle-zod": "^0.7.0",
2727
"p-map": "^7.0.3",

0 commit comments

Comments
 (0)