Chat UIs Are Lists Until They Aren't
TanStack Virtual has released a new feature enabling reverse infinite scroll for chat interfaces, addressing the unique scrolling behaviors required by modern chat UIs. The update introduces `anchorTo…
TanStack Virtual has released a new feature enabling reverse infinite scroll for chat interfaces, addressing the unique scrolling behaviors required by modern chat UIs. The update introduces `anchorTo…
TanStack's AI SDK now preserves structured output across chat turns by attaching typed data to each message, eliminating the need for manual state management. The update adds a `structured-output` par…
TanStack AI has achieved full compliance with the AG-UI open protocol for agent-to-frontend communication, enabling bidirectional interoperability between any AG-UI client and server. The update makes…
Tanstack has released a new `useChat({ outputSchema })` feature that eliminates the need for manual JSON parsing and type casting when streaming structured output from large language models. The updat…