chore: update ticket source from develop

This commit is contained in:
2026-08-19 08:38:13 +09:00
25 changed files with 2129 additions and 189 deletions
+1 -1
View File
@@ -2190,7 +2190,7 @@ impl App {
session_store::SystemItem::FileAttachment { body, .. }
| session_store::SystemItem::SkillActivation { 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.blocks.push(Block::SystemMessage { text: body });
}