Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 16:16
· 420 commits to development since this release

Features

  • feat(chat): add cognito provider (Issue #1162) (#1163)
  • feat(chat): add overlay when menu on mobile is open (Issue #1159) (#1161)
  • feat(chat): add possibility to duplicate own chats and prompts (Issue #1137) (#1160)
  • feat(chat): confirmation message if imports chat prompt is exist (Issue #609, #1195) (#1136)
  • feat(chat): implement isolated model view page (Issue #1154) (#1165)
  • feat(chat-e2e): added tests for prompt dialog (#1142)
  • feat(chat-e2e): duplicate shared conversation tests (#1175)
  • feat(chat-e2e): implemented shared entities tests (#1200)
  • feat(chat-e2e): updated e2e tests dependencies (#1215)

Fixes

  • fix(chat): GPT model answer on wrong questions if use it after the model/application/addon with custom content (Issue#1024) (#1170)
  • fix(chat): add support for all models for router (Issue #1154) (#1186)
  • fix(chat): check assistant model id only for "assistant" type (Issue #1179) (#1180)
  • fix(chat): disable context menu for attachment/table/code block buttons (Issue #1156) (#1157)
  • fix(chat): disallow TAB and ASCII control symbols (Issue #1212) (#1213)
  • fix(chat): disallow TAB and ASCII control symbols (Issue #1212) (#1216)
  • fix(chat): fix 'duplicate the conversation to be able to edit' button (Issue #1166) (#1174)
  • fix(chat): fix auto-scroll for message editing for desktop (Issue 1168) (#1240)
  • fix(chat): fix blackout for overlay (Issue #1207) (#1208)
  • fix(chat): fix chat input height (Issue #1150) (#1164)
  • fix(chat): fix duplicated disabled folder with a dot at the end after import of chat/prompt(Issue #1236) (#1242)
  • fix(chat): fix file to folder upload (Issue #1211) (#1218)
  • fix(chat): fix message and model view in isolated view (Issue #1154) (#1173)
  • fix(chat): fix model description for isolated view (Issue #1154, #1181) (#1185)
  • fix(chat): fix nested folders deletion (Issue #1151) (#1155)
  • fix(chat): fix prompt sharing (Issue #1172) (#1225)
  • fix(chat): fix scroll down when expand image (Issue #1168) (#1219)
  • fix(chat): fix selected shared chat folder structure (Issue #1172) (#1178)
  • fix(chat): fix the duplication of own items (Issue #1137) (#1198)
  • fix(chat): fix token limit text wrapping (Issue #1196) (#1201)
  • fix(chat): hide duplicate for empty chats (Issue #1137) (#1238)
  • fix(chat): hide share icon when mouse hover on the file (Issue #1169) (#1171)
  • fix(chat): replace 'conversation not found' screen while deleting all conversations with loader (Issue #1187) (#1189)
  • fix(chat): replace TAB by space (Issue #1203) (#1204)
  • fix(chat): replace addons and talk to modals over side panels (Issue #1100) (#1149)
  • fix(chat): show spaces in folder name (Issue #1090) (#1148)
  • fix(chat): suppress console error (Issue #1154) (#1177)
  • fix(chat): update error text about tokens (Issue #1196) (#1197)

Other

  • chore(chat): bump vite from 5.0.12 to 5.0.13 (#1193)