Skip to content

Commit 67b6a8b

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

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed

.changeset/v3.33.0.md

Lines changed: 0 additions & 27 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.33.0] - 2025-11-18
4+
5+
![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png)
6+
7+
- Add Gemini 3 Pro Preview model (PR #9357 by @hannesrudolph)
8+
- Improve Google Gemini defaults with better temperature and cost reporting (PR #9327 by @hannesrudolph)
9+
- Enable native tool calling for openai-native provider (PR #9348 by @hannesrudolph)
10+
- Add git status information to environment details (PR #9310 by @daniel-lxs)
11+
- Add tool protocol selector to advanced settings (PR #9324 by @daniel-lxs)
12+
- Implement dynamic tool protocol resolution with proper precedence hierarchy (PR #9286 by @daniel-lxs)
13+
- Move Import/Export functionality to Modes view toolbar and cleanup Mode Edit view (PR #9077 by @hannesrudolph)
14+
- Update cloud agent CTA to point to setup page (PR #9338 by @app/roomote)
15+
- Fix: Prevent duplicate tool_result blocks in native tool protocol (PR #9248 by @daniel-lxs)
16+
- Fix: Format tool responses properly for native protocol (PR #9270 by @daniel-lxs)
17+
- Fix: Centralize toolProtocol configuration checks (PR #9279 by @daniel-lxs)
18+
- Fix: Preserve tool blocks for native protocol in conversation history (PR #9319 by @daniel-lxs)
19+
- Fix: Prevent infinite loop when task_done succeeds (PR #9325 by @daniel-lxs)
20+
- Fix: Sync parser state with profile/model changes (PR #9355 by @daniel-lxs)
21+
- Fix: Pass tool protocol parameter to lineCountTruncationError (PR #9358 by @daniel-lxs)
22+
- Use VSCode theme color for outline button borders (PR #9336 by @app/roomote)
23+
- Replace broken badgen.net badges with shields.io (PR #9318 by @app/roomote)
24+
- Add max git status files setting to evals (PR #9322 by @mrubens)
25+
- Roo Code Cloud Provider pricing page and changes elsewhere (PR #9195 by @brunobergher)
26+
327
## [3.32.1] - 2025-11-14
428

529
![3.32.1 Release - Bug Fixes](/releases/3.32.1-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.32.1",
6+
"version": "3.33.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)