From 656b0edba3b5584ec25bd9e98801271c9c725d25 Mon Sep 17 00:00:00 2001 From: Baptiste Leproux Date: Mon, 17 Aug 2026 18:32:54 +0200 Subject: [PATCH 1/2] fix(assistant): use new comark props --- app/components/AssistantChat.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/AssistantChat.vue b/app/components/AssistantChat.vue index 15b056d..e3a1c09 100644 --- a/app/components/AssistantChat.vue +++ b/app/components/AssistantChat.vue @@ -180,8 +180,8 @@ function sourcesLabel(message: UIMessage) { :text="part.text" :streaming="isPartStreaming(part)" > -