Skip to content

1.1.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@willydouhard willydouhard released this 06 May 12:31
· 13 commits to main since this release
329e14a

Added

  • cl.on_audio_chunk decorator to process incoming the user incoming audio stream
  • cl.on_audio_end decorator to react to the end of the user audio stream
  • The cl.Audio element now has an auto_play property
  • http_referer is now available in cl.user_session

Changed

  • The UI has been revamped, especially the navigation
  • The arrow up button has been removed from the input bar, however pressing the arrow up key still opens the last inputs menu
  • [breaking] the send() method on cl.Message now returns the message instead of the message id
  • [breaking] The multi_modal feature has been renamed spontaneous_file_upload in the config
  • Element display property now defaults to inline instead of side

Fixed

  • Stopping a task should now work better (using asyncio task.cancel)