Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
6083258094
Update CHANGELOG for version 3.35.2
Updated changelog for version 3.35.2 with new features and fixes.
2025-12-02 00:37:19 -05:00
github-actions[bot]
4aa59478bb changeset version bump 2025-12-02 05:35:00 +00:00
3 changed files with 10 additions and 11 deletions

View file

@ -1,10 +0,0 @@
---
"roo-cline": patch
---
![3.35.2 Release - Model Default Temperatures](/releases/3.35.2-release.png)
- Allow models to contain default temperature settings for provider-specific optimal defaults (PR #9734 by @mrubens)
- Add tag-based native tool calling detection for Roo provider models (PR #9735 by @mrubens)
- Enable native tool support for all LiteLLM models by default (PR #9736 by @mrubens)
- Pass app version to provider for improved request tracking (PR #9730 by @cte)

View file

@ -1,5 +1,14 @@
# Roo Code Changelog
## [3.35.2] - 2025-12-01
![3.35.2 Release - Model Default Temperatures](/releases/3.35.2-release.png)
- Allow models to contain default temperature settings for provider-specific optimal defaults (PR #9734 by @mrubens)
- Add tag-based native tool calling detection for Roo provider models (PR #9735 by @mrubens)
- Enable native tool support for all LiteLLM models by default (PR #9736 by @mrubens)
- Pass app version to provider for improved request tracking (PR #9730 by @cte)
## [3.35.1] - 2025-12-01
- Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.35.1",
"version": "3.35.2",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",