Skip to content

Releases: epam/ai-dial-chat

0.46.0

02 Jun 16:31

Choose a tag to compare

Features

  • Add error toast when a model or agent fails to be added to installed_deployments.json (Issue #6523) (#6522)
  • Show visual indicator on the filter panel when filters are collapsed (Issue #6393) (#6493)
  • [Preview] Align user messages to the end of the chat column via the user-message-align-end feature flag — uses logical CSS properties so RTL layout mirrors correctly (Issue #6775) (#6778)
  • Add additional audio format support to the in-chat audio player (Issue #6472) (#6614)
  • Switch applications to the dial-app toolset type (previously dial-deployment) and add MCP configuration view for applications that support the connect-mcp feature (Issue #6517) (#6742)
  • Show an error message on an image attachment when the referenced file has been deleted (Issue #820) (#6658)
  • Display token usage limits in the model detail view on the Marketplace (Issue #6536) (#6633)
  • Render the instructions field as Markdown in the Quick App review window (Issue #6200) (#6698)
  • Allow operators to configure the default preferred order of audio recording formats (Issue #6527) (#6532)
  • Add a time-awareness setting to the Quick App editor (Issue #6516) (#6788)
  • Include a traceId in error toast messages after failed API calls — surfaces the backend trace for easier incident lookup (Issue #5196) (#6662)
  • Enable voice input while editing an existing user message (Issue #6466) (#6607)
  • Use date-first format for exported conversation archive filenames to improve alphabetical sort order (Issue #6602) (#6663)
  • Fix batch file deletion to correctly remove nested items when a parent folder is deleted (Issue #6702) (#6718)
  • Hide the microphone button when the most recent agent message contains an error (Issue #6456) (#6696)
  • Integrate the PDF highlighter into the chat attachment viewer (Issue #6625) (#6621)
  • Support configurable logo and favicon for custom branding deployments (Issue #6600) (#6600)
  • Add Quick App skills support (Issue #6513) (#6685)
  • Update the publication request path title to reflect publish, unpublish, or mixed states (Issue #2150) (#6630)
  • Rename Quick App 2.0 toolset field names to align with updated schema (Issue #6695) (#6714)
  • [Overlay] Add floating panel toggle buttons for the conversations and prompts sidebars — rendered in the top corners when the DIAL header is hidden, controlled by the conversations-panel-toggle and prompts-panel-toggle feature flags (Issue #6710) (#6791)

Fixes

  • Fix auto-selection for nested files and folders (Issue #4484) (#6586)
  • Align the downloaded files archive filename format with conversation and prompt export naming (Issue #5687) (#6535)
  • Support AzureB2C CIAM tokens that emit email as a string instead of emails as an array, fixing an auth failure for CIAM-backed tenants (Issue #6594) (#6595)
  • Correct logo source selection so the right logo variant loads for dark and light themes (Issue #6600) (#6616)
  • Enforce UTF-8 byte-based limits for entity names — replaces the old 160-character limit to prevent overflows with multi-byte characters (e.g. Cyrillic) on S3/GCS/Azure/MinIO backends (Issue #3808) (#6613)
  • Add checkboxes to the table attachment view (Issue #6482) (#6667)
  • Restore the context menu in the select-folder modal (Issue #5737) (#6624)
  • Include the environment name in exported files archive filenames (Issue #5687) (#6593)
  • Add top margin to the modal header to prevent overlap (Issue #6520) (#6556)
  • Add padding to conversation intro text (Issue #6512) (#6620)
  • Add scroll to the application card in the Marketplace (Issue #6576) (#6578)
  • Show a tooltip for long values in PDF attachments (Issue #6781) (#6784)
  • Fix overly aggressive word-break in model descriptions (Issue #6538) (#6555)
  • Replace the publication filter icon button with the correct icon style (Issue #6571, #1775) (#6577)
  • Rename Quick App field labels to match the updated spec (Issue #6521) (#6634)
  • Fix redirect logic for isolated-model routes (Issue #4985) (#6632)
  • Update "Remove access" button appearance (Issues #6429, #6499) (#6669)
  • Fix duplicate toolset action menu entries — deduplicate ordering (Issue #6540) (#6554, #6584)
  • Copy user-attached review files to the review bucket when submitting a publication request (Issue #6387) (#6592)
  • Fix Content Security Policy headers (#6651, dix csp commit)
  • Fix 404 redirect when the completion URL inside the apps editor returns a 404 (Issue #6727) (#6794, #6825)
  • Fix Overlay setOverlayOptions theme application so it correctly applies the theme after initialization (Issue #6721) (#6722)
  • Fix shared files disappearing from folders after switching between File Manager tabs (Issue #6638) (#6648)
  • Fix accepting your own share link triggering an error (Issue #6164) (#6709)
  • Fix copy-paste of a space into a conversation starter field adding a blank starter (Issue #6353) (#6787)
  • Fix token usage display UI issues in the application card (Issue #6536) (#6790)
  • Fix auto-select requirements check (Issue #6463) (#6725)
  • Fix cursor always jumping to end of field when editing user messages with voice input active (Issue #6466) (#6797)
  • Fix File Manager change-path view (Issue #5606) (#6789)
  • Fix hidden files being incorrectly blocked when attaching files (Issue #6260) (#6774)
  • Fix multiple skills validation issues (Issues #6763, #6766, #6762, #6769, #6779, #6765) (#6786)
  • Fix skills schema validation (Issues #6757, #6752) (#6808)
  • Fix several microphone button UI inconsistencies — wrong visibility in replay mode and error state (Issues #6456, #6484) (#6759)
  • Fix the "blinking" transition when editing a user message while switching from stop-recording to start-transcription (Issue #6466) (#6767)
  • Fix modal tooltip positioning (Issue #6781) (#6793)
  • Set mcp as the default transport for dial-app toolsets (Issue #6517) (#6804)
  • Support legacy Quick App 2 field names alongside the new ones; remove form-only fields from the API payload (Issue #6695) (#6719)
  • Fix byte-count vs. character-count mismatch in the entity name error message (Issue #6803) (#6818)
  • Fix disappeared assistant message action buttons (Issue #6822) (#6830)
  • Fix disappearing "unavailable model" hint when saving an app (Issue #5244) (#6771)
  • Fix mobile: chat header action buttons now left-align correctly (Issue #6824) (#6831)
  • Fix empty publication requests not loading (Issue #4919) (#6494)
  • Fix empty value placeholder in the upload-device modal (Issue #1330) (#6626)
  • Fix error toast when sharing an application with a public resource fails (Issue #5480) (#6636)
  • Fix File Manager change-path panel design (Issue #5606) (#6611)
  • Fix filter indicator padding (#6590)
  • Fix grouped visualizer iframe rendering double on mount (#6528)
  • Fix hover state styles on select components (Issue #6627) (#6668, #6678)
  • Fix instructions field showing as single line in the Quick App review modal (Issue #6200) (#6760)
  • Fix console error exposing internal DIAL core and bucket URLs (Issue #6684) (#6708)
  • Fix microphone icon shown in Replay mode (Issue #6484) (#6673)
  • Fix modal dividers (Issue #6840) (#6841)
  • Fix modal size (Issue #6542) (#6581)
  • Fix Monaco editor behaviour for empty folders (Issues #6222, #6223) (#6585)
  • Fix new starter not saving when text contains only spaces (Issue #6353) (#6591)
  • Fix stale file list not reflecting deletions without a page refresh (Issue #5706) (#6491)
  • Fix PDF highlighter display issues (Issue #6625) (#6733)
  • Fix prompt content height overflow (Issue #6764) (#6780)
  • Fix Quick App review flow when the orchestrator deployment does not advertise temperature support (regression fix) (Issue #6637) (#6640)
  • Fix reset of selected toolset not working (Issue #6464) (#6730)
  • Fix folder-level publication rules not appearing when an admin updates a publishing request (Issue #5833) (#6690)
  • Fix select component height (Issue #6691) (#6693, #6712)
  • Fix selection highlight styles (Issue #5611) (#6717, #6731)
  • Fix share limit exceeded error message (Issue #5291) (#6572)
  • Fix model selector tooltip not showing correctly (Issue #6609) (#6713, #6735)
  • Fix icon size for local custom icons in IconButton (Issue #6513) (#6738)
  • Fix long start button text being clipped (Issue #6503) (#6518)
  • Fix switcher toggle colors (Issue #6618) (#6622, #6653, #6749)
  • Fix sub-folder search not returning results (Issue #6426) (#6433)
  • Fix switch color (#6798)
  • Fix app runner name being truncated in the UI (Issue #6676) (#6707)
  • Fix application icon not updating when an admin edits a publication (Issue #6656) (#6674)
  • Fix incorrect isolatedModelId sanitization when creating new conversations (Issue #4985) (#6654)
  • Fix wrong 404 error surfaced from a completion URL (Issue #6220) (#6703)
  • Hide the replay button for shared conversations (#6629)
  • Remove colon from entity list titles (Issue #6543) (#6548)
  • Remove N/A version display from model cards (Issue #6526) (#6579)
  • Remove blurred icon outlines in Firefox (Issue #6649) (#6770)
  • Fix attach-folder logic for nested selection (Issue #4484) (#6641)
  • Fix button alignment in modal footer (Issue #6650) (#6724)
  • Fix change-remove-access button appearance (Issues #6429, #6499) — follow-up to #6669 (#6675 ui-kit update)
  • Fix user name resolution for AzureB2C name claim (Issue #6587) (#6589)
  • Fix empty file folder deletion (Issue #6561) (#6597)
  • Fix delete icon missing for empty files folder (Issue #6561)
  • Open conversations sidebar by default when the ShowConversationsSectionByDefault feature is active in Overlay mode (Issue #6880) (#6883)

Other

Read more

0.46.0-rc.1

02 Jun 15:37

Choose a tag to compare

0.46.0-rc.1 Pre-release
Pre-release

Other

  • (deps-dev) bump vitest from 4.0.9 to 4.1.8 (#6977)

0.46.0-rc.0

27 May 13:38

Choose a tag to compare

0.46.0-rc.0 Pre-release
Pre-release

Features

  • Add error toast when a model or agent fails to be added to installed_deployments.json (Issue #6523) (#6522)
  • Show visual indicator on the filter panel when filters are collapsed (Issue #6393) (#6493)
  • [Preview] Align user messages to the end of the chat column via the user-message-align-end feature flag — uses logical CSS properties so RTL layout mirrors correctly (Issue #6775) (#6778)
  • Add additional audio format support to the in-chat audio player (Issue #6472) (#6614)
  • Switch applications to the dial-app toolset type (previously dial-deployment) and add MCP configuration view for applications that support the connect-mcp feature (Issue #6517) (#6742)
  • Show an error message on an image attachment when the referenced file has been deleted (Issue #820) (#6658)
  • Display token usage limits in the model detail view on the Marketplace (Issue #6536) (#6633)
  • Render the instructions field as Markdown in the Quick App review window (Issue #6200) (#6698)
  • Allow operators to configure the default preferred order of audio recording formats (Issue #6527) (#6532)
  • Add a time-awareness setting to the Quick App editor (Issue #6516) (#6788)
  • Include a traceId in error toast messages after failed API calls — surfaces the backend trace for easier incident lookup (Issue #5196) (#6662)
  • Enable voice input while editing an existing user message (Issue #6466) (#6607)
  • Use date-first format for exported conversation archive filenames to improve alphabetical sort order (Issue #6602) (#6663)
  • Fix batch file deletion to correctly remove nested items when a parent folder is deleted (Issue #6702) (#6718)
  • Hide the microphone button when the most recent agent message contains an error (Issue #6456) (#6696)
  • Integrate the PDF highlighter into the chat attachment viewer (Issue #6625) (#6621)
  • Support configurable logo and favicon for custom branding deployments (Issue #6600) (#6600)
  • Add Quick App skills support (Issue #6513) (#6685)
  • Update the publication request path title to reflect publish, unpublish, or mixed states (Issue #2150) (#6630)
  • Rename Quick App 2.0 toolset field names to align with updated schema (Issue #6695) (#6714)
  • [Overlay] Add floating panel toggle buttons for the conversations and prompts sidebars — rendered in the top corners when the DIAL header is hidden, controlled by the conversations-panel-toggle and prompts-panel-toggle feature flags (Issue #6710) (#6791)

Fixes

  • Fix auto-selection for nested files and folders (Issue #4484) (#6586)
  • Align the downloaded files archive filename format with conversation and prompt export naming (Issue #5687) (#6535)
  • Support AzureB2C CIAM tokens that emit email as a string instead of emails as an array, fixing an auth failure for CIAM-backed tenants (Issue #6594) (#6595)
  • Correct logo source selection so the right logo variant loads for dark and light themes (Issue #6600) (#6616)
  • Enforce UTF-8 byte-based limits for entity names — replaces the old 160-character limit to prevent overflows with multi-byte characters (e.g. Cyrillic) on S3/GCS/Azure/MinIO backends (Issue #3808) (#6613)
  • Add checkboxes to the table attachment view (Issue #6482) (#6667)
  • Restore the context menu in the select-folder modal (Issue #5737) (#6624)
  • Include the environment name in exported files archive filenames (Issue #5687) (#6593)
  • Add top margin to the modal header to prevent overlap (Issue #6520) (#6556)
  • Add padding to conversation intro text (Issue #6512) (#6620)
  • Add scroll to the application card in the Marketplace (Issue #6576) (#6578)
  • Show a tooltip for long values in PDF attachments (Issue #6781) (#6784)
  • Fix overly aggressive word-break in model descriptions (Issue #6538) (#6555)
  • Replace the publication filter icon button with the correct icon style (Issue #6571, #1775) (#6577)
  • Rename Quick App field labels to match the updated spec (Issue #6521) (#6634)
  • Fix redirect logic for isolated-model routes (Issue #4985) (#6632)
  • Update "Remove access" button appearance (Issues #6429, #6499) (#6669)
  • Fix duplicate toolset action menu entries — deduplicate ordering (Issue #6540) (#6554, #6584)
  • Copy user-attached review files to the review bucket when submitting a publication request (Issue #6387) (#6592)
  • Fix Content Security Policy headers (#6651, dix csp commit)
  • Fix 404 redirect when the completion URL inside the apps editor returns a 404 (Issue #6727) (#6794, #6825)
  • Fix Overlay setOverlayOptions theme application so it correctly applies the theme after initialization (Issue #6721) (#6722)
  • Fix shared files disappearing from folders after switching between File Manager tabs (Issue #6638) (#6648)
  • Fix accepting your own share link triggering an error (Issue #6164) (#6709)
  • Fix copy-paste of a space into a conversation starter field adding a blank starter (Issue #6353) (#6787)
  • Fix token usage display UI issues in the application card (Issue #6536) (#6790)
  • Fix auto-select requirements check (Issue #6463) (#6725)
  • Fix cursor always jumping to end of field when editing user messages with voice input active (Issue #6466) (#6797)
  • Fix File Manager change-path view (Issue #5606) (#6789)
  • Fix hidden files being incorrectly blocked when attaching files (Issue #6260) (#6774)
  • Fix multiple skills validation issues (Issues #6763, #6766, #6762, #6769, #6779, #6765) (#6786)
  • Fix skills schema validation (Issues #6757, #6752) (#6808)
  • Fix several microphone button UI inconsistencies — wrong visibility in replay mode and error state (Issues #6456, #6484) (#6759)
  • Fix the "blinking" transition when editing a user message while switching from stop-recording to start-transcription (Issue #6466) (#6767)
  • Fix modal tooltip positioning (Issue #6781) (#6793)
  • Set mcp as the default transport for dial-app toolsets (Issue #6517) (#6804)
  • Support legacy Quick App 2 field names alongside the new ones; remove form-only fields from the API payload (Issue #6695) (#6719)
  • Fix byte-count vs. character-count mismatch in the entity name error message (Issue #6803) (#6818)
  • Fix disappeared assistant message action buttons (Issue #6822) (#6830)
  • Fix disappearing "unavailable model" hint when saving an app (Issue #5244) (#6771)
  • Fix mobile: chat header action buttons now left-align correctly (Issue #6824) (#6831)
  • Fix empty publication requests not loading (Issue #4919) (#6494)
  • Fix empty value placeholder in the upload-device modal (Issue #1330) (#6626)
  • Fix error toast when sharing an application with a public resource fails (Issue #5480) (#6636)
  • Fix File Manager change-path panel design (Issue #5606) (#6611)
  • Fix filter indicator padding (#6590)
  • Fix grouped visualizer iframe rendering double on mount (#6528)
  • Fix hover state styles on select components (Issue #6627) (#6668, #6678)
  • Fix instructions field showing as single line in the Quick App review modal (Issue #6200) (#6760)
  • Fix console error exposing internal DIAL core and bucket URLs (Issue #6684) (#6708)
  • Fix microphone icon shown in Replay mode (Issue #6484) (#6673)
  • Fix modal dividers (Issue #6840) (#6841)
  • Fix modal size (Issue #6542) (#6581)
  • Fix Monaco editor behaviour for empty folders (Issues #6222, #6223) (#6585)
  • Fix new starter not saving when text contains only spaces (Issue #6353) (#6591)
  • Fix stale file list not reflecting deletions without a page refresh (Issue #5706) (#6491)
  • Fix PDF highlighter display issues (Issue #6625) (#6733)
  • Fix prompt content height overflow (Issue #6764) (#6780)
  • Fix Quick App review flow when the orchestrator deployment does not advertise temperature support (regression fix) (Issue #6637) (#6640)
  • Fix reset of selected toolset not working (Issue #6464) (#6730)
  • Fix folder-level publication rules not appearing when an admin updates a publishing request (Issue #5833) (#6690)
  • Fix select component height (Issue #6691) (#6693, #6712)
  • Fix selection highlight styles (Issue #5611) (#6717, #6731)
  • Fix share limit exceeded error message (Issue #5291) (#6572)
  • Fix model selector tooltip not showing correctly (Issue #6609) (#6713, #6735)
  • Fix icon size for local custom icons in IconButton (Issue #6513) (#6738)
  • Fix long start button text being clipped (Issue #6503) (#6518)
  • Fix switcher toggle colors (Issue #6618) (#6622, #6653, #6749)
  • Fix sub-folder search not returning results (Issue #6426) (#6433)
  • Fix switch color (#6798)
  • Fix app runner name being truncated in the UI (Issue #6676) (#6707)
  • Fix application icon not updating when an admin edits a publication (Issue #6656) (#6674)
  • Fix incorrect isolatedModelId sanitization when creating new conversations (Issue #4985) (#6654)
  • Fix wrong 404 error surfaced from a completion URL (Issue #6220) (#6703)
  • Hide the replay button for shared conversations (#6629)
  • Remove colon from entity list titles (Issue #6543) (#6548)
  • Remove N/A version display from model cards (Issue #6526) (#6579)
  • Remove blurred icon outlines in Firefox (Issue #6649) (#6770)
  • Fix attach-folder logic for nested selection (Issue #4484) (#6641)
  • Fix button alignment in modal footer (Issue #6650) (#6724)
  • Fix change-remove-access button appearance (Issues #6429, #6499) — follow-up to #6669 (#6675 ui-kit update)
  • Fix user name resolution for AzureB2C name claim (Issue #6587) (#6589)
  • Fix empty file folder deletion (Issue #6561) (#6597)
  • Fix delete icon missing for empty files folder (Issue #6561)
  • Open conversations sidebar by default when the ShowConversationsSectionByDefault feature is active in Overlay mode (Issue #6880) (#6883)

Other

Read more

0.45.1

12 May 15:49

Choose a tag to compare

Fixes

  • fix(chat): fix quick app review flow when orchestrator does not support temperature (Issue #6637) (#6688)

0.44.9

12 May 15:36

Choose a tag to compare

Fixes

  • fix(chat): fix quick app orchestrator temperature saving (Issue #6637) (#6686)

0.45.0

06 May 12:46

Choose a tag to compare

Features

    • feat(chat): add AUTH_OKTA_NAME (Issue #4516) (#6292)
  • feat(chat): add isShared: true flag for the file folders shared with others (Issues #3102, #6122) (#6237)
  • feat(chat): add auto-selection for uploaded files (Issue #5673) (#6358)
  • feat(chat): add auto-selection for uploaded files (Issues #5673, #6167, #6247) (#6368)
  • feat(chat): add capability to pass language headers to dial core /completions api (Issue #6486) (#6488)
  • feat(chat): add copy toolset endpoint url modal (Issues #6245, #6383) (#6376)
  • feat(chat): add featured section and fix table view overflow (Issues #6255, #3714, #3791) (#6394)
  • feat(chat): add i18n keys for application (Issue #6256) (#6216)
  • feat(chat): add i18n keys for application (Issue #6256) (#6287)
  • feat(chat): add plain text response settings for conversations (Issue #130) (#6404)
  • feat(chat): add prop to hide item name in path (#6249) (#6320)
  • feat(chat): add publication info into application detailed view for admin (Issue #6252) (#6324)
  • feat(chat): add quick apps editor sections and add conversation starters section (Issues #6077, #6192) (#6269)
  • feat(chat): add voice recording/transcribing functionality (#6337)
  • feat(chat): change tooltips for card previews (Issue #4696) (#6135)
  • feat(chat): change tooltips for card previews (Issue #4696) (#6430)
  • feat(chat): implement opportunity to hide "Custom app" from "Add app" (Issue #5864) (#6301)
  • feat(chat): improve UI / UX around publication filters (Issue #6253) (#6352)
  • feat(chat): redesign user profile (Issues #5421, #5505, #6092) (#6174)
  • feat(chat): reset search results when create new chat folder or new prompt folder (Issue #5763) (#6224)
  • feat(chat): update basic colors in tailwind config (#6265)
  • feat(chat): update toolsets logic to include hidden entities only in Quick Apps 2.0 (Issue #6254). (#6370)
  • feat(chat-e2e): updated tests with expand/collapse attachment feature (#6251)
  • feat(chat-e2e): File Manager tests (#6371)
  • feat(chat-e2e): add gpt-5.4-nano (#6508)
  • feat(chat-e2e): fix attach files test (#6567)
  • feat(chat-e2e): fixed e2e style checks (#6276)
  • feat(chat-e2e): fixed flaky tests (#6262)
  • feat(chat-e2e): implemented tests for chat images markdown (#6232)
  • feat(chat-e2e): remove deprecated gpt-4o models and add 17 new models (#6323)
  • feat(chat-e2e): removed deprecated anthropic.claude-v3-5-sonnet-v2 model (#6270)
  • feat(chat-e2e): tooltip tests fix (#6565)
  • feat(chat-e2e): update chat api tests (#6475)
  • feat(chat): add new DialTextarea and DialInput (Issue #6173) (#6185)

Fixes

  • fix(chat): add archive conflict resolution popup (Issue #5828) (#6330)
  • fix(chat): add border for markdown table (Issue #1646) (#6175)
  • fix(chat): add check for decodeApiUrl if path is empty ( Issue #6263) (#6275)
  • fix(chat): add description for live-chat-interaction feature (Issue #6285) (#6286)
  • fix(chat): add min width for textarea (Issue #6186) (#6231)
  • fix(chat): add publishing translations into json (Issue #6252) (#6568)
  • fix(chat): add response format settings in conversation tooltip (Issue #6487) (#6495)
  • fix(chat): add response format settings in conversation tooltip (Issue #6487) (#6511)
  • fix(chat): add review files section for file manager modal (Issue #5641) (#6284)
  • fix(chat): add server error from model (Issue #6279) (#6344)
  • fix(chat): add tooltip for disable application on Select agent form (Issue #2860) (#6267)
  • fix(chat): add tooltip for unshared button, correct unsupposed types title, fix hidden files switcher (Issues #6182, #6146, #6374) (#6448)
  • fix(chat): allowed tools added via JSON editor are not saved (Issue #6151) (#6440)
  • fix(chat): bump axios (#6347)
  • fix(chat): change all files to my files section name (#6333)
  • fix(chat): change disable state for Go to workspace button in playback mode ( Issue #2860) (#6316)
  • fix(chat): change hint for playback (Issue #3445) (#6179)
  • fix(chat): change max width for public modal (Issue #6282) (#6290)
  • fix(chat): change tag placement for model (Issue #4886) (#6218)
  • fix(chat): change tooltips for card previews (Issue #4696) (#6438)
  • fix(chat): change tooltips for card previews (Issue #4696) (#6450)
  • fix(chat): check mcp feature for agents for connect button visibility (Issue #6383) (#6509)
  • fix(chat): close Code Editor full screen mode when press ESC (Issue #5087) (#6315)
  • fix(chat): close prompt panel on mobile view when user select publication ( Issue #3608) (#6291)
  • fix(chat): correct background for shared icon when drag file ( Issue #1550) (#6230)
  • fix(chat): correct background for shared icon when drag file (Issue #1550) (#6446)
  • fix(chat): correct highlight state when user open delete modal (Issue #4513) (#6293)
  • fix(chat): correct playback buttons placement (Issue #6311) (#6328)
  • fix(chat): correct playback buttons placement (Issue #6311) (#6359)
  • fix(chat): do not save parameters in quick app 2 if temperature feature is disabled (Issue #6449) (#6514)
  • fix(chat): fix 404 on view published toolset by admin (Issue #4837) (#6410)
  • fix(chat): fix Custom attachment visualizer height for grouped visualizers is not reflected in chat UI (Issue #6295) (#6298)
  • fix(chat): fix Go to workspace button placement and styles (Issues #6248, #6126) (#6266)
  • fix(chat): fix adding ZIP files creates a folder which cannot be deleted (Issue #6561) (#6569)
  • fix(chat): fix allow to send (un)publish request for rules' changes only (Issue #5844). (#6411)
  • fix(chat): fix arrow is removed from shared folder when refresh page in File Manager (Issue #6303) (#6427)
  • fix(chat): fix arrow is removed only after page refresh from folder with files when user clicks Remove access for it (Issue #6281) (#6289)
  • fix(chat): fix auto-selection for uploaded files (Issue #5673) (#6384)
  • fix(chat): fix chat input width (Issue #5437) (#6332)
  • fix(chat): fix completion timeout error (Issue #6443) (#6462)
  • fix(chat): fix confirmation dialog is not shown on attempt to unshare/remove access file (Issue #5971) (#6424)
  • fix(chat): fix conversation intro text (Issue #6077) (#6327)
  • fix(chat): fix copying of markdown tables as text (Issue #6235) (#6312)
  • fix(chat): fix delete button for Approve required section (Issue #5526) (#6461)
  • fix(chat): fix delete message in File Manager (#6342)
  • fix(chat): fix description line breaks inside apps editor (Issue #6547) (#6551)
  • fix(chat): fix display and open Inline URL (#6307)
  • fix(chat): fix editor views (Issue #6360) (#6480)
  • fix(chat): fix error fails when unshare selected 'Shared with me` folder with files (Issue 6326) (#6453)
  • fix(chat): fix error message when sharing limit is exeeded (Issue #5291) (#6412)
  • fix(chat): fix external app update trigger schema fetch (Issue #6564) (#6566)
  • fix(chat): fix font for playback hint ( Issue #3445) (#6300)
  • fix(chat): fix host in link copied when connecting toolset or application (Issue #6245) (#6455)
  • fix(chat): fix in agent response in edit mode there are no attachments and Clip icon (Issue 6014) (#6441)
  • fix(chat): fix infinity spinner when update icon (Issue #6398) (#6439)
  • fix(chat): fix instructions field colors and fix mobile marketplace headers size (Issues #6360, #3791) (#6553)
  • fix(chat): fix intro text shown only after conversation started (Issue #6077) (#6336)
  • fix(chat): fix long link (Issue #4455) (#6217)
  • fix(chat): fix long link (Issue #4455) (#6421)
  • fix(chat): fix long subscribe request in Firefox browser (Issue #6500) (#6502)
  • fix(chat): fix mobile use panel (Issue #6363) (#6367)
  • fix(chat): fix mobile view for publications (Issue #4155) (#6442)
  • fix(chat): fix mobile view for publications (Issue #4155) (#6470)
  • fix(chat): fix nested folders are not selected if they were not expanded previously (Issue #4484) (#6331)
  • fix(chat): fix notification for unshared files (Issue #5743) (#6428)
  • fix(chat): fix paddings for select folder modal (Issue #6399) (#6418)
  • fix(chat): fix quick app 2.0 editor style (Issue #6360) (#6379)
  • fix(chat): fix quick app instructions field color and fix mobile headers in marketplace (Issues #6360, #3791) (#6545)
  • fix(chat): fix resolving user name with @ (Issue #5024) (#6306)
  • fix(chat): fix resolving user name with @ (Issue #5640) (#6299)
  • fix(chat): fix resource sort after rename (Issue #5022) (#6304)
  • fix(chat): fix response format styles (Issue #6496) (#6497)
  • fix(chat): fix revoke access for multiple files and folders (Issue #6281). (#6381)
  • fix(chat): fix scroll for chat view (Issue #4874) (#6349)
  • fix(chat): fix scroll for mobile view (Issue #6447) (#6451)
  • fix(chat): fix search result updating (Issue #5715) (#6396)
  • fix(chat): fix shared files displaying (Issue #5988) (#6076)
  • fix(chat): fix sharing quick app without write permissions (Issue #3591) (#6259)
  • fix(chat): fix temperature and prompt saving inside message settings if model does't support these features (Issue #6449) (#6474)
  • fix(chat): fix temperature sending if related feature disabled (Issue #6449) (#6452)
  • fix(chat): fix temporary path displaying and search results update (Issue #5790) (#6413)
  • fix(chat): fix toast message in File Manager (Issue #6338) (#6422)
  • fix(chat): fix toast message in File Manager (Issue #6338) (#6357)
  • fix(chat): fix toolset editor error for admin in view mode (Issue #5458) (#6423)
  • fix(chat): fix toolset mcp url host (Issue #6383) (#6435)
  • fix(chat): fix toolsets with hiddenEntityTag topic is not added to the installed toolsets JSON (#6432)
  • fix(chat): fix truncate long new file name (Issue #4183) (#6322)
  • fix(chat): fix unshare confirmation modal text (Issue #6073) (#6250)
  • fix(chat): fix unshare prompt confirmation text (Issue #6073) (#6539)
  • fix(chat): fix vertical scroll in settings modal (Issue #6334) (#6340)
  • fix(chat): fix vertical scroll in settings modal (Issue #6334) (#6350)
  • fix(chat): fix virtual rows ...
Read more

0.45.0-rc.55

29 Apr 16:22

Choose a tag to compare

0.45.0-rc.55 Pre-release
Pre-release

Features

  • feat(chat): add new DialTextarea and DialInput (Issue #6173) (#6185)
  • feat(chat): add AUTH_OKTA_NAME (Issue #4516) (#6292)
  • feat(chat): add isShared: true flag for the file folders shared with others (Issues #3102, #6122) (#6237)
  • feat(chat): add auto-selection for uploaded files (Issue #5673) (#6358)
  • feat(chat): add auto-selection for uploaded files (Issues #5673, #6167, #6247) (#6368)
  • feat(chat): add capability to pass language headers to dial core /completions api (Issue #6486) (#6488)
  • feat(chat): add copy toolset endpoint url modal (Issues #6245, #6383) (#6376)
  • feat(chat): add featured section and fix table view overflow (Issues #6255, #3714, #3791) (#6394)
  • feat(chat): add i18n keys for application (Issue #6256) (#6216)
  • feat(chat): add i18n keys for application (Issue #6256) (#6287)
  • feat(chat): add plain text response settings for conversations (Issue #130) (#6404)
  • feat(chat): add prop to hide item name in path (#6249) (#6320)
  • feat(chat): add publication info into application detailed view for admin (Issue #6252) (#6324)
  • feat(chat): add quick apps editor sections and add conversation starters section (Issues #6077, #6192) (#6269)
  • feat(chat): add voice recording/transcribing functionality (#6337)
  • feat(chat): change tooltips for card previews (Issue #4696) (#6135)
  • feat(chat): change tooltips for card previews (Issue #4696) (#6430)
  • feat(chat): implement opportunity to hide "Custom app" from "Add app" (Issue #5864) (#6301)
  • feat(chat): improve UI / UX around publication filters (Issue #6253) (#6352)
  • feat(chat): redesign user profile (Issues #5421, #5505, #6092) (#6174)
  • feat(chat): reset search results when create new chat folder or new prompt folder (Issue #5763) (#6224)
  • feat(chat): update basic colors in tailwind config (#6265)
  • feat(chat): update toolsets logic to include hidden entities only in Quick Apps 2.0 (Issue #6254). (#6370)
  • feat(chat-e2e): updated tests with expand/collapse attachment feature (#6251)
  • feat(chat-e2e): File Manager tests (#6371)
  • feat(chat-e2e): add gpt-5.4-nano (#6508)
  • feat(chat-e2e): fix attach files test (#6567)
  • feat(chat-e2e): fixed e2e style checks (#6276)
  • feat(chat-e2e): fixed flaky tests (#6262)
  • feat(chat-e2e): implemented tests for chat images markdown (#6232)
  • feat(chat-e2e): remove deprecated gpt-4o models and add 17 new models (#6323)
  • feat(chat-e2e): removed deprecated anthropic.claude-v3-5-sonnet-v2 model (#6270)
  • feat(chat-e2e): tooltip tests fix (#6565)
  • feat(chat-e2e): update chat api tests (#6475)

Fixes

  • fix(chat): add archive conflict resolution popup (Issue #5828) (#6330)
  • fix(chat): add border for markdown table (Issue #1646) (#6175)
  • fix(chat): add check for decodeApiUrl if path is empty ( Issue #6263) (#6275)
  • fix(chat): add description for live-chat-interaction feature (Issue #6285) (#6286)
  • fix(chat): add min width for textarea (Issue #6186) (#6231)
  • fix(chat): add publishing translations into json (Issue #6252) (#6568)
  • fix(chat): add response format settings in conversation tooltip (Issue #6487) (#6495)
  • fix(chat): add response format settings in conversation tooltip (Issue #6487) (#6511)
  • fix(chat): add review files section for file manager modal (Issue #5641) (#6284)
  • fix(chat): add server error from model (Issue #6279) (#6344)
  • fix(chat): add tooltip for disable application on Select agent form (Issue #2860) (#6267)
  • fix(chat): add tooltip for unshared button, correct unsupposed types title, fix hidden files switcher (Issues #6182, #6146, #6374) (#6448)
  • fix(chat): allowed tools added via JSON editor are not saved (Issue #6151) (#6440)
  • fix(chat): bump axios (#6347)
  • fix(chat): change all files to my files section name (#6333)
  • fix(chat): change disable state for Go to workspace button in playback mode ( Issue #2860) (#6316)
  • fix(chat): change hint for playback (Issue #3445) (#6179)
  • fix(chat): change max width for public modal (Issue #6282) (#6290)
  • fix(chat): change tag placement for model (Issue #4886) (#6218)
  • fix(chat): change tooltips for card previews (Issue #4696) (#6438)
  • fix(chat): change tooltips for card previews (Issue #4696) (#6450)
  • fix(chat): check mcp feature for agents for connect button visibility (Issue #6383) (#6509)
  • fix(chat): close Code Editor full screen mode when press ESC (Issue #5087) (#6315)
  • fix(chat): close prompt panel on mobile view when user select publication ( Issue #3608) (#6291)
  • fix(chat): correct background for shared icon when drag file ( Issue #1550) (#6230)
  • fix(chat): correct background for shared icon when drag file (Issue #1550) (#6446)
  • fix(chat): correct highlight state when user open delete modal (Issue #4513) (#6293)
  • fix(chat): correct playback buttons placement (Issue #6311) (#6328)
  • fix(chat): correct playback buttons placement (Issue #6311) (#6359)
  • fix(chat): do not save parameters in quick app 2 if temperature feature is disabled (Issue #6449) (#6514)
  • fix(chat): fix 404 on view published toolset by admin (Issue #4837) (#6410)
  • fix(chat): fix Custom attachment visualizer height for grouped visualizers is not reflected in chat UI (Issue #6295) (#6298)
  • fix(chat): fix Go to workspace button placement and styles (Issues #6248, #6126) (#6266)
  • fix(chat): fix adding ZIP files creates a folder which cannot be deleted (Issue #6561) (#6569)
  • fix(chat): fix allow to send (un)publish request for rules' changes only (Issue #5844). (#6411)
  • fix(chat): fix arrow is removed from shared folder when refresh page in File Manager (Issue #6303) (#6427)
  • fix(chat): fix arrow is removed only after page refresh from folder with files when user clicks Remove access for it (Issue #6281) (#6289)
  • fix(chat): fix auto-selection for uploaded files (Issue #5673) (#6384)
  • fix(chat): fix chat input width (Issue #5437) (#6332)
  • fix(chat): fix completion timeout error (Issue #6443) (#6462)
  • fix(chat): fix confirmation dialog is not shown on attempt to unshare/remove access file (Issue #5971) (#6424)
  • fix(chat): fix conversation intro text (Issue #6077) (#6327)
  • fix(chat): fix copying of markdown tables as text (Issue #6235) (#6312)
  • fix(chat): fix delete button for Approve required section (Issue #5526) (#6461)
  • fix(chat): fix delete message in File Manager (#6342)
  • fix(chat): fix description line breaks inside apps editor (Issue #6547) (#6551)
  • fix(chat): fix display and open Inline URL (#6307)
  • fix(chat): fix editor views (Issue #6360) (#6480)
  • fix(chat): fix error fails when unshare selected 'Shared with me` folder with files (Issue 6326) (#6453)
  • fix(chat): fix error message when sharing limit is exeeded (Issue #5291) (#6412)
  • fix(chat): fix external app update trigger schema fetch (Issue #6564) (#6566)
  • fix(chat): fix font for playback hint ( Issue #3445) (#6300)
  • fix(chat): fix host in link copied when connecting toolset or application (Issue #6245) (#6455)
  • fix(chat): fix in agent response in edit mode there are no attachments and Clip icon (Issue 6014) (#6441)
  • fix(chat): fix infinity spinner when update icon (Issue #6398) (#6439)
  • fix(chat): fix instructions field colors and fix mobile marketplace headers size (Issues #6360, #3791) (#6553)
  • fix(chat): fix intro text shown only after conversation started (Issue #6077) (#6336)
  • fix(chat): fix long link (Issue #4455) (#6217)
  • fix(chat): fix long link (Issue #4455) (#6421)
  • fix(chat): fix long subscribe request in Firefox browser (Issue #6500) (#6502)
  • fix(chat): fix mobile use panel (Issue #6363) (#6367)
  • fix(chat): fix mobile view for publications (Issue #4155) (#6442)
  • fix(chat): fix mobile view for publications (Issue #4155) (#6470)
  • fix(chat): fix nested folders are not selected if they were not expanded previously (Issue #4484) (#6331)
  • fix(chat): fix notification for unshared files (Issue #5743) (#6428)
  • fix(chat): fix paddings for select folder modal (Issue #6399) (#6418)
  • fix(chat): fix quick app 2.0 editor style (Issue #6360) (#6379)
  • fix(chat): fix quick app instructions field color and fix mobile headers in marketplace (Issues #6360, #3791) (#6545)
  • fix(chat): fix resolving user name with @ (Issue #5024) (#6306)
  • fix(chat): fix resolving user name with @ (Issue #5640) (#6299)
  • fix(chat): fix resource sort after rename (Issue #5022) (#6304)
  • fix(chat): fix response format styles (Issue #6496) (#6497)
  • fix(chat): fix revoke access for multiple files and folders (Issue #6281). (#6381)
  • fix(chat): fix scroll for chat view (Issue #4874) (#6349)
  • fix(chat): fix scroll for mobile view (Issue #6447) (#6451)
  • fix(chat): fix search result updating (Issue #5715) (#6396)
  • fix(chat): fix shared files displaying (Issue #5988) (#6076)
  • fix(chat): fix sharing quick app without write permissions (Issue #3591) (#6259)
  • fix(chat): fix temperature and prompt saving inside message settings if model does't support these features (Issue #6449) (#6474)
  • fix(chat): fix temperature sending if related feature disabled (Issue #6449) (#6452)
  • fix(chat): fix temporary path displaying and search results update (Issue #5790) (#6413)
  • fix(chat): fix toast message in File Manager (Issue #6338) (#6422)
  • fix(chat): fix toast message in File Manager (Issue #6338) (#6357)
  • fix(chat): fix toolset editor error for admin in view mode (Issue #5458) (#6423)
  • fix(chat): fix toolset mcp url host (Issue #6383) (#6435)
  • fix(chat): fix toolsets with hiddenEntityTag topic is not added to the installed toolsets JSON (#6432)
  • fix(chat): fix truncate long new file name (Issue #4183) (#6322)
  • fix(chat): fix unshare confirmation modal text (Issue #6073) (#6250)
  • fix(chat): fix unshare prompt confirmation text (Issue #6073) (#6539)
  • fix(chat): fix vertical scroll in settings modal (Issue #6334) (#6340)
  • fix(chat): fix vertical scroll in settings modal (Issue #6334) (#6350)
  • fix(chat): fix virtual rows s...
Read more

0.44.8

24 Apr 12:46

Choose a tag to compare

Fixes

  • fix(chat): add initial chunk to fix long subscribe request in firefox and do not save parameters in quick app 2 if temperature feature is disabled (Issues #6500, #6449) (#6504)

0.43.9

24 Apr 13:21

Choose a tag to compare

Fixes

  • fix(chat): do not save parameters in quick app 2 if temperature feature is disabled (Issue #6449) (#6525)

0.42.6

24 Apr 07:43

Choose a tag to compare

Fixes

  • fix(chat): do not save parameters in quick app 2 if temperature feature is disabled (Issue #6449) (#6519)