Update CHANGELOG.md

This commit is contained in:
Matt Rubens 2025-11-25 10:23:45 -05:00 committed by GitHub
parent 0452e806ff
commit 2f99d0165a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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