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

Commit 8b9f02a

Browse files
Changeset version bump (#10768)
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 7e3fcd7 commit 8b9f02a

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

.changeset/v3.41.1.md

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

CHANGELOG.md

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

3+
## [3.41.1] - 2026-01-16
4+
5+
![3.41.1 Release - Aggregated Subtask Costs](/releases/3.41.1-release.png)
6+
7+
- Feat: Aggregate subtask costs in parent task (#5376 by @hannesrudolph, PR #10757 by @taltas)
8+
- Fix: Prevent duplicate tool_use IDs causing API 400 errors (PR #10760 by @daniel-lxs)
9+
- Fix: Handle missing tool identity in OpenAI Native streams (PR #10719 by @hannesrudolph)
10+
- Fix: Truncate call_id to 64 chars for OpenAI Responses API (PR #10763 by @daniel-lxs)
11+
- Fix: Gemini thought signature validation errors (PR #10694 by @daniel-lxs)
12+
- Fix: Filter out empty text blocks from user messages for Gemini compatibility (PR #10728 by @daniel-lxs)
13+
- Fix: Flatten top-level anyOf/oneOf/allOf in MCP tool schemas (PR #10726 by @daniel-lxs)
14+
- Fix: Filter Ollama models without native tool support (PR #10735 by @daniel-lxs)
15+
- Feat: Add settings tab titles to search index (PR #10761 by @roomote)
16+
- Feat: Clarify Slack and Linear are Cloud Team only features (PR #10748 by @roomote)
17+
318
## [3.41.0] - 2026-01-15
419

520
![3.41.0 Release - OpenAI - ChatGPT Plus/Pro Provider](/releases/3.41.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.41.0",
6+
"version": "3.41.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)