diff --git a/.changeset/v3.34.3.md b/.changeset/v3.34.3.md new file mode 100644 index 0000000000..acc97280cc --- /dev/null +++ b/.changeset/v3.34.3.md @@ -0,0 +1,14 @@ +--- +"roo-cline": patch +--- + +![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) diff --git a/releases/3.34.3-release.png b/releases/3.34.3-release.png new file mode 100644 index 0000000000..a3785a3ec6 Binary files /dev/null and b/releases/3.34.3-release.png differ