发布

  • [issue-4952] [FE] Add image attachments display in thread view (#5116)

    frostbyte_neo 发布于 2026-02-10 12:03:06 +00:00

    • [issue-4952] [FE] Add image attachments display in thread view
    • Created useThreadMedia hook to aggregate media from all traces in a thread
    • Updated ThreadDetailsPanel to display AttachmentsList above messages
    • Media is extracted from input/output of all traces and deduplicated by URL
    • Wrapped messages tab content in MediaProvider for proper media context

    Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

    • [issue-4952] [FE] Address PR review: fix import ordering and media deduplication bug

    Fix import grouping in ThreadDetailsPanel to follow project conventions
    (components → hooks → types) and remove URL-based deduplication in
    useThreadMedia that was dropping placeholder mappings for duplicate URLs,
    causing inline attachments to go missing in TraceMessages.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


    Co-authored-by: Douglas Blank doug@comet.com
    Co-authored-by: Claude Sonnet 4.5 noreply@anthropic.com

    下载附件