Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
65e63ab7fb
Fix duplicate entry in CHANGELOG for version 3.35.1
Removed duplicate entry for patch changes in version 3.35.1.
2025-12-01 18:31:39 -05:00
github-actions[bot]
23469ce002 changeset version bump 2025-12-01 23:27:51 +00:00
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +0,0 @@
---
"roo-cline": patch
---
- Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)
- Improve: Better IPC error logging for easier debugging (PR #9727 by @cte)

View file

@ -1,5 +1,10 @@
# Roo Code Changelog
## [3.35.1] - 2025-12-01
- Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)
- Improve: Better IPC error logging for easier debugging (PR #9727 by @cte)
## [3.35.0] - 2025-12-01
![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png)

View file

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