feat: favicon chip for pasted URLs#885
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pasting a bare URL into an empty composer turns it into a lightweight favicon + domain chip instead of inline text, mirroring the existing content-card affordance. A URL pasted mid-text stays inline. Chips are removable and multiple are allowed; on submit the URL rides into the query so the existing fetch tool picks it up (no server fetch or persistence — L0 prototype). Adds url_card_created / url_card_submitted / url_card_removed analytics (counts only, no host/URL).
89cb970 to
eb977c2
Compare
miurla
added a commit
that referenced
this pull request
Jun 9, 2026
Follow-up to #885. Bare URLs folded into the message at send time now render as a favicon chip (clickable, opens in a new tab) in the user message, matching the composer. Only the leading run of URL lines is chipped — so the message chip count matches what the composer showed, and a URL the user typed inside the instruction body stays as plain text.
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.
Summary
Pasting a bare URL into an empty composer turns it into a lightweight favicon + domain chip instead of inline text — mirroring the existing content-card affordance. A URL pasted mid-sentence stays inline.
Behavior
Analytics
url_card_created/url_card_submitted/url_card_removed— counts only, no host/URL (shapes in PostHog, raw content stays in Neon).Files
components/chat-panel.tsx(client-only)