Skip to content

Commit bc5a957

Browse files
docs: add v3.34.3 release notes (#424)
1 parent e3c0b11 commit bc5a957

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ image: /img/social-share.jpg
2121

2222
* [3.34](/update-notes/v3.34) (Combined)
2323
* [3.34.4](/update-notes/v3.34.4) (2025-11-25)
24+
* [3.34.3](/update-notes/v3.34.3) (2025-11-25)
2425
* [3.34.2](/update-notes/v3.34.2) (2025-11-24)
2526
* [3.34.1](/update-notes/v3.34.1) (2025-11-23)
2627
* [3.34.0](/update-notes/v3.34.0) (2025-11-21)

docs/update-notes/v3.34.3.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
description: This patch adds Roo Code Cloud embeddings for codebase indexing, streams native tool calls, expands Claude Opus 4.5 coverage, and includes UI and reliability improvements.
3+
keywords:
4+
- roo code 3.34.3
5+
- new features
6+
- bug fixes
7+
- provider updates
8+
- codebase indexing
9+
- roo code cloud
10+
image: /img/v3.34.3/v3.34.3.png
11+
---
12+
13+
# Roo Code 3.34.3 Release Notes (2025-11-25)
14+
15+
This release adds Roo Code Cloud as an embeddings provider for codebase indexing, streams native tool calls, expands Claude Opus 4.5 support, and includes UI, reliability, and cost improvements.
16+
17+
<img src="/img/v3.34.3/v3.34.3.png" alt="Roo Code v3.34.3 Release" width="600" />
18+
19+
* **Roo Code Cloud embeddings for codebase indexing**: Use Roo Code Cloud as a managed embeddings provider for codebase indexing so you can build semantic search over your project without running your own embedding service or managing separate API keys. The Code Index UI now exposes Roo Code Cloud as an embedder option and batches, rate-limits, and authenticates embedding requests through Roo Code Cloud for more reliable indexing. ([#9543](https://github.com/RooCodeInc/Roo-Code/pull/9543)) ([#9542](https://github.com/RooCodeInc/Roo-Code/pull/9542)) See [Codebase Indexing](/features/codebase-indexing) and [Roo Code Cloud](/providers/roo-code-cloud) for setup and usage details.
20+
* **Streaming native tool calls**: Native tools (including Roo Code Cloud and OpenRouter helpers) now stream arguments and partial results into the UI, matching the streaming experience of XML tools so you can watch long-running operations progress and debug tool behavior more easily. ([#9542](https://github.com/RooCodeInc/Roo-Code/pull/9542))
21+
22+
## QOL Improvements
23+
24+
* **Simpler bare‑metal evals setup with mise**: Standardizes the bare‑metal evals setup script on the `mise` runtime manager instead of `asdf`, reducing setup friction and avoiding version mismatches for contributors running local evals. ([#9548](https://github.com/RooCodeInc/Roo-Code/pull/9548))
25+
* **Contact links in the About Roo Code page**: Adds clear contact options directly to the About Roo Code settings page so you can quickly report bugs, request features, disclose security issues, or email the team without leaving the extension. ([#9570](https://github.com/RooCodeInc/Roo-Code/pull/9570))
26+
27+
## Bug Fixes
28+
29+
* **Streaming follow‑up questions**: Fixes `ask_followup_question` streaming so the UI shows only the intended question text instead of raw JSON, and ensures all native tools emit and handle partial tool calls correctly when streaming is enabled, preventing confusing or missing tool output. ([#9561](https://github.com/RooCodeInc/Roo-Code/pull/9561))
30+
* **Prompt caching for Claude Opus 4.5**: Ensures Anthropic Claude Opus 4.5 requests now use prompt caching like other Claude models, significantly reducing ongoing API costs for users who rely on Opus 4.5 (thanks iainRedro!). ([#9568](https://github.com/RooCodeInc/Roo-Code/pull/9568))
31+
32+
## Provider Updates
33+
34+
* **Claude Opus 4.5 in Claude Code**: Adds the `claude-opus-4-5-20251101` model to the Claude Code provider so you can select it like other Claude code models, with prompt caching support, no image support, and no reasoning effort/budget controls in the UI. ([#9560](https://github.com/RooCodeInc/Roo-Code/pull/9560)) See [Claude Code](/providers/claude-code) for supported models and configuration details.
35+
* **Claude Opus 4.5 in AWS Bedrock**: Exposes Claude Opus 4.5 through the AWS Bedrock provider so Bedrock users can access the same 200k-context, 8192-token limits, prompt caching, and reasoning capabilities as the existing Claude Opus 4 model (thanks pisicode!). ([#9572](https://github.com/RooCodeInc/Roo-Code/pull/9572)) See [AWS Bedrock](/providers/bedrock) for details on enabling and configuring this model.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ const sidebars: SidebarsConfig = {
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.34', label: '3.34 Combined' },
226226
{ type: 'doc', id: 'update-notes/v3.34.4', label: '3.34.4' },
227+
{ type: 'doc', id: 'update-notes/v3.34.3', label: '3.34.3' },
227228
{ type: 'doc', id: 'update-notes/v3.34.2', label: '3.34.2' },
228229
{ type: 'doc', id: 'update-notes/v3.34.1', label: '3.34.1' },
229230
{ type: 'doc', id: 'update-notes/v3.34.0', label: '3.34.0' },

static/img/v3.34.3/v3.34.3.png

1.7 MB
Loading

0 commit comments

Comments
 (0)