Resources

Changelog

View the latest updates and changes to Chat SDK.

ccbc649

  • Replace overview with greeting on new chat page

a07a3aa

  • Paginate chat history

235b0ed

  • Use xAI as primary image model

9058240

  • Center align the plus icon

1a8cd99

  • Reference geist typeface from google fonts

90e1c83

  • Poll votes only after reaching minimum message count

47a630f

  • Create tables Message_v2 and Vote_v2 with updated schema
  • Update components/message.tsx to render content based on message.parts
  • Add migration script and guide
  • Use UseChatHelper as type
  • Replace Message type with UIMessage

553a3d8

  • Replace isLoading (deprecated) with status in useChat