Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit d74bad9

Browse files
Changeset version bump (#10706)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent fdc6104 commit d74bad9

3 files changed

Lines changed: 19 additions & 20 deletions

File tree

.changeset/v3.40.0.md

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

CHANGELOG.md

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

3+
## [3.40.0] - 2026-01-13
4+
5+
![3.40.0 Release - Settings Search](/releases/3.40.0-release.png)
6+
7+
- Add settings search functionality to quickly find and navigate to specific settings (PR #10619 by @mrubens)
8+
- Improve settings search UI with better styling and usability (PR #10633 by @brunobergher)
9+
- Add standardized stop button for improved task cancellation visibility (PR #10639 by @brunobergher)
10+
- Display edit_file errors in UI after consecutive failures for better debugging feedback (PR #10581 by @daniel-lxs)
11+
- Improve error display styling and visibility in chat messages (PR #10692 by @brunobergher)
12+
- Improve stop button visibility and streamline error handling (PR #10696 by @brunobergher)
13+
- Fix: Omit parallel_tool_calls when not explicitly enabled to prevent API errors (#10553 by @Idlebrand, PR #10671 by @daniel-lxs)
14+
- Fix: Encode hyphens in MCP tool names before sanitization (#10642 by @pdecat, PR #10644 by @pdecat)
15+
- Fix: Correct Gemini 3 thought signature injection format via OpenRouter (PR #10640 by @daniel-lxs)
16+
- Fix: Sanitize tool_use IDs to match API validation pattern (PR #10649 by @daniel-lxs)
17+
- Fix: Use placeholder for empty tool result content to fix Gemini API validation (PR #10672 by @daniel-lxs)
18+
- Fix: Return empty string from getReadablePath when path is empty (PR #10638 by @daniel-lxs)
19+
- Optimize message block cloning in presentAssistantMessage for better performance (PR #10616 by @ArchimedesCrypto)
20+
321
## [3.39.3] - 2026-01-10
422

523
![3.39.3 Release - Roo Code Router](/releases/3.39.3-release.png)

src/package.json

Lines changed: 1 addition & 1 deletion
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.39.3",
6+
"version": "3.40.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)