Skip to content

0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 18:21
· 1032 commits to development since this release

Experimental unstable version (with server-side persistence support). Use at your own risk.

Most severe known issues:

Issue #686

Features

  • feat(chat): add delete shared entities (Issue #709) (#774)
  • feat(chat): hide context menu options for empty chat (Issue #755, #758) (#759)
  • feat(chat-e2e): updated playback and replay e2e tests (#753)
  • feat(chat-e2e): updated tests with stateful api usage (#683)

Fixes

  • fix(chat): add spinner while create new entity or delete all entities (Issue #725) (#765)
  • fix(chat): debounce system prompt updating (Issue #757) (#776)
  • fix(chat): display shared with me prompt under folder (Issue #704) (#747)
  • fix(chat): export import integration with latest API (issue #640, #695) (#752)
  • fix(chat): fix applying temperature (Issue #588) (#762)
  • fix(chat): fix attachment limit (Issue #656, #278) (#787)
  • fix(chat): fix attachments issues (Issue #754) (#781)
  • fix(chat): fix clear all entities for sharedWithMe (Issue #707) (#737)
  • fix(chat): fix entity updates even if error occurs while recreation (Issue #740) (#763)
  • fix(chat): fix error delete message (Issue #724) (#751)
  • fix(chat): fix error message for failed removing (Issue #724, #691) (#729)
  • fix(chat): fix impossibility to create replay and playback for shared with me entity (Issue #730) (#739)
  • fix(chat): fix migration issues (Issue #668) (#717)
  • fix(chat): fix prompt folders drag&drop (Issue #745) (#746)
  • fix(chat): fix removing files(Issue #771) (#770)
  • fix(chat): fixed maximum file uploading count (Issue #656) (#748)
  • fix(chat): handle bucket request error (Issue #733, #728) (#736)
  • fix(chat): hide context menu options for empty folders (Issue #756) (#773)
  • fix(chat): use NEXT_PUBLIC_DEFAULT_TEMPERATURE if it equals 0 (Issue #588) (#749)
  • fix(overlay): enabledFeatures should be processed if it's array (#742)