From 05ed5a7adf7a1ac48e6ff4dfa396a339c4a47d48 Mon Sep 17 00:00:00 2001 From: Acbox Date: Wed, 11 Mar 2026 17:25:24 +0800 Subject: [PATCH] feat(web): open container file attachments in file manager Container file attachments (from agent blocks) now render as clickable buttons that open the right-side file manager preview. Also broadens AttachmentItem type to cover both persisted media assets and streaming container-file references. --- .../chat/components/attachment-block.vue | 57 ++++++++++++++++--- apps/web/src/store/chat-list.ts | 15 +++-- 2 files changed, 60 insertions(+), 12 deletions(-) diff --git a/apps/web/src/pages/chat/components/attachment-block.vue b/apps/web/src/pages/chat/components/attachment-block.vue index 62ad8672..36727933 100644 --- a/apps/web/src/pages/chat/components/attachment-block.vue +++ b/apps/web/src/pages/chat/components/attachment-block.vue @@ -47,6 +47,27 @@ + + +