Releases: epam/ai-dial-chat
Releases · epam/ai-dial-chat
0.7.1
0.6.13
0.7.0
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)