Skip to content

Commit 86cdbff

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

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.changeset/v3.34.3.md

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

CHANGELOG.md

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

3+
## [3.34.3] - 2025-11-25
4+
5+
![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png)
6+
7+
- Implement streaming for native tool calls, providing real-time feedback during tool execution (PR #9542 by @daniel-lxs)
8+
- Add Claude Opus 4.5 model to Claude Code provider (PR #9560 by @mrubens)
9+
- Add Claude Opus 4.5 model to Bedrock provider (#9571 by @pisicode, PR #9572 by @roomote)
10+
- Enable caching for Opus 4.5 model to improve performance (#9567 by @iainRedro, PR #9568 by @roomote)
11+
- Add support for Roo Code Cloud as an embeddings provider (PR #9543 by @mrubens)
12+
- Fix ask_followup_question streaming issue and add missing tool cases (PR #9561 by @daniel-lxs)
13+
- Add contact links to About Roo Code settings page (PR #9570 by @roomote)
14+
- Switch from asdf to mise-en-place in bare-metal evals setup script (PR #9548 by @cte)
15+
316
## [3.34.2] - 2025-11-24
417

518
![3.34.2 Release - Opus Conductor](/releases/3.34.2-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.34.2",
6+
"version": "3.34.3",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)