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

Commit 3edf71e

Browse files
Changeset version bump (#10989)
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 826e6da commit 3edf71e

3 files changed

Lines changed: 21 additions & 22 deletions

File tree

.changeset/v3.44.0.md

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

CHANGELOG.md

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

3+
## [3.44.0] - 2026-01-26
4+
5+
![3.44.0 Release - Worktrees](/releases/3.44.0-release.png)
6+
7+
- Add worktree selector and creation UX (PR #10940 by @brunobergher, thanks Cline!)
8+
- Improve subtask visibility and navigation in history and chat views (PR #10864 by @brunobergher)
9+
- Add wildcard support for MCP alwaysAllow configuration (PR #10948 by @app/roomote)
10+
- Fix: Prevent nested condensing from including previously-condensed content (PR #10985 by @hannesrudolph)
11+
- Fix: VS Code LM token counting returns 0 outside requests, breaking context condensing (#10968 by @srulyt, PR #10983 by @daniel-lxs)
12+
- Fix: Record truncation event when condensation fails but truncation succeeds (PR #10984 by @hannesrudolph)
13+
- Replace hyphen encoding with fuzzy matching for MCP tool names (PR #10775 by @daniel-lxs)
14+
- Remove MCP SERVERS section from system prompt for cleaner prompts (PR #10895 by @daniel-lxs)
15+
- new_task tool creates checkpoint the same way write_to_file does (PR #10982 by @daniel-lxs)
16+
- Update Fireworks provider with new models (#10674 by @hannesrudolph, PR #10679 by @ThanhNguyxn)
17+
- Fix: Truncate AWS Bedrock toolUseId to 64 characters (PR #10902 by @daniel-lxs)
18+
- Fix: Restore opaque background to settings section headers (PR #10951 by @app/roomote)
19+
- Fix: Remove unsupported Fireworks model tool fields (PR #10937 by @app/roomote)
20+
- Update and improve zh-TW Traditional Chinese locale and docs (PR #10953 by @PeterDaveHello)
21+
- Chore: Remove POWER_STEERING experiment remnants (PR #10980 by @hannesrudolph)
22+
323
## [3.43.0] - 2026-01-23
424

525
![3.43.0 Release - Intelligent Context Condensation](/releases/3.43.0-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.43.0",
6+
"version": "3.44.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)