Changeset version bump (#9154)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-11 20:32:50 -05:00 committed by GitHub
parent dc37f6ae76
commit 69d4efc335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 9 deletions

View file

@ -1,8 +0,0 @@
---
"roo-cline": patch
---
![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png)
- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!)
- Add IPC command for sending messages to the current task (thanks @mrubens!)

View file

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

View file

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