agentic: artifact_create, artifact_edit tool - #2
Draft
LPFchan wants to merge 2 commits into
Draft
Conversation
LPFchan
force-pushed
the
agentic-artifacts
branch
from
May 29, 2026 02:53
08cd3cf to
378e5c1
Compare
LPFchan
force-pushed
the
agentic-todowrite
branch
from
May 29, 2026 02:53
570e8b8 to
bcf731d
Compare
Assisted-by: Codex
Completes the artifact built-in tool UI on top of F1+F2: - ChatMessageToolCallBlockArtifactCreate/Edit: render artifacts from section.toolResultExtras with streamed-metadata/error parsing and clickable preview cards. - ChatScreenArtifactPane: TEXT/Markdown/image/PDF/audio/video previews with download + close. - ChatScreen: latest-artifact auto-presentation with dismissal tracking; desktop half-width sticky pane, mobile full-screen; agentic-artifact-open event wiring. - agentic-artifact.ts: attachment filtering, stable identity, safe metadata parse. This is the F2 + artifact UI content for PR3 (stacked on F1). Verification: full 'npm run check' unavailable offline (npm ci EAI_AGAIN); scoped svelte-check = 0 errors/0 warnings, all files parse/transpile, Prettier + git diff --check pass. Re-run 'npm run check' on a networked checkout before pushing PR3.
LPFchan
force-pushed
the
agentic-todowrite
branch
from
July 22, 2026 12:56
bcf731d to
89b44a3
Compare
LPFchan
force-pushed
the
agentic-artifacts
branch
from
July 22, 2026 12:56
378e5c1 to
3f4e8f7
Compare
LPFchan
changed the base branch from
agentic-todowrite
to
agentic-question-common
July 22, 2026 12:56
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.
split into three PRs per ggml-org#23831 (3/3)
adds
artifact_createandartifact_edittool to llama.cpp's list of built-in tools.stacked on ggml-org#23848 + #(PR2) for shared tool execution layer.
server: artifact creation/editing, attachments in tool results, metadata handling
ui: artifact blocks in chat when one of two tools are called, split view side panel for presentation
tests: