feat: expand live chat and work server tools

This commit is contained in:
2026-04-30 11:40:02 +09:00
parent 42ae640470
commit 2df0ba30cb
112 changed files with 15241 additions and 996 deletions

View File

@@ -110,5 +110,7 @@ export async function notifyPlanEvent(
body,
threadId: `plan-${planId}`,
data: buildPlanNotificationData(planId, String(item.workId), eventType),
}, {
disableWebPush: Boolean(item.suppressWebPush),
});
}