Skip to content

Releases: epam/ai-dial-chat

0.11.0

22 May 18:29
Compare
Choose a tag to compare

Features

  • feat(chat): Implement ability to use custom renderers for the attachments(Issue #1270) (#1297)
  • feat(chat): add Okta auth (Issue #1360) (#1361)
  • feat(chat): auto-select just uploaded files in attach files window (Issue #1325) (#1389)
  • feat(chat): fix folder attachments (Issue #967) (#1375)
  • feat(chat): fix folder attachments (Issue #967, #1376) (#1377)
  • feat(chat): fix uploading files (Issue #967) (#1371)
  • feat(chat): support attachment of folders (Issue #967) (#1363)
  • feat(chat-e2e): added gpt-4-turbo, anthropic.claude-v3-opus models and corresponding tests (#1388)
  • feat(chat-e2e): added llama 3 models (#1355)
  • feat(chat-e2e): added tests for attachments in input textarea (#1356)
  • feat(chat-e2e): added tests for chat content scrolling (#1308)
  • feat(chat-e2e): added tests for conversations/prompts duplication (#1347)
  • feat(chat-e2e): added tests for update attachments in Send input (#1382)
  • feat(chat-e2e): edit message attachments tests (#1398)
  • feat(chat-e2e): update regenerate response in compare mode test (#1410)
  • feat(chat-e2e): updated model version regex (#1413)
  • feat(chat-e2e): updated playwright version to 1.44 (#1353)

Fixes

  • fix(chat): Change 'Continue' button white font on light theme in import duplicates dialog (Issue #1235) (#1384)
  • fix(chat): adjust buttons hover color on prompt preview modal (Issue #1327) (#1387)
  • fix(chat): align version selector for models with long description (Issue #1346) (#1385)
  • fix(chat): change folder hover color (Issue #1338) (#1396)
  • fix(chat): change prompt button colors (Issue #1249) (#1393)
  • fix(chat): clean error message when select folder closed (Issue #1337) (#1392)
  • fix(chat): fix error during new lib publishing (Issue #1270) (#1374)
  • fix(chat): fix import of conversations with plotly-data (Issue #1394) (#1395)
  • fix(chat): fix issue with report issue and report api key dialogs (Issue #117) (#1354)
  • fix(chat): fix links sharing and playback with folders (Issue #1372, #967) (#1379)
  • fix(chat): fix modal scrolling (Issue #1194) (#1399)
  • fix(chat): fix playback attachments displaying (Issue #1357) (#1358)
  • fix(chat): fix underfined custom logo value in local store (Issue #1188) (#1322)
  • fix(chat): keep selected files checked after downloading (Issue #1350) (#1386)
  • fix(chat): reset new folder after renaming (Issue #1340) (#1397)
  • fix(chat): unify the modal windows paddings (Issue #1191) (#1383)
  • fix(chat): unify the modal windows paddings (Issue #1191) (#1409)
  • fix(chat): update nested folder ids when parent folder is renamed (Issue #1339) (#1402)
  • fix(visualizer): fix publish script (Issue #1270) (#1391)

Other

  • chore(chat): bump ejs from 3.1.9 to 3.1.10 (#1343)
  • chore(chat): bump next from 13.5.4 to 14.1.1 (#1362)

0.10.1

16 May 18:14
Compare
Choose a tag to compare

Fixes

  • fix(chat): fix links and plotly sharing (Issue #1372) (#1390)

0.10.0

01 May 05:37
Compare
Choose a tag to compare

Features

  • feat(chat): add ability to configure font for chat application (Issue #1329) (#1332)
  • feat(chat-e2e): added anthropic-claude-v3-haiku model to tests (#1311)
  • feat(chat-e2e): added test for conversations naming (#1280)
  • feat(chat-e2e): added tests for isolated view feature (#1210)
  • feat(chat-e2e): fixed flaky tests (#1294)
  • feat(chat-e2e): folder naming tests (#1261)

Fixes

  • fix(chat): change label for model change confirmation of shared chat (Issue #1053) (#1278)
  • fix(chat): change text from 'revoke' to 'unshare' for shared by me items (Issue #1288) (#1300)
  • fix(chat): collapse long list of the allowed extensions (Issue#1220) (#1253)
  • fix(chat): disable attach link button if required input isn't valid (Issue #1275) (#1298)
  • fix(chat): fix MD tables bg color and add escaping for CSV copying (Issues #1295, #1302) (#1299)
  • fix(chat): fix attachments upload (Issue #1229) (#1290)
  • fix(chat): fix chat name generating for link attachments (Issues #1273, #1274) (#1304)
  • fix(chat): fix edit mode and messages view for mobile (Issues #1255, #1256) (#1258)
  • fix(chat): fix file extension (Issue #1105) (#1317)
  • fix(chat): fix items aligment and edit attachment functionality (Issues #1263, #1264) (#1268)
  • fix(chat): fix link attachment text alignment (Issue #1315) (#1316)
  • fix(chat): fix menu aligment (Issue #1245) (#1246)
  • fix(chat): fix mobile context menu highlighting (Issue #1305) (#1318)
  • fix(chat): fix share accepting (Issue #1281) (#1291)
  • fix(chat): hide Edit and Delete for shared entity (Issue #1257) (#1259)
  • fix(chat): remove scroll down button from empty chats (Issue #927) (#1251)
  • fix(chat): update import failed error messages (Issue #1223) (#1293)

Other

  • chore(chat): change root id definition (Issue #1211) (#1233)
  • chore(chat): move report issue and request api key actions to epics (Issue #117) (#1206)
  • chore(chat): sync prompts and conversations methods (Issue #792) (#1222)
  • chore(chat): upgrade default api version to 2024-02-01 (Issue #1277) (#1279)
  • chore(chat-e2e): add new databricks models in e2e-test (#1320)

0.9.3

30 Apr 16:36
Compare
Choose a tag to compare

Features

  • feat(chat): add ability to configure font for chat application (Issue #1332) (#1336)

0.9.2

24 Apr 19:14
Compare
Choose a tag to compare

Fixes

0.6.19

15 Apr 21:06
Compare
Choose a tag to compare

Fixes

  • fix(chat): create new conversation if no selected (Issue #1265) (#1271)

0.9.1

11 Apr 15:50
Compare
Choose a tag to compare

Fixes

  • fix(chat): fix menu alignment (Issue #1245) (#1247)

0.9.0

10 Apr 16:16
Compare
Choose a tag to compare

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)

0.8.3

08 Apr 12:00
Compare
Choose a tag to compare

Features

  • feat(chat): implement isolated model view page (Issue #1154) (#1165)

Fixes

  • fix(chat): replace TAB by space (Issue #1203) (#1204)
  • fix(chat): disallow TAB and ASCII control symbols (Issue #1212) (#1216)

0.6.18

08 Apr 09:55
Compare
Choose a tag to compare

Fixes

  • fix(chat): disallow TAB and ASCII control symbols (Issue #1212) (#1214)