Releases: epam/ai-dial-chat
Releases · epam/ai-dial-chat
0.16.3
0.16.2
0.16.1
0.16.0
Features
- feat(chat): changed default sidebar width for mobile view (Issue #1914) (#1922)
- feat(chat): add dots to unread publications (Issue #1457) (#1830)
- feat(chat): custom applications (Issue #1686) (#1851)
- feat(chat): redesign error messages (Issue #1889) (#1890)
- feat(chat): redesign toast-notifications (Issue #1865) (#1873)
- feat(chat): redesign unpublish modal, add selectors to publish and unpublish modals, combine prompt and conversation folders for 'Change path' modal (#1439, #1746, #1780, #1812) (#1786)
- feat(chat): support model
reference
instead ofid
intoconversationId
(Issue #1811) (#1822) - feat(chat-e2e): added 'gpt-4o-mini-2024-07-18' model to api tests (#1877)
- feat(chat-e2e): added tests for parametrized prompts (#1817)
- feat(chat-e2e): disable databricks models (#1931)
- feat(chat-e2e): fix replay flaky test (#1858)
- feat(chat-e2e): implemented chat selection tests (#1884)
- feat(chat-e2e): implemented e2e tests chat switches (#1871)
- feat(chat-e2e): implemented e2e tests for simple replay (#1833)
- feat(chat-e2e): implemented export replay with attachments tests (#1894)
- feat(chat-e2e): implemented shared prompt icons tests (#1895)
- feat(chat-e2e): implemented tests for prompt names (#1823)
- feat(chat-e2e): restructured share chat tests (#1903)
- feat(chat-e2e): select searched entities tests (#1870)
- feat(chat-e2e): updated playwright to 1.46 (#1885)
Fixes
- fix(chat): Fixed an error that appeared when expanding the prompt folder in the "Approve Required" (Issue #1913) (#1928)
- fix(chat): "Chatbar" panel closed after deleting conversation(s) on Mobile and Tablet view (Issue #1699) (#1933)
- fix(chat): add error messages for failed publish requests (Issue #1481) (#1840)
- fix(chat): add filename truncation in publication approve modal (Issue #1839) (#1848)
- fix(chat): disable chatbar menu and conversation settings (Issue #1835, #1368) (#1859)
- fix(chat): don't send empty custom content (Issue #1717) (#1897)
- fix(chat): exclude replay attachments for publish (#1875)
- fix(chat): fix
back to publication
for unpublished requests (Issue #1770, #1902) (#1901) - fix(chat): fix double scroll in publish modal (Issue #1736) (#1921)
- fix(chat): fix error api error message parsing (Issue #1481) (#1887)
- fix(chat): fix first falsy request on creating conversation with postfix (Issue #1905) (#1919)
- fix(chat): fix folder selection in unpublish request modal (Issue #1867) (#1909)
- fix(chat): fix folders order and no attachments label in publish modal (Issue #1844, #1856) (#1863)
- fix(chat): fix horizontal scroll during renaming (Issue #1846) (#1881)
- fix(chat): fix import/export for Replay-conversations (Issue #1451) (#1862)
- fix(chat): fix importing duplicate chats & prompts (Issue #1905) (#1934)
- fix(chat): fix importing playback & replay conversation with attachments (Issue #1617) (#1813)
- fix(chat): fix importing prompts with duplicates & new ones (Issue #1892) (#1900)
- fix(chat): fix infinite scroll in publish resources panel (Issue #1729) (#1850)
- fix(chat): fix infinity loader when try to use search on not allowed folder, fix items to review counter (Issues #1667, #1842) (#1845)
- fix(chat): fix overflowing long message in error toast (Issue #1915) (#1935)
- fix(chat): fix passing feature "allowResume" (Issue #1834) (#1951)
- fix(chat): fix prompt folders uploading and right side panel approve dots color (Issue #1667) (#1857)
- fix(chat): fix publication files download icon, hide 'go to a review' button if request contains only files, add file section to publication request if there no files to publish (Issues #1839, #1745) (#1841)
- fix(chat): fix publish target path constructing (Issue #1853) (#1855)
- fix(chat): fix replay flag check on extracting attachments from conversation (Issue #1824) (#1825)
- fix(chat): fix sending of empty attachments (Issue #1717) (#1891)
- fix(chat): fix settings field widths (Issue #1893) (#1896)
- fix(chat): show error when response generation was stopped after part of response was provided for Application, Assistant or Model with addon (Issue #1834) (#1838)
- fix(chat): "Chat Settings" button is not disabled during model response in "Compare" mode (Issue #1923) (#1930)
- fix(chat): Duplicated attachment import fails if the replace option is chosen. (Issue #1952) (#1953)
- fix(chat): [Mobile] Re-design of 'Chat settings' and 'Addons dialog' modals (Issue #1468) (#1826)
- fix(chat): broken links in README.md (#1924)
- fix(chat): fix import conversation with attachments to show one dialog for all items (Issue #1237) (#1810)
- fix(chat): fixed highlight resize trigger while resizing in tablet mode (Issue #1911) (#1912)
- fix(chat): fixed resizing and toggling of sidebars for tablet and mobile views (Issue #1727, #1778, #1267) (#1866)
- fix(chat): fixed select empty folders in select mode (Issue #1864) (#1907)
- fix(chat): imported attachments do not appear in the manage attachment modal (Issue #1904) (#1920)
Other
- chore(chat): update in THEME-CUSTOMIZATION.md (#1899)
- chore(chat): update CODEOWNERS
- chore(chat): add token decoding to be able to check if user is admin (part 1) (Issue #1434) (#1808)
- chore(chat): bump axios version (#1929)
- chore(chat): fix localization area for header components (#1949)
- chore(chat): remove BackendDataNodeType from publications epic (Issue #1831) (#1832)
- chore(chat): use
HTTPMethod
enum instead of strings (#1908) - chore(chat): bump epam/ai-dial-ci from 1.8.3 to 1.9.0 (#1818)
0.15.2
0.14.4
0.15.1
0.14.3
0.15.0
Features
- feat(chat): [Authorizatiton] Add option to do authorization in the same window (Issue #1737) (#1738)
- feat(chat): add TRUE and FALSE publication filter, redesign filters for mobile (Issues #1442, #1732) (#1731)
- feat(chat): add default value in prompt variables (Issue #1592) (#1726)
- feat(chat): add focus on new created folder (Issue #1589, #1512) (#1674)
- feat(chat): add possibility to send message from the visualizer to the chat (#1787)
- feat(chat): remove TRUE/FALSE filters (Issue #1805) (#1806)
- feat(chat): support template markup for Replay functionality (Issue #1592, #1783, #1784, #1788) (#1791)
- feat(chat-e2e): changed nested entities creation logic (#1753)
- feat(chat-e2e): footer and request token limits tests (#1807)
- feat(chat-e2e): implemented main account settings tests (#1800)
- feat(chat-e2e): implemented tests for chat panel entities multiselect feature (#1765)
- feat(chat-e2e): implemented tests for prompt folders names with special chars (#1799)
- feat(chat-e2e): implemented tests for prompt sidebar entities multiselect (#1785)
- feat(chat-e2e): overlay manager test (#1747)
Fixes
- fix(chat): add monospace font for code blocks (Issue #1530) (#1804)
- fix(chat): disable approve button and add error message if unpublished entity exists in approve required modal (Issue #1422) (#1749)
- fix(chat): fix changing of model for replay mode (Issue #1662) (#1803)
- fix(chat): fix combined request review and change 'go to review...' button text if review started (Issues #1748, #1754) (#1755)
- fix(chat): fix continue of generation for paused replay message (Issue #1784, #1414) (#1809)
- fix(chat): fix mobile logo size (Issue #1767) (#1769)
- fix(chat): fix prompt displaying with long or multiline text (Issue #1792) (#1796)
- fix(chat): fix replacement attachment type after import (Issue #1759) (#1760)
- fix(chat): fix replacement prompt with variables by content (Issue #1766) (#1768)
- fix(chat): fix root items unpublishing and empty rules section (Issues #1762, #1771) (#1773)
- fix(chat): fix sidebar menu items count calculation (Issue #1710) (#1797)
- fix(chat): truncate long prompt names (Issue #1790) (#1794)
- fix(chat-e2e): fixed flaky tests for header tooltip (#1814)