Skip to content

Releases: Chainlit/chainlit

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

1.1.300

13 Jun 14:54
Compare
Choose a tag to compare

Added

  • @cl.set_starters and cl.Starter to suggest conversation starters to the user
  • Teams integration
  • Expand copilot button
  • Debug mode when starting with -d. Only available if the data layer supports it. This replaces the Prompt Playground.
  • default theme config in config.toml
  • If only one OAuth provider is set, automatically redirect the user to it
  • Input streaming for tool calls

Changed

  • [BREAKING] Custom endpoints have been reworked. You should now mount your Chainlit app as a FastAPI subapp.
  • [BREAKING] Avatars have been reworked. cl.Avatar has been removed, instead place your avatars by name in /public/avatars/*
  • [BREAKING] The running, took_one and took_other translations have been replaced by used.
  • [BREAKING] root attribute of cl.Step has been removed. Use cl.Message to send root level messages.
  • Chain of Thought has been reworked. Only steps of type tool will be displayed if hide_cot is false
  • The show_readme_as_default config has been removed
  • No longer collapse root level messages
  • The blue alert "Continuing chat" has been removed.

Fix

  • The Chat Profile description should now disappear when not hovered.
  • Error handling of steps has been improved
  • No longer stream the first token twice
  • Copilot should now work as expected even if the user is closing/reopening it
  • Copilot CSS should no longer leak/be impacted by the host website CSS
  • Fix various cl.Context errors
  • Reworked message padding and spacing
  • Chat profile should now support non-ASCII characters (like chinese)

1.1.300rc5

11 Jun 09:08
28eb9e2
Compare
Choose a tag to compare
1.1.300rc5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.1.300rc4...1.1.300rc5

1.1.300rc4

30 May 10:24
4764a52
Compare
Choose a tag to compare
1.1.300rc4 Pre-release
Pre-release

Fix

  • AI message margin top

1.1.300rc3

30 May 08:31
d94b871
Compare
Choose a tag to compare
1.1.300rc3 Pre-release
Pre-release

Added

  • Input streaming for tool calls

1.1.300rc2

29 May 10:11
7d2a5a7
Compare
Choose a tag to compare
1.1.300rc2 Pre-release
Pre-release

Added

Expand copilot button

Fix

Reworked message padding and spacing
Chat profile should now support non-ASCII characters (like chinese)

1.1.300rc1

28 May 07:32
Compare
Choose a tag to compare
1.1.300rc1 Pre-release
Pre-release

Fix

  • Scroll flickering when streaming
  • Logo max height