Skip to content

Commit f7bf7a4

Browse files
Changeset version bump (#10911)
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 f38bac9 commit f7bf7a4

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

.changeset/v3.42.0.md

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

CHANGELOG.md

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

3+
## [3.42.0] - 2026-01-22
4+
5+
![3.42.0 Release - ChatGPT Usage Tracking](/releases/3.42.0-release.png)
6+
7+
- Added UI to track your ChatGPT usage limits in the OpenAI Codex provider (PR #10813 by @hannesrudolph)
8+
- Removed deprecated Claude Code provider (PR #10883 by @daniel-lxs)
9+
- Streamlined codebase by removing legacy XML tool calling functionality (#10848 by @hannesrudolph, PR #10841 by @hannesrudolph)
10+
- Standardize model selectors across all providers: Improved consistency of model selection UI (#10650 by @hannesrudolph, PR #10294 by @hannesrudolph)
11+
- Enable prompt caching for Cerebras zai-glm-4.7 model (#10601 by @jahanson, PR #10670 by @app/roomote)
12+
- Add Kimi K2 thinking model to VertexAI provider (#9268 by @diwakar-s-maurya, PR #9269 by @app/roomote)
13+
- Warn users when too many MCP tools are enabled (PR #10772 by @app/roomote)
14+
- Migrate context condensing prompt to customSupportPrompts (PR #10881 by @hannesrudolph)
15+
- Unify export path logic and default to Downloads folder (PR #10882 by @hannesrudolph)
16+
- Performance improvements for webview state synchronization (PR #10842 by @hannesrudolph)
17+
- Fix: Handle mode selector empty state on workspace switch (#10660 by @hannesrudolph, PR #9674 by @app/roomote)
18+
- Fix: Resolve race condition in context condensing prompt input (PR #10876 by @hannesrudolph)
19+
- Fix: Prevent double emission of text/reasoning in OpenAI native and codex handlers (PR #10888 by @hannesrudolph)
20+
- Fix: Prevent task abortion when resuming via IPC/bridge (PR #10892 by @cte)
21+
- Fix: Enforce file restrictions for all editing tools (PR #10896 by @app/roomote)
22+
- Fix: Remove custom condensing model option (PR #10901 by @hannesrudolph)
23+
- Unify user content tags to <user_message> for consistent prompt formatting (#10658 by @hannesrudolph, PR #10723 by @app/roomote)
24+
- Clarify linked SKILL.md file handling in prompts (PR #10907 by @hannesrudolph)
25+
- Fix: Padding on Roo Code Cloud teaser (PR #10889 by @app/roomote)
26+
327
## [3.41.3] - 2026-01-18
428

529
- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote)

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

0 commit comments

Comments
 (0)