mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#9579)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
a66cd8a841
commit
86cdbff0a5
3 changed files with 14 additions and 15 deletions
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- 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)
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.34.3] - 2025-11-25
|
||||
|
||||

|
||||
|
||||
- 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
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.34.2",
|
||||
"version": "3.34.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue