Skip to content

Releases: Chainlit/chainlit

1.0.200

22 Jan 09:27
0230c02
Compare
Choose a tag to compare

Added

  • Chainlit Copilot
  • Translations
  • Custom font

Fixed

  • Tasklist flickering

1.0.101

12 Jan 12:55
Compare
Choose a tag to compare

Fixed

  • Llama index callback handler should now correctly nest the intermediary steps
  • Toggling hide_cot parameter in the UI should correctly hide the took n steps buttons
  • running loading button should only be displayed once when hide_cot is true and a message is being streamed

1.0.100

10 Jan 18:48
d76a35e
Compare
Choose a tag to compare

Added

  • on_logout hook allowing to clear cookies when a user logs out

Changed

  • Chainlit apps won't crash anymore if the data layer is not reachable

Fixed

  • File upload now works when switching chat profiles
  • Avatar with an image no longer have a background color
  • If hide_cot is set to true, the UI will never get the intermediary steps (but they will still be persisted)
  • Fixed a bug preventing to open past chats

1.0.0

08 Jan 15:29
f761689
Compare
Choose a tag to compare

Added

  • Scroll down button
  • If hide_cot is set to true, a running loader is displayed by default under the last message when a task is running.

Changed

  • Avatars are now always displayed
  • Chat history sidebar has been revamped
  • Stop task button has been moved to the input bar

Fixed

  • If hide_cot is set to true, the UI will never get the intermediary steps (but they will still be persisted)

1.0.0rc3

21 Dec 15:01
9bd5973
Compare
Choose a tag to compare
1.0.0rc3 Pre-release
Pre-release

Fixed

  • Elements are now working when authenticated
  • First interaction is correctly set when resuming a chat

Changed

  • The copy button is hidden if disable_feedback is true

1.0.0rc2

18 Dec 12:15
4d9f629
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release

Added

  • Copy button under messages
  • OAuth samesite cookie policy is now configurable through the CHAINLIT_COOKIE_SAMESITE env var

Changed

  • Relax Python version requirements
  • If hide_cot is configured to true, steps will never be sent to the UI, but still persisted.
  • Message buttons are now positioned below

1.0.0rc1

13 Dec 11:22
b373e73
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release
bump versions (#590)

1.0.0rc0

12 Dec 15:41
3a4a7ce
Compare
Choose a tag to compare
1.0.0rc0 Pre-release
Pre-release

Added

  • cl.Step

Changed

  • File upload uses HTTP instead of WS and no longer has size limitation
  • cl.AppUser becomes cl.User
  • Prompt has been split in ChatGeneration and CompletionGeneration
  • Action now display a toaster in the UI while running

0.7.700

28 Nov 13:57
Compare
Choose a tag to compare

Added

  • Support for custom HTML in message content is now an opt in feature in the config
  • Uvicorn ws_per_message_deflate config param is now configurable like UVICORN_WS_PER_MESSAGE_DEFLATE=false

Changed

  • Latex support is no longer enabled by default and is now a feature in the config

Fixed

  • Fixed LCEL memory message order in the prompt playground
  • Fixed a key error when using the file watcher (-w)
  • Fixed several user experience issues with on_chat_resume
  • on_chat_end is now always called when a chat ends
  • Switching chat profiles correctly clears previous AskMessages

0.7.604

21 Nov 15:28
Compare
Choose a tag to compare

Fixed

  • on_chat_resume now works properly with non json serializable objects
  • LangchainCallbackHandler no longer send tokens to the wrong user under high concurrency
  • Langchain cache should work when cache is to true in config.toml