Skip to content

Releases: epam/ai-dial-chat

0.7.1

21 Mar 11:52
Compare
Choose a tag to compare

Fixes

  • fix(chat): forbid % and & symbols and folder names preparing (Issue #1099) (#1102)
  • fix(chat): remove horizontal scroll (Issues #1095, #1092) (#1102)
  • fix(chat): clear text if can save question (Issue #1089) (#1102)

0.6.13

20 Mar 15:18
Compare
Choose a tag to compare

Fixes

  • fix(chat): forbid % and & symbols and folder names preparing (Issue #1099) (#1101)

0.7.0

19 Mar 09:28
Compare
Choose a tag to compare

Features

  • feat(chat): add ability to use supported types label insead of long extensions list (Issue #919) (#1068)
  • feat(chat): add ability to see shared / published files in file manager and option to unshare / unpublish files (Issue #1014) (#1060)
  • feat(chat): add attach link functionality (Issue #785) (#990)
  • feat(chat): add attachment charts support (Issue #1021) (#1032)
  • feat(chat): add conversations context menu loader (Issue #843) (#983)
  • feat(chat): add render support for other image types (webp, svg, bmp, ico, avif, apng) (Issue #883) (#1031)
  • feat(chat): change the regenerate button to an icon in compare mode (Issue #924) (#925)
  • feat(chat): chat overlay sign in (#934)
  • feat(chat): correct overlay systemPrompt setting just before sendMessage (#902)
  • feat(chat): make prompt content field required (Issue #78) (#940)
  • feat(chat): redesigns regenerate button (Issue #878) (#897)
  • feat(chat): support display message for chat completion (Issue #788) (#918)
  • feat(chat-e2e): added mistral model for listing test (#1066)
  • feat(chat-e2e): added tests for folder sharing (#1035)
  • feat(chat-e2e): added tests for shared icons (#962)
  • feat(chat-e2e): added tests for unshare feature (#1058)
  • feat(chat-e2e): disabled models until fix is delivered (#1030)
  • feat(chat-e2e): enabled ModelIds blocked by issue (#1049)
  • feat(chat-e2e): removed uuid dependencies (#908)
  • feat(chat-e2e): updated tests and model Ids (#1001)

Fixes

  • fix(chat): corrected model highlighting for the model in the models list for the Playback and Replay (Issue #936) (#955)
  • fix(chat): fix cutting long header string in common modal (Issue #1064) (#1069)
  • fix(chat): fix share modal description (Issue #974) (#976)
  • fix(chat): fixed file name color in the File Manager (Issue #591) (#988)
  • fix(chat): Check auth state before sign in overlay chat (#972)
  • fix(chat): add \r to message splitting while editing (Issue #916) (#947)
  • fix(chat): add \ in not allowed symbols (Issue #821) (#1046)
  • fix(chat): add { and } in not allowed symbols (Issue #928) (#929)
  • fix(chat): add long chat name truncation when choosing a chat to compare (Issue #1037) (#1045)
  • fix(chat): add not allowed model messages to assistant model (Issue #621) (#1009)
  • fix(chat): add textarea with auto adjustable height (#970)
  • fix(chat): disable possibility to edit message if message is streaming (Issue #808) (#954)
  • fix(chat): don't request listing for new folder (Issue #1061) (#1062)
  • fix(chat): don't use system message for playback and compare (Issue #942) (#943)
  • fix(chat): fix app name for migration backup (Issue #959) (#961)
  • fix(chat): fix attachments and talk to pseudo models height (Issues #932, #994) (#995)
  • fix(chat): fix autofocus to send message input (Issue #916) (#937)
  • fix(chat): fix chat name generation when have attachments (Issue #960) (#963)
  • fix(chat): fix chats and chat folders disappearing if such entity exists somewhere in 'shared with me' section (Issue #838) (#1017)
  • fix(chat): fix compare name generation (Issue #911) (#913)
  • fix(chat): fix compare name generation (Issue #921) (#931)
  • fix(chat): fix context menu for mobile (Issue #1010) (#1011)
  • fix(chat): fix conversation name regeneration (Issue #921) (#946)
  • fix(chat): fix custom logo (Issue #920 ) (#957)
  • fix(chat): fix displaying spaces in names (Issue #973) (#996)
  • fix(chat): fix draggable zone for recent conversations and prompts (Issue #1077) (#1078)
  • fix(chat): fix duplication in compare mode and prompt deletion/folder structure duplication after share accepting from shared with me (Issues #850, #815, #979, #986) (#980)
  • fix(chat): fix encode url for API (Issue #981) (#982)
  • fix(chat): fix encoding space (Issue #999) (#998)
  • fix(chat): fix hiding chatbar (Issue #905) (#906)
  • fix(chat): fix incorrect max prompt tokens (#1055)
  • fix(chat): fix input buttuns and chat header (Issue #1044) (#1079)
  • fix(chat): fix last message check (Issue #910) (#1073)
  • fix(chat): fix overlay issues (Issue #1027, #1013, #1016) (#1054)
  • fix(chat): fix prompt name truncation (Issue #977) (#997)
  • fix(chat): fix prompt variables logic (Issue #950) (#1052)
  • fix(chat): fix recreating encoding every time (#1023)
  • fix(chat): fix shared folder removing (Issue #847) (#964)
  • fix(chat): fix the 'talk to' update (Issue #1025) (#1039)
  • fix(chat): fix tooltip wraps (Issue #1059) (#1067)
  • fix(chat): fix unicode splitting and not delete if create fails (Issue #1018) (#1019)
  • fix(chat): handle encode url exceptions (Issue #981) (#991)
  • fix(chat): handle items with invalid names (Issue #1007, #1038) (#1071)
  • fix(chat): hide full width setting for mobile (Issue #613) (#945)
  • fix(chat): hide message buttons if message is generating (Issue #910) (#1041)
  • fix(chat): hide scroll down button if there no messages in selected conversations (Issue #927) (#987)
  • fix(chat): improve speed of models endpoint (#1042)
  • fix(chat): not allow dots in the end of name (Issue #1003) (#1005)
  • fix(chat): remove empty chat regenerate button if was an error in previous chat (Issue #1081) (#1083)
  • fix(chat): remove gradient and change message content size (Issues #1044, #949) (#1057)
  • fix(chat): remove input additional height if regenerate not big (Issue #878) (#923)
  • fix(chat): remove ready to lose data checkbox if all backed up (Issue #959) (#966)
  • fix(chat): remove unshare option from newly created item (Issue #825) (#975)
  • fix(chat): revert edit mode textarea reset logic (Issue #916) (#968)
  • fix(chat): save input text if connection lost (Issue #790) (#1084)
  • fix(chat): show error message for renaming if dots in the end of name (Issue #1022) (#1028)
  • fix(chat): show import button instead export if there no my conversations and fix renaming text (Issues #989, #985) (#993)
  • fix(chat): updated Playback first screen. Removed model name from the Playback button(#939) (#941)
  • fix(chat): use only first line for conversation name (Issue #912) (#914)
  • fix(chat, overlay): fix setting initial settings (Issue #566) (#1063)
  • fix(chat-e2e): fix compare mode regenerate test (Issue #924) (#935)

Other

  • chore(chat): bump follow-redirects from 1.15.5 to 1.15.6 (#1070)
  • chore(chat): bump github actions versions (#1002)
  • chore(chat): bump jose from 4.15.4 to 4.15.5 (#992)
  • chore(chat): bump peter-evans/slash-command-dispatch from 3.0.1 to 4.0.0 (#1004)

0.6.12

14 Mar 16:04
Compare
Choose a tag to compare

Fixes

  • fix(chat): fix incorrect max prompt tokens (#1056)

0.6.11

11 Mar 17:26
Compare
Choose a tag to compare

Other

  • fix(chat): fix unicode splitting and not delete if create fails (Issue #1018) (#1020)

0.6.10

11 Mar 10:44
Compare
Choose a tag to compare

Other

  • fix(chat): not allow dots in the end of name (Issue #1003) (#1006)

0.6.9

08 Mar 12:10
Compare
Choose a tag to compare

Other

  • fix(chat): fix encoding space (Issue #999) (#1000)

0.6.8

07 Mar 19:38
Compare
Choose a tag to compare

Fixes

  • fix(chat): handle encode url exceptions (Issue #981) (#991)
  • fix(chat): fix encode url for API (Issue #981) (#982)
  • fix: remove redundant condition (Issue #974) (#976)

0.6.7

06 Mar 19:51
Compare
Choose a tag to compare

Fixes

  • fix(chat): revert edit mode textarea reset logic (Issue #916) (#969)

0.6.6

06 Mar 18:30
Compare
Choose a tag to compare

Fixes

  • fix(chat): remove ready to lose data checkbox if all backed up (Issue #959) (#966)
  • fix(chat): fix chat name generation when have attachments (Issue #960) (#963)
  • fix(chat): fix app name for migration backup (Issue #959) (#961)