fix: add missing title property to notification call in Task.ts

This commit is contained in:
Roo Code 2025-10-18 17:18:03 +00:00
parent e043387fb4
commit 41fbb2e684

View file

@ -847,6 +847,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
.sendNotification({
timestamp: Date.now(),
type: notificationType,
title: "Approval Required",
message: notificationMessage,
taskId: this.taskId,
metadata: {