Skip to content

Commit 69d4efc

Browse files
Changeset version bump (#9154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent dc37f6a commit 69d4efc

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changeset/v3.31.1.md

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

CHANGELOG.md

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

3+
## [3.31.1] - 2025-11-11
4+
5+
![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png)
6+
7+
- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!)
8+
- Add IPC command for sending messages to the current task (thanks @mrubens!)
9+
- Fix: Model switch re-applies selected profile, ensuring task configuration stays in sync (#9179 by @hannesrudolph, PR by @hannesrudolph)
10+
- Move auto-approval logic from `ChatView` to `Task` for better architecture (thanks @cte!)
11+
- Add custom Button component with variant system (thanks @brunobergher!)
12+
313
## [3.31.0] - 2025-11-07
414

515
![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.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.31.0",
6+
"version": "3.31.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)