Skip to content

Releases: Chainlit/chainlit

1.1.401

02 Aug 11:39
Compare
Choose a tag to compare

Changed

  • Directly log step input args by name instead of wrapping them in "args" for readability.

Fixed

  • Langchain Callback handler ValueError('not enough values to unpack (expected 2, got 0)')

1.1.400

29 Jul 15:56
Compare
Choose a tag to compare

Changed

  • hide_cot becomes cot and has three possible values: hidden, tool_call, full
  • User feedback are now scoring an entire run instead of a specific message
  • Slack/Teams/Discord DM threads are now split by day
  • Slack DM now also use threads
  • Avatars are always displayed at the root level of the conversation

Removed

  • disable_feedback has been removed
  • root_message has been removed

1.1.400rc1

15 Jul 15:06
Compare
Choose a tag to compare
1.1.400rc1 Pre-release
Pre-release

Fixed

  • Feedback is added to the nearest run

1.1.400rc0

12 Jul 15:15
Compare
Choose a tag to compare
1.1.400rc0 Pre-release
Pre-release

Changed

  • hide_cot becomes cot and has three possible values: hidden, tool_call, full
  • User feedback are now scoring an entire run instead of a specific message
  • Slack/Teams/Discord DM threads are now split by day
  • Avatars are always displayed at the root level of the conversation

Removed

  • disable_feedback has been removed
  • root_message has been removed

1.1.306

03 Jul 12:07
Compare
Choose a tag to compare

Added

  • Messages are now editable. You can disable this feature with config.features.edit_message = false
  • cl.chat_context to help keeping track of the messages of the current thread
  • You can now enable debug_mode when mounting Chainlit as a sub app by setting the CHAINLIT_DEBUG to true.

Fixed

  • Message are now collapsible if too long
  • Only first level tool calls are displayed
  • OAuth redirection when mounting Chainlit on a FastAPI app should now work
  • The Langchain callback handler should better capture chain runs
  • The Llama Index callback handler should now work with other decorators

1.1.305

25 Jun 23:17
6d07ae0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.304...1.1.305

1.1.304

21 Jun 10:08
Compare
Choose a tag to compare

Fixed

  • OAuth final redirection should account for root path if provided

1.1.303

20 Jun 14:51
86ded88
Compare
Choose a tag to compare

Fixed

  • OAuth URL redirection should be correctly formed when using CHAINLIT_URL + submounted chainlit app

1.1.302

18 Jun 09:24
Compare
Choose a tag to compare

Added

  • Width and height option for the copilot bubble

Fixed

  • Chat profile icon in copilot should load
  • Theme should work with Copilot

1.1.301

14 Jun 09:47
69668f2
Compare
Choose a tag to compare

Fixed

  • Azure AD oauth get_user_info not implemented error