Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
27a5da22 feat: add generation hooks and streaming for image, speech, video, transcription, and summarize
Adds a complete client-side generation layer across all framework integrations
(React, Solid, Svelte, Vue) for one-shot generation tasks: image generation,
text-to-speech, audio transcription, text summarization, and video generation.
Core changes:
- `streamGenerationResult()` and `streamVideoGeneration()` server helpers in `@tanstack/ai`
- `GenerationClient` and `VideoGenerationClient` state machines in `@tanstack/ai-client`
- Framework hooks: `useGenerateImage`, `useGenerateSpeech`, `useGenerateVideo`,
`useTranscription`, `useSummarize` (and Svelte `create*` equivalents)
- `InferGenerationOutput` type for type-safe `onResult` transforms
- New "Generations" overview doc with Mermaid architecture diagram
- Full-stack usage sections added to all 4 generation guide docs
- React example app with 5 demo pages and server API routes