Skip to content

Commit 5c8baf2

Browse files
committed
chore: add changeset for v3.31.1
1 parent 4cd5c90 commit 5c8baf2

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.changeset/v3.31.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"roo-cline": patch
3+
---
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: Improve mobile responsiveness of hero section on /reviewer page (thanks @roomote!)
10+
- Add Google Tag Manager to marketing website (thanks @roomote!)

packages/ipc/src/ipc-server.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ export class IpcServer extends EventEmitter<IpcServerEvents> implements RooCodeI
8383
const result = ipcMessageSchema.safeParse(data)
8484

8585
if (!result.success) {
86-
this.log("[server#onMessage] invalid payload", result.error.format(), data)
86+
this.log(
87+
"[server#onMessage] invalid paylooooad",
88+
JSON.stringify(result.error.format()),
89+
JSON.stringify(data),
90+
)
8791
return
8892
}
8993

releases/3.31.1-release.png

1.57 MB
Loading

0 commit comments

Comments
 (0)