You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Claude-style artifacts in LibreChat's existing link sharing feature. When a user shares a conversation link, include any artifacts created during the conversation and ensure they are properly rendered for recipients.
Key points:
Implement artifact creation similar to Claude (code snippets, Markdown, HTML, SVG, Mermaid diagrams, React components)
When sharing links, include references to all artifacts in the conversation
Render artifacts correctly when a shared link is opened
Maintain artifact interactivity in shared views (e.g., copyable code snippets)
More details
This enhancement builds upon the existing link sharing functionality. It will allow users to share richer conversations that include interactive elements like code samples, diagrams, and other visual content.
Implementation will require:
Extending the current link sharing system to include artifact data
Updating the conversation viewer to render artifacts in shared links
Ensuring artifact interactivity is preserved in shared views
Which components are impacted by your request?
UI
Pictures
Clicking on an artifact currently doesn't do anything.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What features would you like to see added?
Add support for Claude-style artifacts in LibreChat's existing link sharing feature. When a user shares a conversation link, include any artifacts created during the conversation and ensure they are properly rendered for recipients.
Key points:
More details
This enhancement builds upon the existing link sharing functionality. It will allow users to share richer conversations that include interactive elements like code samples, diagrams, and other visual content.
Implementation will require:
Which components are impacted by your request?
UI
Pictures
Clicking on an artifact currently doesn't do anything.Code of Conduct
The text was updated successfully, but these errors were encountered: