Skip to content

Commit 10ce509

Browse files
authored
Merge branch 'RooCodeInc:main' into main
2 parents fdb1f35 + a163053 commit 10ce509

File tree

152 files changed

+4375
-1274
lines changed

Some content is hidden

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

152 files changed

+4375
-1274
lines changed

.roo/rules-issue-fixer-orchestrator/5_pull_request_workflow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<after_creation>
9595
1. Comment on original issue with PR link:
9696
<execute_command>
97-
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue: [PR URL]"</command>
97+
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue"</command>
9898
</execute_command>
9999
2. Inform user of successful creation
100100
3. Provide next steps and tracking info

.roo/rules-issue-fixer/1_Workflow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
3. Inform the user of the successful creation
479479

480480
<execute_command>
481-
<command>gh issue comment [original issue number] --repo [owner]/[repo] --body "PR #[new PR number] has been created to address this issue: [PR URL]"</command>
481+
<command>gh issue comment [original issue number] --repo [owner]/[repo] --body "PR #[new PR number] has been created to address this issue"</command>
482482
</execute_command>
483483

484484
Final message to user:

.roo/rules-issue-fixer/5_pull_request_workflow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<after_creation>
4141
1. Comment on original issue with PR link:
4242
<execute_command>
43-
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue: [PR URL]"</command>
43+
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue"</command>
4444
</execute_command>
4545
2. Inform user of successful creation
4646
3. Provide next steps and tracking info

CHANGELOG.md

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

3+
## [3.23.8] - 2025-07-13
4+
5+
- Add enable/disable toggle for code indexing (thanks @daniel-lxs!)
6+
- Add a command auto-deny list to auto-approve settings
7+
- Add navigation link to history tab in HistoryPreview
8+
9+
## [3.23.7] - 2025-07-11
10+
11+
- Fix Mermaid syntax warning (thanks @MuriloFP!)
12+
- Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!)
13+
- Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!)
14+
- Fix typos in comment & document (thanks @noritaka1166!)
15+
- Improve the display of codebase search results
16+
- Correct translation fallback logic for embedding errors (thanks @daniel-lxs!)
17+
- Clean up MCP tool disabling
18+
- Link to marketplace from modes and MCP tab
19+
- Fix TTS button display (thanks @sensei-woo!)
20+
- Add Devstral Medium model support
21+
- Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!)
22+
- Exclude cache tokens from context window calculation (thanks @daniel-lxs!)
23+
- Enable dynamic tool selection in architect mode for context discovery
24+
- Add configurable max output tokens setting for claude-code
25+
326
## [3.23.6] - 2025-07-10
427

528
- Grok 4

README.md

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { ClineMessage } from "@roo-code/types"
99
import { waitFor, sleep } from "../utils"
1010
import { setDefaultSuiteTimeout } from "../test-utils"
1111

12-
suite("Roo Code use_mcp_tool Tool", function () {
12+
suite.skip("Roo Code use_mcp_tool Tool", function () {
1313
setDefaultSuiteTimeout(this)
1414

1515
let tempDir: string
@@ -557,7 +557,7 @@ suite("Roo Code use_mcp_tool Tool", function () {
557557
}
558558
})
559559

560-
test("Should request MCP filesystem directory_tree tool and complete successfully", async function () {
560+
test.skip("Should request MCP filesystem directory_tree tool and complete successfully", async function () {
561561
const api = globalThis.api
562562
const messages: ClineMessage[] = []
563563
let _taskCompleted = false

locales/ca/README.md

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

locales/de/README.md

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

locales/es/README.md

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

locales/fr/README.md

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

0 commit comments

Comments
 (0)