Skip to content

Commit a20774e

Browse files
authored
Merge branch 'RooCodeInc:main' into feat/finer-grained-control-gemini
2 parents 121e243 + 6670e1a commit a20774e

File tree

44 files changed

+1217
-429
lines changed

Some content is hidden

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

44 files changed

+1217
-429
lines changed

.changeset/curly-states-see.md

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

CHANGELOG.md

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

3+
## [3.21.5] - 2025-06-23
4+
5+
- Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!)
6+
- Improve LM Studio model detection to show all downloaded models (thanks @daniel-lxs!)
7+
- Resolve Claude Code provider JSON parsing and reasoning block display
8+
9+
## [3.21.4] - 2025-06-23
10+
11+
- Fix start line not working in multiple apply diff (thanks @samhvw8!)
12+
- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
13+
- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
14+
- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
15+
- Close the local browser when used as fallback for remote (thanks @markijbema!)
16+
- Add Claude Code provider for local CLI integration (thanks @BarreiroT!)
17+
318
## [3.21.3] - 2025-06-21
419

520
- Add profile-specific context condensing thresholds (thanks @SannidhyaSah!)

README.md

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

apps/vscode-e2e/src/suite/tools/use-mcp-tool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ suite("Roo Code use_mcp_tool Tool", function () {
767767
}
768768
})
769769

770-
test("Should validate MCP request message format and complete successfully", async function () {
770+
test.skip("Should validate MCP request message format and complete successfully", async function () {
771771
const api = globalThis.api
772772
const messages: ClineMessage[] = []
773773
let _taskCompleted = false

locales/ca/README.md

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

locales/de/README.md

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

locales/es/README.md

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

locales/fr/README.md

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

locales/hi/README.md

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

locales/id/README.md

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

0 commit comments

Comments
 (0)