Releases: Chainlit/chainlit
Releases · Chainlit/chainlit
1.1.302
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
Fixed
- Azure AD oauth get_user_info not implemented error
1.1.300
Added
@cl.set_starters
andcl.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 inconfig.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
andtook_other
translations have been replaced byused
. - [BREAKING]
root
attribute ofcl.Step
has been removed. Usecl.Message
to send root level messages. - Chain of Thought has been reworked. Only steps of type
tool
will be displayed ifhide_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
What's Changed
- feat: add ssl support using custom key/cert files by @tpatel in #1047
- Add Teams integration by @willydouhard in #1003
- feat: add OAuth Azure AD hybrid flow by @tpatel in #1046
- fix en-US.json small typo by @davizucon in #1061
- Update sql_alchemy.py - bugfix for delete_step by @ralphkink in #1027
- prepare release by @willydouhard in #1064
New Contributors
- @davizucon made their first contribution in #1061
- @ralphkink made their first contribution in #1027
Full Changelog: 1.1.300rc4...1.1.300rc5
1.1.300rc4
Fix
- AI message margin top
1.1.300rc3
Added
- Input streaming for tool calls
1.1.300rc2
Added
Expand copilot button
Fix
Reworked message padding and spacing
Chat profile should now support non-ASCII characters (like chinese)
1.1.300rc1
Fix
- Scroll flickering when streaming
- Logo max height
1.1.300rc0
Added
- Debug mode when starting with
-d
. Only available if the data layer supports it. This replaces the Prompt Playground. @cl.set_starters
andcl.Starter
to suggest conversation starters to the userdefault
theme config inconfig.toml
- If only one OAuth provider is set, automatically redirect the user to it
Changed
- [BREAKING] Avatars have been reworked.
cl.Avatar
has been removed, instead place your avatars by name in/public/avatars/*
- [BREAKING] The
running
,took_one
andtook_other
translations have been replaced byused
. - [BREAKING]
root
attribute ofcl.Step
has been removed. Usecl.Message
to send root level messages. - Chain of Thought has been reworked. Only steps of type
tool
will be displayed ifhide_cot
is false - The
show_readme_as_default
config has been removed - No longer collapse root level messages
Fixed
- 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
1.1.202
Added
- Support for video players like youtube or vimeo
Fixed
- Fix audio capture on windows browsers