fix: render task reminder system items

This commit is contained in:
Keisuke Hirata 2026-05-29 14:09:22 +09:00
parent cd98c8167a
commit ef09a75fba
No known key found for this signature in database

View File

@ -1678,6 +1678,7 @@ impl App {
session_store::SystemItem::FileAttachment { body, .. } session_store::SystemItem::FileAttachment { body, .. }
| session_store::SystemItem::Knowledge { body, .. } | session_store::SystemItem::Knowledge { body, .. }
| session_store::SystemItem::Workflow { body, .. } | session_store::SystemItem::Workflow { body, .. }
| session_store::SystemItem::TaskReminder { body, .. }
| session_store::SystemItem::Interrupt { body } => { | session_store::SystemItem::Interrupt { body } => {
self.task_store.apply_system_message_text(&body); self.task_store.apply_system_message_text(&body);
self.blocks.push(Block::SystemMessage { text: body }); self.blocks.push(Block::SystemMessage { text: body });