Release notes — v0.1.0
dsh-artifacts turns raw agent output into something you actually want to share. One command, zero dependencies, no design skills required.
What changed
- Four templates — document, card, dashboard, gallery.
- Five themes — light, dark, paper, terminal, brand.
- Self-contained HTML — no external fonts, CSS, or JavaScript.
- In-harness tool —
artifact_renderfor the agent itself.
How it works
Everything is inlined into a single file. Open it from disk, attach it to an email, or drop it on any static host.
dsh-artifacts notes.md --title "Release notes" --theme dark
Get started
pnpm add -g dsh-artifactsdsh-artifacts notes.md --serve 8080- Edit
notes.md, refresh the browser.