Compare commits

...

2 commits

Author SHA1 Message Date
Chris Estreich
2ca6f5fec1
Update CHANGELOG for version 3.36.14
Added details about the 3.36.14 release, including new features and fixes.
2025-12-18 18:52:04 -08:00
github-actions[bot]
57c4d748eb changeset version bump 2025-12-19 01:49:37 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
"roo-cline": patch
---
![3.36.14 Release - Native Tool Calling for Claude on Vertex AI](/releases/3.36.14-release.png)
- Add native tool calling support for Claude models on Vertex AI, enabling more efficient and reliable tool interactions (PR #10197 by @hannesrudolph)
- Fix JSON Schema format value stripping for OpenAI compatibility, resolving issues with unsupported format values (PR #10198 by @daniel-lxs)
- Improve "no tools used" error handling with graceful retry mechanism for better reliability when tools fail to execute (PR #10196 by @hannesrudolph)

View file

@ -1,5 +1,13 @@
# Roo Code Changelog # Roo Code Changelog
## [3.36.14] - 2025-12-18
![3.36.14 Release - Native Tool Calling for Claude on Vertex AI](/releases/3.36.14-release.png)
- Add native tool calling support for Claude models on Vertex AI, enabling more efficient and reliable tool interactions (PR #10197 by @hannesrudolph)
- Fix JSON Schema format value stripping for OpenAI compatibility, resolving issues with unsupported format values (PR #10198 by @daniel-lxs)
- Improve "no tools used" error handling with graceful retry mechanism for better reliability when tools fail to execute (PR #10196 by @hannesrudolph)
## [3.36.13] - 2025-12-18 ## [3.36.13] - 2025-12-18
![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png) ![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png)

View file

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