feat(cloud-agent): Show S3-backed image attachment thumbnails#3707
Merged
Conversation
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
tatoalo
force-pushed
the
posthog-code/cloud-attachment-thumbnails
branch
from
July 22, 2026 14:20
2c94fca to
fe41715
Compare
tatoalo
force-pushed
the
posthog-code/cloud-attachment-thumbnails
branch
from
July 22, 2026 15:59
3503d5f to
8cfaec0
Compare
tatoalo
force-pushed
the
posthog-code/cloud-attachment-thumbnails
branch
from
July 22, 2026 16:08
e57fefc to
8a536dd
Compare
tatoalo
marked this pull request as ready for review
July 22, 2026 16:08
jonathanlab
approved these changes
Jul 22, 2026
Contributor
|
tatoalo
enabled auto-merge (squash)
July 22, 2026 16:11
tatoalo
force-pushed
the
posthog-code/cloud-attachment-thumbnails
branch
from
July 22, 2026 16:15
1f00c21 to
40a6fe6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Why: Image attachments in cloud task conversations only appear as filename chips, making similar screenshots difficult to distinguish.
Changes
Render image attachments as compact, labeled thumbnails in both chat views, with a full-size preview on click. Cloud task images resolve through the existing authenticated artifact manifest and short-lived S3 presigned URLs, while local and unavailable attachments retain their existing fallbacks.