From 41fbb2e68447fde906bfe6a24ec172b7e92e4af8 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 18 Oct 2025 17:18:03 +0000 Subject: [PATCH] fix: add missing title property to notification call in Task.ts --- src/core/task/Task.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/task/Task.ts b/src/core/task/Task.ts index e562bf2245..2b08c0fc9b 100644 --- a/src/core/task/Task.ts +++ b/src/core/task/Task.ts @@ -847,6 +847,7 @@ export class Task extends EventEmitter implements TaskLike { .sendNotification({ timestamp: Date.now(), type: notificationType, + title: "Approval Required", message: notificationMessage, taskId: this.taskId, metadata: {