Skip to content

Commit 18c4d1a

Browse files
Changeset version bump (#9384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent ce5479a commit 18c4d1a

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.changeset/v3.33.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.33.1] - 2025-11-18
4+
5+
![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png)
6+
7+
- Add native tool calling support to OpenAI-compatible (PR #9369 by @mrubens)
8+
- Fix: Resolve native tool protocol race condition causing 400 errors (PR #9363 by @daniel-lxs)
9+
- Fix: Update tools to return structured JSON for native protocol (PR #9373 by @daniel-lxs)
10+
- Fix: Include nativeArgs in tool repetition detection (PR #9377 by @daniel-lxs)
11+
- Fix: Ensure no XML parsing when protocol is native (PR #9371 by @daniel-lxs)
12+
- Fix: Gemini maxOutputTokens and reasoning config (PR #9375 by @hannesrudolph)
13+
- Fix: Gemini thought signature validation and token counting errors (PR #9380 by @hannesrudolph)
14+
- Fix: Exclude XML tool examples from MODES section when native protocol enabled (PR #9367 by @daniel-lxs)
15+
- Retry eval tasks if API instability detected (PR #9365 by @cte)
16+
- Add toolProtocol property to PostHog tool usage telemetry (PR #9374 by @app/roomote)
17+
318
## [3.33.0] - 2025-11-18
419

520
![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.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.33.0",
6+
"version": "3.33.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)