Skip to content

Commit 1e62b5d

Browse files
Changeset version bump (#10596)
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 658da2c commit 1e62b5d

3 files changed

Lines changed: 20 additions & 21 deletions

File tree

.changeset/v3.39.2.md

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

CHANGELOG.md

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

3+
## [3.39.2] - 2026-01-09
4+
5+
- Fix: Ensure all tools have consistent strict mode values for Cerebras compatibility (#10334 by @brianboysen51, PR #10589 by @app/roomote)
6+
- Fix: Remove convertToSimpleMessages to restore tool calling for OpenAI-compatible providers (PR #10575 by @daniel-lxs)
7+
- Fix: Make edit_file matching more resilient to prevent false negatives (PR #10585 by @hannesrudolph)
8+
- Fix: Order text parts before tool calls in assistant messages for vscode-lm (PR #10573 by @daniel-lxs)
9+
- Fix: Ensure assistant message content is never undefined for Gemini compatibility (PR #10559 by @daniel-lxs)
10+
- Fix: Merge approval feedback into tool result instead of pushing duplicate messages (PR #10519 by @daniel-lxs)
11+
- Fix: Round-trip Gemini thought signatures for tool calls (PR #10590 by @hannesrudolph)
12+
- Feature: Improve error messaging for stream termination errors from provider (PR #10548 by @daniel-lxs)
13+
- Feature: Add debug setting to settings page for easier troubleshooting (PR #10580 by @hannesrudolph)
14+
- Chore: Disable edit_file tool for Gemini/Vertex providers (PR #10594 by @hannesrudolph)
15+
- Chore: Stop overriding tool allow/deny lists for Gemini (PR #10592 by @hannesrudolph)
16+
- Chore: Change default CLI model to anthropic/claude-opus-4.5 (PR #10544 by @mrubens)
17+
- Chore: Update Terms of Service effective January 9, 2026 (PR #10568 by @mrubens)
18+
- Chore: Move more types to @roo-code/types for CLI support (PR #10583 by @cte)
19+
- Chore: Add functionality to @roo-code/core for CLI support (PR #10584 by @cte)
20+
- Chore: Add slash commands useful for CLI development (PR #10586 by @cte)
21+
322
## [3.39.1] - 2026-01-08
423

524
- Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs)

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.1",
6+
"version": "3.39.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)