Skip to content

Commit 2cd4c2e

Browse files
Changeset version bump (#10546)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 9ddbc9b commit 2cd4c2e

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

.changeset/v3.39.0.md

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

CHANGELOG.md

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

3+
## 3.39.0
4+
5+
![3.39.0 Release - Kangaroo go BRRR](/releases/3.39.0-release.png)
6+
7+
- Implement sticky provider profile for task-level API config persistence (#8010 by @hannesrudolph, PR #10018 by @hannesrudolph)
8+
- Add support for image file @mentions (PR #10189 by @hannesrudolph)
9+
- Rename YOLO to BRRR (#8574 by @mojomast, PR #10507 by @roomote)
10+
- Add debug-mode proxy routing for debugging API calls (#7042 by @SleeperSmith, PR #10467 by @hannesrudolph)
11+
- Add Kimi K2 thinking model to Fireworks AI provider (#9201 by @kavehsfv, PR #9202 by @roomote)
12+
- Add xhigh reasoning effort to OpenAI compatible endpoints (#10060 by @Soorma718, PR #10061 by @roomote)
13+
- Filter @ mention file search results using .rooignore (#10169 by @jerrill-johnson-bitwerx, PR #10174 by @roomote)
14+
- Add image support documentation to read_file native tool description (#10440 by @nabilfreeman, PR #10442 by @roomote)
15+
- Add zai-glm-4.7 to Cerebras models (PR #10500 by @sebastiand-cerebras)
16+
- VSCode shim and basic CLI for running Roo Code headlessly (PR #10452 by @cte)
17+
- Add CLI installer for headless Roo Code (PR #10474 by @cte)
18+
- Add option to use CLI for evals (PR #10456 by @cte)
19+
- Remember last Roo model selection in web-evals and add evals skill (PR #10470 by @hannesrudolph)
20+
- Tweak the style of follow up suggestion modes (PR #9260 by @mrubens)
21+
- Fix: Handle PowerShell ENOENT error in os-name on Windows (#9859 by @Yang-strive, PR #9897 by @roomote)
22+
- Fix: Make command chaining examples shell-aware for Windows compatibility (#10352 by @AlexNek, PR #10434 by @roomote)
23+
- Fix: Preserve tool_use blocks for all tool_results in kept messages during condensation (PR #10471 by @daniel-lxs)
24+
- Fix: Add additionalProperties: false to MCP tool schemas for OpenAI Responses API (PR #10472 by @daniel-lxs)
25+
- Fix: Prevent duplicate tool_result blocks causing API errors (PR #10497 by @daniel-lxs)
26+
- Fix: Add explicit deduplication for duplicate tool_result blocks (#10465 by @nabilfreeman, PR #10466 by @roomote)
27+
- Fix: Use task stored API config as fallback for rate limit (PR #10266 by @roomote)
28+
- Fix: Remove legacy Claude 2 series models from Bedrock provider (#9220 by @KevinZhao, PR #10501 by @roomote)
29+
- Fix: Add missing description fields for debugProxy configuration (PR #10505 by @roomote)
30+
- Fix: Glitchy kangaroo bounce animation on welcome screen (PR #10035 by @objectiveSee)
31+
332
## [3.38.3] - 2026-01-03
433

534
- Feat: Add option in Context settings to recursively load `.roo/rules` and `AGENTS.md` from subdirectories (PR #10446 by @mrubens)

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

0 commit comments

Comments
 (0)