co-mono/packages/web-ui/src/tools/artifacts
Mario Zechner 547be7ce37 Add clickable artifact pills to tool renderer
- Create ArtifactPill component (similar to SkillPill)
- Renders filename as clickable pill with FileCode2 icon
- Clicking pill opens artifacts panel and selects that artifact
- Update ArtifactsToolRenderer to accept artifactsPanel reference
- Pass artifactsPanel from ChatPanel to renderer on initialization
- Display artifact pill below header for all commands
- Pill only clickable when artifactsPanel reference is available
2025-10-08 14:01:25 +02:00
..
ArtifactElement.ts web-ui package 2025-10-05 13:30:08 +02:00
ArtifactPill.ts Add clickable artifact pills to tool renderer 2025-10-08 14:01:25 +02:00
artifacts-tool-renderer.ts Add clickable artifact pills to tool renderer 2025-10-08 14:01:25 +02:00
artifacts.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
Console.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
HtmlArtifact.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
index.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
MarkdownArtifact.ts web-ui package 2025-10-05 13:30:08 +02:00
SvgArtifact.ts web-ui package 2025-10-05 13:30:08 +02:00
TextArtifact.ts web-ui package 2025-10-05 13:30:08 +02:00