0.18.0
·
454 commits
to development
since this release
Features
- feat(chat): Implement federated logout with custom session termination flow (Issue #1459) (#2079)
- feat(chat): add DEFAULT_ASSISTANT_SUB_MODEL env variable (Issue #2166) (#2168)
- feat(chat): add opportunity to set message template parameters for parametrized Replay (Issue #2162) (#2205)
- feat(chat): add quick app editor (Issue #2160) (#2277)
- feat(chat): change application word to item, fix features validation (Issue #2229) (#2307)
- feat(chat): change home to all application (Issue #2313) (#2315)
- feat(chat): change sorting of applications alphabetically (Issue #2285) (#2314)
- feat(chat): get shared conversations recursively (#2266)
- feat(chat): implement configurable background for model icons (Issue #2144) (#2151)
- feat(chat): implement marketplace UI (Epic #1988) (#2102)
- feat(chat): modify quick app config (Issue #2160) (#2304)
- feat(chat): redesign of message template editor (Issue #2235) (#2253)
- feat(chat): rename Marketplace terms and tabs (Issue #2338) (#2339)
- feat(chat): support "\n \n" delimiter for model description (Issue #2332) (#2333)
- feat(chat): support Marketplace feature flag (Issue #2223) (#2231)
- feat(chat): support topics (Issue #2086) (#2269)
- feat(chat): update icon sizes (Issue #2098) (#2152)
- feat(chat-e2e): add gpt 4o alias model to tests (#2149)
- feat(chat-e2e): added "gpt-35-turbo-0613-adapter" to tests (#2133)
- feat(chat-e2e): added auth providers (#2258)
- feat(chat-e2e): added gpt-4o-2024-08-06 model (#2117)
- feat(chat-e2e): chat import specific cases (#2100)
- feat(chat-e2e): duplicate shared prompt tests (#2076)
- feat(chat-e2e): e2e icons fix (#2119)
- feat(chat-e2e): e2e publishing preparation (#2074)
- feat(chat-e2e): entity select refactoring (#2129)
- feat(chat-e2e): publish single chat tests (#2182)
- feat(chat-e2e): shared entity filters tests (#2118)
- feat(chat-e2e): update playwright v1.48.0 (#2323)
- feat(overlay): add getConversations, selectConversation, createConversation methods to overlay (#2228)
- feat(overlay): add payload to selected conversations loaded (#2246)
Fixes
- fix(chat): add application icon publishing (Issues #1941) (#2062)
- fix(chat): add attachment validation on blur event (Issue #2227) (#2239)
- fix(chat): add defaults service, pass assistant default env (Issue #2166) (#2192)
- fix(chat): add hint to features field (Issue #2016) (#2106)
- fix(chat): add posibilty to remove specific app version from my apps list, hide remove button from custom apps owner (Issues #2226, #2220) (#2260)
- fix(chat): add public prefix for DEFAULT_ASSISTANT_SUB_MODEL env (Issue #2166) (#2184)
- fix(chat): add tooltip to edit button (Issue #2225) (#2237)
- fix(chat): change marketplace alphabetically order (Issue #2285) (#2340)
- fix(chat): change marketplace side panel home icon and color (Issue #2278) (#2325)
- fix(chat): custom app completion URL validation (Issue #2190) (#2191)
- fix(chat): custom app completion URL validation, resolve console errors , add hint for Attachment types (Issue #2206) (#2211)
- fix(chat): exclude publication info while creating chat duplicate (Issue #2200) (#2236)
- fix(chat): fix "Add app" button view for several options (Issue #2319, #141) (#2320)
- fix(chat): fix app icons publishing (Issue #1941) (#2311)
- fix(chat): fix application dialog issues (Issue #2247, #2251, #2262) (#2292)
- fix(chat): fix application edit (Issue #2101) (#2121)
- fix(chat): fix application edit, fix application delete & icon fallback logic (Issue #2230 #2021) (#2245)
- fix(chat): fix application letters cut (Issue #2282) (#2327)
- fix(chat): fix attachments type font size (Issue #2250) (#2264)
- fix(chat): fix card view data update (Issue #2224) (#2249)
- fix(chat): fix clip icon appearance (Issue #2063) (#2093)
- fix(chat): fix custom application version validation, add hint to description (Issue #2130, #2073) (#2189)
- fix(chat): fix fields and add trim before save (Issue #2107) (#2109)
- fix(chat): fix id check for installed application (Issue #2234) (#2257)
- fix(chat): fix issue with folders creation inside change path dialog (Issue #2114) (#2128)
- fix(chat): fix marketplace checkbox row (Issue #2310) (#2322)
- fix(chat): fix marketplace counter (Issue #2326) (#2337)
- fix(chat): fix marketplace tab moving (Issue #2335) (#2336)
- fix(chat): fix message template editor (Issue #2291) (#2298)
- fix(chat): fix opentelemetry errors (Issue #2199) (#2318)
- fix(chat): fix prompt versions applying (Issue #2209) (#2248)
- fix(chat): fix prompts duplication (Issue #2201) (#2241)
- fix(chat): fix public custom app remove action and add app details modal closing after remove (Issues #2290, #2280) (#2312)
- fix(chat): fix template input jumping (Issue #2162) (#2217)
- fix(chat): fix the message template editor (Issue #2275, #2268, #2270) (#2263)
- fix(chat): fix topics paddings (Issue #2295) (#2317)
- fix(chat): fix use application button text (Issue #2232) (#2242)
- fix(chat): fix validation of message template (Issue #2270) (#2299)
- fix(chat): fix validation of message template (Issue #2296) (#2301)
- fix(chat): remove discard requests for own files (Issue #2193) (#2202)
- fix(chat): revert addon icon rendering (Issue #2144) (#2156)
- fix(chat): update recent list on model use, reset filters on page load (Issue #2216, #2219) (#2238)
- fix(overlay): fix select type for select conversation event (#2252)
- fix(overlay): reexport conversation types to overlay library (#2273)
- fix(overlay): trigger getting shared conversations if feature presented (#2261)