feat: add SVG preview and download to artifact panel - #608
Merged
Conversation
chenyme
self-requested a review
August 17, 2026 10:03
chenyme
approved these changes
Aug 17, 2026
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
Closes #606
SVG code blocks in assistant messages were not previewable. This PR adds
svgas a new Artifact preview kind, sosvg(alsosvg+xml/image/svg+xml) code blocks get the existing artifact eye-icon button and render inside the sandboxed Artifact panel:previewHead(CSP meta, app theme CSS variables, runtime error overlay) and rendered in thesandbox="allow-scripts"iframe, centered withmax-width: 100%— same security posture as the HTML/CSS/JS artifact kinds.svgroot elements (e.g.<svg ...>) are recognized as SVG when no language ormarkdownis specified, matching the existing HTML sniffing behavior..svgfile (image/svg+xml) instead of the wrapper document; toolbar label switches to "Download SVG".This addresses #606 with the Artifact panel approach (preview + download) rather than inline diagram rendering like Mermaid.
Change type
Affected areas
Verification
pnpm typecheck— passedpnpm exec biome checkon the changed files — passeden-US/zh-CNchat.json) — passedresolveArtifactPreviewKindlogic verified with 12 cases (fence languages,markdown/empty-language<svg>sniffing, negative cases)Screenshots, API examples, or logs
Configuration, migration, and compatibility notes
None. Requires the frontend-only change; adds
chat.artifacts.downloadSvgi18n key in bothen-USandzh-CN.Documentation
Security and privacy
Checklist
.pycfiles,.envfiles, and local storage data are not committed.