Command Palette
Search for a command to run

Streaming

✓ Relevant

Streaming displays LLM response chunks incrementally instead of waiting for complete generation, dramatically improving UX; implement with `streamText` function and async iteration over `textStream`.