Change8

2.0.2

📦 chainlitView on GitHub →
2 features🐛 6 fixes

Summary

This release introduces HTML support for the Welcome Screen description and adds HTTP cookie tracking to session management. Several bug fixes address scrolling issues, thread resumption errors, and file message handling.

✨ New Features

  • Allow HTML formatting for markdown_description in the Welcome Screen.
  • Add http_cookie support to WebsocketSession and UserSession.

🐛 Bug Fixes

  • Update thread batch size to BATCH_SIZE to ensure proper scrolling on large threads.
  • Make the chat settings modal scrollable if its content exceeds the available height.
  • Gracefully handle errors when attempting to resume a thread.
  • Ensure credentials are only included when necessary for Chainlit requests.
  • Allow AskFileMessage to function even when spontaneous uploads are globally disabled.
  • Fix issues related to data layers.