github-actions
released this
19 Dec 00:38
·
30 commits
to development
since this release
Features
- feat(chat): adapt the chat settings modal for compare mode (Issue #2740) (#2760)
- feat(chat): add QUICK_APPS_MODEL env variable (Issue #2736) (#2739)
- feat(chat): allow settings in Isolated view (Issue #2807) (#2809)
- feat(chat): apply endpoints and environment variables with Code App examples (Issue #2536) (#2782)
- feat(chat): hide message templates for Isolated view and change order of header buttons (Issue #2814, #2815) (#2816)
- feat(chat): implement provider auto-redirect to skip provider selection page (#2116)
- feat(chat): implement tests with attachments (#2689)
- feat(chat): inform user about Name and Version field restrictions in Deployed state (Issue #2693) (#2713)
- feat(chat): introduce feature flags (Issue #2771) (#2789)
- feat(chat): redesign header tooltips (Issue #79) (#2790)
- feat(chat): redirect back to chat on logo click, add topics to application review dialog (Issue #2369, #2329) (#2718)
- feat(chat): regenerate on empty assistant message (#2783) (#2788)
- feat(chat): show tooltips for disabled header buttons (Issue #2810, #2798) (#2811)
- feat(chat): talk to redesign (Issues #2047, #2698, #2726) (#2690)
- feat(chat): use
.dial
extension for export files (Issue #2646) (#2812) - feat(chat-e2e): unpublish conversation tests (#2640)
Fixes
- fix(chat): Fix setting Overlay conversation, refactoring init selected conversations epic (Issue #2599, #2741) (#2716)
- fix(chat): Fix error if no recent models set (Issue #2653) (#2729)
- fix(chat): Fix incorrectly working flag when selected conversation loading (Issue #2793) (#2795)
- fix(chat): Fix the default recent model IDs that are not saved in local storage in overlay mode (Issue #2794) (#2813)
- fix(chat): add 'today', 'pinned conversations', 'pinned prompts' and 'recent' sections expansion if create new chat/folder/prompt (Issue #1552) (#2765)
- fix(chat): add space after version prefix (Issue #2759) (#2817)
- fix(chat): add success action on creating not local conversation (Issue #2724) (#2735)
- fix(chat): create new conversation on logo click (Issue #2369) (#2725)
- fix(chat): disable new conversation on click when HideNewConversation is enabled (Issue #2792) (#2796)
- fix(chat): disallow "Stop generation" by Enter click (Issue #2808) (#2806)
- fix(chat): fix chat blinking when model is unavailable (Issue #2401) (#2714)
- fix(chat): fix chat completion request for application with special symbols (Issue #2737) (#2738)
- fix(chat): fix chat history blinking on conversations change (Issue #2401) (#2696)
- fix(chat): fix code app admin review feautres displaying (Issue #2723) (#2761)
- fix(chat): fix custom applications versions sorting (Issue #2670) (#2707)
- fix(chat): fix deployed code app delete icon tooltip (Issue #2692) (#2715)
- fix(chat): fix disable Delete when Code app deployed (Issue #2692) (#2700)
- fix(chat): fix disable icons during conversation response generation (Issue #2672) (#2712)
- fix(chat): fix isolated view with not installed model (Issue #2772) (#2779)
- fix(chat): fix logo click during response generation (Issue #2748) (#2749)
- fix(chat): fix new conversation loading spinner size for mobile (Issue #2701) (#2702)
- fix(chat): fix new conversations model selection (Issue #2684) (#2770)
- fix(chat): fix recursive redirect on custom auth page (Issue #2116) (#2722)
- fix(chat): fix temporary folder add/update flow (Issue #2803) (#2819)
- fix(chat): fix toggle folder in code app editor (Issue #2556) (#2804)
- fix(chat): fix tokenizer issue (Issue #2753) (#2763)
- fix(chat): hide 'Go to my workspace' link if Marketplace feature is disabled (Issue #2780, #2759) (#2823)
- fix(chat): hide
clientdata
folder (Issue #2704) (#2824) - fix(chat): hide chat settings in isolated view (Issue #2721) (#2751)
- fix(chat): hide regenerate button for disallowed models (Issue #2360) (#2762)
- fix(chat): open folder on adding subfolder (Issue #2556) (#2764)
- fix(chat): redesign of empty conversation settings (Issue #2045, #2697, #1691) (#2657)
- fix(chat): replace "model" by "agent" term (Issue #2797) (#2800)
- fix(chat): save not local new conversations (Issue #2724, #2584) (#2732)
- fix(chat): save overlay conversations (Issue #2724) (#2730)
- fix(chat): select folder on rename & create (Issue #2022, #2421) (#2768)
- fix(chat): set defaultAuthProvider to null instead of undefined (#2720)
- fix(chat): show versions on submodel list item (Issue #2218) (#2752)
- fix(chat): skip bucket request if performed once (Issue #2642) (#2767)
- fix(chat): update "Hello world" example (Issue #2564) (#2733)
- fix(chat): update API paths to include leading slash (#2694)
- fix(overlay): hide 'configure settings' when features are disabled (Issue #2728) (#2769)