Skip to content

Commit 6733bcb

Browse files
github-actions[bot]cte
authored andcommitted
Changeset version bump (RooCodeInc#10195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <cestreich@gmail.com>
1 parent 98f8e1d commit 6733bcb

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.changeset/v3.36.13.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Roo Code Changelog
22

3+
## [3.36.13] - 2025-12-18
4+
5+
![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png)
6+
7+
- Change default tool protocol from XML to native for improved reliability and performance (PR #10186 by @mrubens)
8+
- Add native tool support for VS Code Language Model API providers (PR #10191 by @daniel-lxs)
9+
- Lock task tool protocol for consistent task resumption, ensuring tasks resume with the same protocol they started with (PR #10192 by @daniel-lxs)
10+
- Replace edit_file tool alias with actual edit_file tool for improved diff editing capabilities (PR #9983 by @hannesrudolph)
11+
- Fix LiteLLM router models by merging default model info for native tool calling support (PR #10187 by @daniel-lxs)
12+
- Add PostHog exception tracking for consecutive mistake errors to improve error monitoring (PR #10193 by @daniel-lxs)
13+
314
## [3.36.12] - 2025-12-18
415

516
![3.36.12 Release - Better telemetry and Bedrock fixes](/releases/3.36.12-release.png)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.36.12",
6+
"version": "3.36.13",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)