2 of 6 standards met
Summary Sync ai-elements components with latest version from the component library Add new UI primitives required by updated components Bug fixes and consistency improvements across existing components New Components ai-elements: Agent status and controls File attachment handling Audio playback controls Checkpoint/save state display Git commit display Confirmation dialogs Env var display File tree navigation Microphone selection AI model selection Package information display AI persona display Sandboxed code execution Schema visualization Code snippet display Voice input controls Error stack trace display Test results visualization Speech transcription display Voice selection controls ui primitives: Test plan [ ] Run and verify app loads without errors [ ] Check that existing chat UI components render correctly [ ] Verify tool outputs display properly ๐ค Generated with Claude Code
Repository: vercel/workflow-examples. Description: Example projects and templates build using Workflow DevKit Stars: 419, Forks: 56. Primary language: TypeScript. Languages: TypeScript (96.9%), CSS (2.5%), JavaScript (0.4%), HTML (0.2%), Svelte (0%). License: MIT. Homepage: https://useworkflow.dev Open PRs: 1, open issues: 2. Last activity: 1w ago. Community health: 50%. Top contributors: adriandlam, pranaygp, VaguelySerious, dancer, ethanniser, vercel[bot], TooTallNate, RhysSullivan, gt-codes, haydenbleasel and others.
TypeScript
Last 12 weeks ยท 51 commits
Summary Add event emitted at API entry point as t=0 reference time All observability events now include timestamps for client-side delta calculation Tool functions emit and events in realtime (not batched at turn end) Inline badges display event type on left, timing/metadata on right, with tooltips explaining timestamps Preview run screenshot Changes Capture timestamp and pass to workflow Emit first, add timestamps to all events Add , add timing to all events Emit / events from each tool function Render with delta times from t=0, add tooltips Add event deduplication to prevent duplicate badges Test plan [x] Run and open http://localhost:3000 [x] Send a message and verify badges appear inline: "Request received t=0" "Workflow started +Xms" "Turn 1 started +Xms" "Tool started searchFlights +Xms" "Tool completed searchFlights +Xms" "Turn 1 completed Xs +Xms" "Workflow completed N turns in Xs +Xms" [x] Verify deltas are monotonically increasing [x] Hover over timestamps to verify tooltips appear ๐ค Generated with Claude Code