Skip to content

Changelog

All notable changes to Chat UI will be documented here.

[0.1.0] - 2025-01-01

Added

  • Initial release
  • Chat component with full features
  • ChatMinimal component without history
  • ChatMessage, ChatMessageList components
  • ChatInput with file upload support
  • ChatHistory sidebar component
  • ToolCall and ToolCalls components
  • useChat hook for custom implementations
  • useChatHistory hook for history management
  • AgentServerClient for direct API access
  • Dark and light theme support
  • Custom theme colors via props and CSS variables
  • SSE streaming support
  • File upload with drag-and-drop
  • Tool call visualization
  • Markdown rendering
  • TypeScript types
  • React 18+ support

Released under the MIT License.