0.16.0
·
529 commits
to development
since this release
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)