fix(schedule): route daily set-remind phrases through ITL with recurrence
Memind CI / Test, build, and release guards (push) Failing after 3m4s
Memind CI / Test, build, and release guards (push) Failing after 3m4s
Support colloquial forms like「设置每天18:00提醒打卡」, persist daily metadata on commit, and schedule the next reminder after each delivery. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -26,6 +26,9 @@ function buildDraftPayload(classification, { intent, user, timezone }) {
|
||||
...base,
|
||||
title: detail.title,
|
||||
remindLocal: detail.remindLocal,
|
||||
hour: detail.hour,
|
||||
minute: detail.minute,
|
||||
recurrence: detail.recurrence ?? 'once',
|
||||
};
|
||||
}
|
||||
if (kind === 'create_todo') {
|
||||
|
||||
Reference in New Issue
Block a user