Releases: Chainlit/chainlit
Releases · Chainlit/chainlit
1.0.200
Added
- Chainlit Copilot
- Translations
- Custom font
Fixed
- Tasklist flickering
1.0.101
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 whenhide_cot
is true and a message is being streamed
1.0.100
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 totrue
, 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
Added
- Scroll down button
- If
hide_cot
is set totrue
, arunning
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 totrue
, the UI will never get the intermediary steps (but they will still be persisted)
1.0.0rc3
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
istrue
1.0.0rc2
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 totrue
, steps will never be sent to the UI, but still persisted. - Message buttons are now positioned below
1.0.0rc1
bump versions (#590)
1.0.0rc0
Added
- cl.Step
Changed
- File upload uses HTTP instead of WS and no longer has size limitation
cl.AppUser
becomescl.User
Prompt
has been split inChatGeneration
andCompletionGeneration
Action
now display a toaster in the UI while running
0.7.700
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 likeUVICORN_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
Fixed
on_chat_resume
now works properly with non json serializable objectsLangchainCallbackHandler
no longer send tokens to the wrong user under high concurrency- Langchain cache should work when
cache
is totrue
inconfig.toml