mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#10195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
parent
7789b40000
commit
b37b231dfc
3 changed files with 12 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Change default tool protocol from XML to native for improved reliability and performance (PR #10186 by @mrubens)
|
||||
- Add native tool support for VS Code Language Model API providers (PR #10191 by @daniel-lxs)
|
||||
- Lock task tool protocol for consistent task resumption, ensuring tasks resume with the same protocol they started with (PR #10192 by @daniel-lxs)
|
||||
- Replace edit_file tool alias with actual edit_file tool for improved diff editing capabilities (PR #9983 by @hannesrudolph)
|
||||
- Fix LiteLLM router models by merging default model info for native tool calling support (PR #10187 by @daniel-lxs)
|
||||
- Add PostHog exception tracking for consecutive mistake errors to improve error monitoring (PR #10193 by @daniel-lxs)
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.36.13] - 2025-12-18
|
||||
|
||||

|
||||
|
||||
- Change default tool protocol from XML to native for improved reliability and performance (PR #10186 by @mrubens)
|
||||
- Add native tool support for VS Code Language Model API providers (PR #10191 by @daniel-lxs)
|
||||
- Lock task tool protocol for consistent task resumption, ensuring tasks resume with the same protocol they started with (PR #10192 by @daniel-lxs)
|
||||
- Replace edit_file tool alias with actual edit_file tool for improved diff editing capabilities (PR #9983 by @hannesrudolph)
|
||||
- Fix LiteLLM router models by merging default model info for native tool calling support (PR #10187 by @daniel-lxs)
|
||||
- Add PostHog exception tracking for consecutive mistake errors to improve error monitoring (PR #10193 by @daniel-lxs)
|
||||
|
||||
## [3.36.12] - 2025-12-18
|
||||
|
||||

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