Skip to content

Commit efef269

Browse files
Changeset version bump (#10137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <cestreich@gmail.com>
1 parent 6270c4b commit efef269

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

.changeset/v3.36.9.md

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

CHANGELOG.md

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

3-
## 3.36.8
4-
5-
### Patch Changes
6-
7-
- ![3.36.8 Release - Native Tools Enabled by Default](/releases/3.36.8-release.png)
3+
## [3.36.9] - 2025-12-15
4+
5+
![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png)
6+
7+
- Fix: Normalize tool call IDs for cross-provider compatibility via OpenRouter, ensuring consistent handling across different AI providers (PR #10102 by @daniel-lxs)
8+
- Fix: Add additionalProperties: false to nested MCP tool schemas, improving schema validation and preventing unexpected properties (PR #10109 by @daniel-lxs)
9+
- Fix: Validate tool_result IDs in delegation resume flow, preventing errors when resuming delegated tasks (PR #10135 by @daniel-lxs)
10+
- Feat: Add full error details to streaming failure dialog, providing more comprehensive information for debugging streaming issues (PR #10131 by @roomote)
11+
- Feat: Improve evals UI with tool groups and duration fix, enhancing the evaluation interface organization and timing accuracy (PR #10133 by @hannesrudolph)
12+
13+
## [3.36.8] - 2025-12-16
14+
15+
![3.36.8 Release - Native Tools Enabled by Default](/releases/3.36.8-release.png)
16+
17+
- Implement incremental token-budgeted file reading for smarter, more efficient file content retrieval (PR #10052 by @jr)
18+
- Enable native tools by default for multiple providers including OpenAI, Azure, Google, Vertex, and more (PR #10059 by @daniel-lxs)
19+
- Enable native tools by default for Anthropic and add telemetry tracking for tool format usage (PR #10021 by @daniel-lxs)
20+
- Fix: Prevent race condition from deleting wrong API messages during streaming (PR #10113 by @hannesrudolph)
21+
- Fix: Prevent duplicate MCP tools error by deduplicating servers at source (PR #10096 by @daniel-lxs)
22+
- Remove strict ARN validation for Bedrock custom ARN users allowing more flexibility (#10108 by @wisestmumbler, PR #10110 by @roomote)
23+
- Add metadata to error details dialog for improved debugging (PR #10050 by @roomote)
24+
- Add configuration to control public sharing feature (PR #10105 by @mrubens)
25+
- Remove description from Bedrock service tiers for cleaner UI (PR #10118 by @mrubens)
26+
- Fix: Correct link to provider pricing page on web (PR #10107 by @brunobergher)
827

928
## [3.36.7] - 2025-12-15
1029

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

0 commit comments

Comments
 (0)