From 41ffe38699326228274cee991ff45c1bd651d691 Mon Sep 17 00:00:00 2001 From: matevip Date: Sat, 15 Aug 2026 00:54:19 -0400 Subject: [PATCH] fix(team): harden readonly run interactions (#596) --- .../src/components/chat/MessageBubble.vue | 11 ++++--- .../src/components/chat/MessageList.vue | 3 ++ .../teamRunTimelineRendering.test.ts | 13 +++++++-- .../src/components/live/AgentRunGroups.vue | 4 +-- .../live/__tests__/AgentRunGroups.test.ts | 11 +++++++ .../__tests__/useTeamRunHistory.test.ts | 29 +++++++++++++++++++ .../src/composables/useTeamRunHistory.ts | 15 ++++++---- mateclaw-ui/src/views/ChatConsole.vue | 9 ++++-- .../workerConversationWriteGuards.test.ts | 23 +++++++++++++++ 9 files changed, 102 insertions(+), 16 deletions(-) create mode 100644 mateclaw-ui/src/views/__tests__/workerConversationWriteGuards.test.ts diff --git a/mateclaw-ui/src/components/chat/MessageBubble.vue b/mateclaw-ui/src/components/chat/MessageBubble.vue index 6c7e423b..fc8f237b 100644 --- a/mateclaw-ui/src/components/chat/MessageBubble.vue +++ b/mateclaw-ui/src/components/chat/MessageBubble.vue @@ -219,7 +219,7 @@

{{ errorAction }}

{{ $t('chat.incompleteDescription') }}