Skip to content

Commit 247bf01

Browse files
Changeset version bump (#9840)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 39a549f commit 247bf01

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

.changeset/v3.36.1.md

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

CHANGELOG.md

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

3+
## [3.36.1] - 2025-12-04
4+
5+
![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png)
6+
7+
- Add MessageManager layer for centralized history coordination, fixing message synchronization issues (PR #9842 by @hannesrudolph)
8+
- Fix: Prevent cascading truncation loop by only truncating visible messages (PR #9844 by @hannesrudolph)
9+
- Fix: Handle unknown/invalid native tool calls to prevent extension freeze (PR #9834 by @daniel-lxs)
10+
- Always enable reasoning for models that require it (PR #9836 by @cte)
11+
- ChatView: Smoother stick-to-bottom behavior during streaming (PR #8999 by @hannesrudolph)
12+
- UX: Improved error messages and documentation links (PR #9777 by @brunobergher)
13+
- Fix: Overly round follow-up question suggestions styling (PR #9829 by @brunobergher)
14+
- Add symlink support for slash commands in .roo/commands folder (PR #9838 by @mrubens)
15+
- Ignore input to the execa terminal process for safer command execution (PR #9827 by @mrubens)
16+
- Be safer about large file reads (PR #9843 by @jr)
17+
- Add gpt-5.1-codex-max model to OpenAI provider (PR #9848 by @hannesrudolph)
18+
- Evals UI: Add filtering, bulk delete, tool consolidation, and run notes (PR #9837 by @hannesrudolph)
19+
- Evals UI: Add multi-model launch and UI improvements (PR #9845 by @hannesrudolph)
20+
- Web: New pricing page (PR #9821 by @brunobergher)
21+
322
## [3.36.0] - 2025-12-04
423

524
![3.36.0 Release - Rewind Kangaroo](/releases/3.36.0-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.0",
6+
"version": "3.36.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)