chore: add changeset for v3.31.1 (#9153)

This commit is contained in:
Matt Rubens 2025-11-10 11:52:10 -05:00 committed by GitHub
parent 4cd5c9022e
commit 2943b83ae9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

8
.changeset/v3.31.1.md Normal file
View file

@ -0,0 +1,8 @@
---
"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

@ -83,7 +83,11 @@ export class IpcServer extends EventEmitter<IpcServerEvents> implements RooCodeI
const result = ipcMessageSchema.safeParse(data)
if (!result.success) {
this.log("[server#onMessage] invalid payload", result.error.format(), data)
this.log(
"[server#onMessage] invalid paylooooad",
JSON.stringify(result.error.format()),
JSON.stringify(data),
)
return
}

BIN
releases/3.31.1-release.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB