@stack-spot/ai-chat-widget 0.10.0 → 1.0.0-dev.1768314799914
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +972 -0
- package/README.md +1 -0
- package/dist/AbortedError.d.ts +5 -0
- package/dist/AbortedError.d.ts.map +1 -0
- package/dist/AbortedError.js +7 -0
- package/dist/AbortedError.js.map +1 -0
- package/dist/StackspotAIWidget.d.ts +48 -7
- package/dist/StackspotAIWidget.d.ts.map +1 -1
- package/dist/StackspotAIWidget.js +22 -15
- package/dist/StackspotAIWidget.js.map +1 -1
- package/dist/app-metadata.json +171 -0
- package/dist/assets/placeholder.png +0 -0
- package/dist/chat-interceptors/CustomInputs.d.ts +22 -0
- package/dist/chat-interceptors/CustomInputs.d.ts.map +1 -0
- package/dist/chat-interceptors/CustomInputs.js +71 -0
- package/dist/chat-interceptors/CustomInputs.js.map +1 -0
- package/dist/chat-interceptors/quick-command-questions.d.ts +14 -0
- package/dist/chat-interceptors/quick-command-questions.d.ts.map +1 -0
- package/dist/chat-interceptors/quick-command-questions.js +28 -0
- package/dist/chat-interceptors/quick-command-questions.js.map +1 -0
- package/dist/chat-interceptors/quick-commands.d.ts +14 -1
- package/dist/chat-interceptors/quick-commands.d.ts.map +1 -1
- package/dist/chat-interceptors/quick-commands.js +442 -8
- package/dist/chat-interceptors/quick-commands.js.map +1 -1
- package/dist/chat-interceptors/send-message.d.ts +27 -2
- package/dist/chat-interceptors/send-message.d.ts.map +1 -1
- package/dist/chat-interceptors/send-message.js +230 -29
- package/dist/chat-interceptors/send-message.js.map +1 -1
- package/dist/components/AdaptiveTextArea.d.ts +15 -3
- package/dist/components/AdaptiveTextArea.d.ts.map +1 -1
- package/dist/components/AdaptiveTextArea.js +22 -10
- package/dist/components/AdaptiveTextArea.js.map +1 -1
- package/dist/components/AgentCard/AgentCardCreate.d.ts +4 -0
- package/dist/components/AgentCard/AgentCardCreate.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCardCreate.js +33 -0
- package/dist/components/AgentCard/AgentCardCreate.js.map +1 -0
- package/dist/components/AgentCard/dictionary.d.ts +23 -0
- package/dist/components/AgentCard/dictionary.d.ts.map +1 -0
- package/dist/components/AgentCard/dictionary.js +23 -0
- package/dist/components/AgentCard/dictionary.js.map +1 -0
- package/dist/components/AgentCard/index.d.ts +5 -0
- package/dist/components/AgentCard/index.d.ts.map +1 -0
- package/dist/components/AgentCard/index.js +55 -0
- package/dist/components/AgentCard/index.js.map +1 -0
- package/dist/components/AnimatedOpacity.d.ts +8 -0
- package/dist/components/AnimatedOpacity.d.ts.map +1 -0
- package/dist/components/AnimatedOpacity.js +46 -0
- package/dist/components/AnimatedOpacity.js.map +1 -0
- package/dist/components/AutoFocus.d.ts +23 -0
- package/dist/components/AutoFocus.d.ts.map +1 -0
- package/dist/components/AutoFocus.js +23 -0
- package/dist/components/AutoFocus.js.map +1 -0
- package/dist/components/ButtonFavorite.d.ts +40 -0
- package/dist/components/ButtonFavorite.d.ts.map +1 -0
- package/dist/components/ButtonFavorite.js +25 -0
- package/dist/components/ButtonFavorite.js.map +1 -0
- package/dist/components/Code.d.ts +2 -1
- package/dist/components/Code.d.ts.map +1 -1
- package/dist/components/Code.js +52 -24
- package/dist/components/Code.js.map +1 -1
- package/dist/components/ComponentNavigator.d.ts +38 -0
- package/dist/components/ComponentNavigator.d.ts.map +1 -0
- package/dist/components/ComponentNavigator.js +31 -0
- package/dist/components/ComponentNavigator.js.map +1 -0
- package/dist/components/Fading.d.ts +32 -0
- package/dist/components/Fading.d.ts.map +1 -0
- package/dist/components/Fading.js +33 -0
- package/dist/components/Fading.js.map +1 -0
- package/dist/components/FadingOverflow.d.ts +25 -0
- package/dist/components/FadingOverflow.d.ts.map +1 -1
- package/dist/components/FadingOverflow.js +16 -8
- package/dist/components/FadingOverflow.js.map +1 -1
- package/dist/components/FileDescription.d.ts +10 -0
- package/dist/components/FileDescription.d.ts.map +1 -0
- package/dist/components/FileDescription.js +84 -0
- package/dist/components/FileDescription.js.map +1 -0
- package/dist/components/HistoryList.d.ts +15 -0
- package/dist/components/HistoryList.d.ts.map +1 -1
- package/dist/components/HistoryList.js +6 -2
- package/dist/components/HistoryList.js.map +1 -1
- package/dist/components/ListResource.d.ts +29 -0
- package/dist/components/ListResource.d.ts.map +1 -0
- package/dist/components/ListResource.js +17 -0
- package/dist/components/ListResource.js.map +1 -0
- package/dist/components/Markdown.d.ts.map +1 -1
- package/dist/components/Markdown.js +2 -2
- package/dist/components/Markdown.js.map +1 -1
- package/dist/components/Modal.d.ts +9 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/Modal.js +56 -0
- package/dist/components/Modal.js.map +1 -0
- package/dist/components/QuickStartButton.d.ts +2 -4
- package/dist/components/QuickStartButton.d.ts.map +1 -1
- package/dist/components/QuickStartButton.js +7 -39
- package/dist/components/QuickStartButton.js.map +1 -1
- package/dist/components/RightPanelContentList.d.ts +10 -0
- package/dist/components/RightPanelContentList.d.ts.map +1 -0
- package/dist/components/RightPanelContentList.js +7 -0
- package/dist/components/RightPanelContentList.js.map +1 -0
- package/dist/components/RightPanelForm.d.ts +3 -0
- package/dist/components/RightPanelForm.d.ts.map +1 -1
- package/dist/components/RightPanelForm.js +57 -17
- package/dist/components/RightPanelForm.js.map +1 -1
- package/dist/components/RightPanelTabs.d.ts +4 -4
- package/dist/components/RightPanelTabs.d.ts.map +1 -1
- package/dist/components/RightPanelTabs.js +7 -16
- package/dist/components/RightPanelTabs.js.map +1 -1
- package/dist/components/Selector/index.d.ts +54 -0
- package/dist/components/Selector/index.d.ts.map +1 -0
- package/dist/components/Selector/index.js +143 -0
- package/dist/components/Selector/index.js.map +1 -0
- package/dist/components/Selector/styled.d.ts +4 -0
- package/dist/components/Selector/styled.d.ts.map +1 -0
- package/dist/components/Selector/styled.js +157 -0
- package/dist/components/Selector/styled.js.map +1 -0
- package/dist/components/StackedBadge.d.ts +14 -0
- package/dist/components/StackedBadge.d.ts.map +1 -0
- package/dist/components/StackedBadge.js +56 -0
- package/dist/components/StackedBadge.js.map +1 -0
- package/dist/components/TabManager.d.ts +6 -0
- package/dist/components/TabManager.d.ts.map +1 -1
- package/dist/components/TabManager.js +16 -28
- package/dist/components/TabManager.js.map +1 -1
- package/dist/components/ToolBadge.d.ts +9 -0
- package/dist/components/ToolBadge.d.ts.map +1 -0
- package/dist/components/ToolBadge.js +34 -0
- package/dist/components/ToolBadge.js.map +1 -0
- package/dist/components/WorkspaceTabNavigator.d.ts +17 -0
- package/dist/components/WorkspaceTabNavigator.d.ts.map +1 -0
- package/dist/components/WorkspaceTabNavigator.js +93 -0
- package/dist/components/WorkspaceTabNavigator.js.map +1 -0
- package/dist/components/form/DescribedCheckboxGroup.d.ts +30 -2
- package/dist/components/form/DescribedCheckboxGroup.d.ts.map +1 -1
- package/dist/components/form/DescribedCheckboxGroup.js +75 -21
- package/dist/components/form/DescribedCheckboxGroup.js.map +1 -1
- package/dist/components/form/DescribedRadioGroup.d.ts +31 -2
- package/dist/components/form/DescribedRadioGroup.d.ts.map +1 -1
- package/dist/components/form/DescribedRadioGroup.js +65 -16
- package/dist/components/form/DescribedRadioGroup.js.map +1 -1
- package/dist/components/form/dictionary.d.ts +19 -0
- package/dist/components/form/dictionary.d.ts.map +1 -0
- package/dist/components/form/dictionary.js +19 -0
- package/dist/components/form/dictionary.js.map +1 -0
- package/dist/components/form/styled.d.ts.map +1 -1
- package/dist/components/form/styled.js +1 -2
- package/dist/components/form/styled.js.map +1 -1
- package/dist/components/form/types.d.ts +42 -0
- package/dist/components/form/types.d.ts.map +1 -1
- package/dist/context/AIWidgetProvider.d.ts +19 -0
- package/dist/context/AIWidgetProvider.d.ts.map +1 -1
- package/dist/context/AIWidgetProvider.js +19 -0
- package/dist/context/AIWidgetProvider.js.map +1 -1
- package/dist/context/hooks.d.ts +61 -4
- package/dist/context/hooks.d.ts.map +1 -1
- package/dist/context/hooks.js +83 -13
- package/dist/context/hooks.js.map +1 -1
- package/dist/features.d.ts +72 -10
- package/dist/features.d.ts.map +1 -1
- package/dist/features.js +23 -8
- package/dist/features.js.map +1 -1
- package/dist/hooks/midnight-update-view.d.ts +5 -0
- package/dist/hooks/midnight-update-view.d.ts.map +1 -0
- package/dist/hooks/midnight-update-view.js +30 -0
- package/dist/hooks/midnight-update-view.js.map +1 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/layout.css +95 -28
- package/dist/regex.d.ts +3 -0
- package/dist/regex.d.ts.map +1 -0
- package/dist/regex.js +3 -0
- package/dist/regex.js.map +1 -0
- package/dist/right-panel/DefaultPanel.d.ts +3 -0
- package/dist/right-panel/DefaultPanel.d.ts.map +1 -1
- package/dist/right-panel/DefaultPanel.js +5 -4
- package/dist/right-panel/DefaultPanel.js.map +1 -1
- package/dist/right-panel/RightPanel.d.ts +3 -0
- package/dist/right-panel/RightPanel.d.ts.map +1 -1
- package/dist/right-panel/RightPanel.js +3 -0
- package/dist/right-panel/RightPanel.js.map +1 -1
- package/dist/right-panel/RightPanelProvider.d.ts +15 -0
- package/dist/right-panel/RightPanelProvider.d.ts.map +1 -1
- package/dist/right-panel/RightPanelProvider.js.map +1 -1
- package/dist/right-panel/constants.d.ts +2 -0
- package/dist/right-panel/constants.d.ts.map +1 -0
- package/dist/right-panel/constants.js +2 -0
- package/dist/right-panel/constants.js.map +1 -0
- package/dist/right-panel/hooks.d.ts +6 -0
- package/dist/right-panel/hooks.d.ts.map +1 -1
- package/dist/right-panel/hooks.js +8 -1
- package/dist/right-panel/hooks.js.map +1 -1
- package/dist/state/ChatEntry.d.ts +189 -15
- package/dist/state/ChatEntry.d.ts.map +1 -1
- package/dist/state/ChatEntry.js +29 -18
- package/dist/state/ChatEntry.js.map +1 -1
- package/dist/state/ChatState.d.ts +129 -15
- package/dist/state/ChatState.d.ts.map +1 -1
- package/dist/state/ChatState.js +87 -11
- package/dist/state/ChatState.js.map +1 -1
- package/dist/state/ChatTabsController.d.ts +50 -1
- package/dist/state/ChatTabsController.d.ts.map +1 -1
- package/dist/state/ChatTabsController.js +77 -8
- package/dist/state/ChatTabsController.js.map +1 -1
- package/dist/state/ObservableState.d.ts +15 -1
- package/dist/state/ObservableState.d.ts.map +1 -1
- package/dist/state/ObservableState.js +14 -0
- package/dist/state/ObservableState.js.map +1 -1
- package/dist/state/WidgetState.d.ts +62 -2
- package/dist/state/WidgetState.d.ts.map +1 -1
- package/dist/state/WidgetState.js +49 -2
- package/dist/state/WidgetState.js.map +1 -1
- package/dist/state/constants.d.ts +5 -0
- package/dist/state/constants.d.ts.map +1 -0
- package/dist/state/constants.js +10 -0
- package/dist/state/constants.js.map +1 -0
- package/dist/state/types.d.ts +10 -1
- package/dist/state/types.d.ts.map +1 -1
- package/dist/types.d.ts +20 -4
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/chat.d.ts +11 -4
- package/dist/utils/chat.d.ts.map +1 -1
- package/dist/utils/chat.js +15 -12
- package/dist/utils/chat.js.map +1 -1
- package/dist/utils/check-is-trial.d.ts +2 -0
- package/dist/utils/check-is-trial.d.ts.map +1 -0
- package/dist/utils/check-is-trial.js +6 -0
- package/dist/utils/check-is-trial.js.map +1 -0
- package/dist/utils/copy-to-clipboard.d.ts +6 -0
- package/dist/utils/copy-to-clipboard.d.ts.map +1 -0
- package/dist/utils/copy-to-clipboard.js +30 -0
- package/dist/utils/copy-to-clipboard.js.map +1 -0
- package/dist/utils/date.d.ts +26 -2
- package/dist/utils/date.d.ts.map +1 -1
- package/dist/utils/date.js +28 -3
- package/dist/utils/date.js.map +1 -1
- package/dist/utils/download.d.ts +5 -0
- package/dist/utils/download.d.ts.map +1 -1
- package/dist/utils/download.js +5 -0
- package/dist/utils/download.js.map +1 -1
- package/dist/utils/error.d.ts +2 -0
- package/dist/utils/error.d.ts.map +1 -0
- package/dist/utils/error.js +54 -0
- package/dist/utils/error.js.map +1 -0
- package/dist/utils/knowledge-source.d.ts +12 -2
- package/dist/utils/knowledge-source.d.ts.map +1 -1
- package/dist/utils/knowledge-source.js +20 -6
- package/dist/utils/knowledge-source.js.map +1 -1
- package/dist/utils/planning-tool.d.ts +17 -0
- package/dist/utils/planning-tool.d.ts.map +1 -0
- package/dist/utils/planning-tool.js +32 -0
- package/dist/utils/planning-tool.js.map +1 -0
- package/dist/utils/programming-languages.d.ts +1 -0
- package/dist/utils/programming-languages.d.ts.map +1 -1
- package/dist/utils/programming-languages.js +11 -0
- package/dist/utils/programming-languages.js.map +1 -1
- package/dist/utils/string.d.ts +7 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/string.js +11 -0
- package/dist/utils/string.js.map +1 -0
- package/dist/utils/tools.d.ts +23 -0
- package/dist/utils/tools.d.ts.map +1 -0
- package/dist/utils/tools.js +23 -0
- package/dist/utils/tools.js.map +1 -0
- package/dist/utils/update-tool-step.d.ts +3 -0
- package/dist/utils/update-tool-step.d.ts.map +1 -0
- package/dist/utils/update-tool-step.js +23 -0
- package/dist/utils/update-tool-step.js.map +1 -0
- package/dist/utils/upload/FileUpload.d.ts +21 -0
- package/dist/utils/upload/FileUpload.d.ts.map +1 -0
- package/dist/utils/upload/FileUpload.js +54 -0
- package/dist/utils/upload/FileUpload.js.map +1 -0
- package/dist/utils/upload/UploadManager.d.ts +42 -0
- package/dist/utils/upload/UploadManager.d.ts.map +1 -0
- package/dist/utils/upload/UploadManager.js +138 -0
- package/dist/utils/upload/UploadManager.js.map +1 -0
- package/dist/utils/upload/context.d.ts +15 -0
- package/dist/utils/upload/context.d.ts.map +1 -0
- package/dist/utils/upload/context.js +37 -0
- package/dist/utils/upload/context.js.map +1 -0
- package/dist/utils/upload/errors.d.ts +17 -0
- package/dist/utils/upload/errors.d.ts.map +1 -0
- package/dist/utils/upload/errors.js +27 -0
- package/dist/utils/upload/errors.js.map +1 -0
- package/dist/utils/upload/types.d.ts +7 -0
- package/dist/utils/upload/types.d.ts.map +1 -0
- package/dist/{components/Tooltip → utils/upload}/types.js.map +1 -1
- package/dist/utils/upload/use-paste-upload.d.ts +8 -0
- package/dist/utils/upload/use-paste-upload.d.ts.map +1 -0
- package/dist/utils/upload/use-paste-upload.js +19 -0
- package/dist/utils/upload/use-paste-upload.js.map +1 -0
- package/dist/utils/upload/utils.d.ts +4 -0
- package/dist/utils/upload/utils.d.ts.map +1 -0
- package/dist/utils/upload/utils.js +10 -0
- package/dist/utils/upload/utils.js.map +1 -0
- package/dist/utils/url.d.ts +2 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/url.js +8 -0
- package/dist/utils/url.js.map +1 -0
- package/dist/views/Agents/AgentDescription.d.ts +4 -0
- package/dist/views/Agents/AgentDescription.d.ts.map +1 -0
- package/dist/views/Agents/AgentDescription.js +38 -0
- package/dist/views/Agents/AgentDescription.js.map +1 -0
- package/dist/views/Agents/AgentsPanel.d.ts +5 -0
- package/dist/views/Agents/AgentsPanel.d.ts.map +1 -0
- package/dist/views/Agents/AgentsPanel.js +45 -0
- package/dist/views/Agents/AgentsPanel.js.map +1 -0
- package/dist/views/Agents/AgentsTab.d.ts +11 -0
- package/dist/views/Agents/AgentsTab.d.ts.map +1 -0
- package/dist/views/Agents/AgentsTab.js +82 -0
- package/dist/views/Agents/AgentsTab.js.map +1 -0
- package/dist/views/Agents/dictionary.d.ts +2 -0
- package/dist/views/Agents/dictionary.d.ts.map +1 -0
- package/dist/views/Agents/dictionary.js +43 -0
- package/dist/views/Agents/dictionary.js.map +1 -0
- package/dist/views/Agents/index.d.ts +5 -0
- package/dist/views/Agents/index.d.ts.map +1 -0
- package/dist/views/Agents/index.js +21 -0
- package/dist/views/Agents/index.js.map +1 -0
- package/dist/views/Agents/styled.d.ts +3 -0
- package/dist/views/Agents/styled.d.ts.map +1 -0
- package/dist/views/Agents/styled.js +68 -0
- package/dist/views/Agents/styled.js.map +1 -0
- package/dist/views/Agents/useAgentFavorites.d.ts +8 -0
- package/dist/views/Agents/useAgentFavorites.d.ts.map +1 -0
- package/dist/views/Agents/useAgentFavorites.js +59 -0
- package/dist/views/Agents/useAgentFavorites.js.map +1 -0
- package/dist/views/Chat/AgentInfo.d.ts +5 -1
- package/dist/views/Chat/AgentInfo.d.ts.map +1 -1
- package/dist/views/Chat/AgentInfo.js +6 -5
- package/dist/views/Chat/AgentInfo.js.map +1 -1
- package/dist/views/Chat/ButtonExecutionDetail.d.ts +5 -0
- package/dist/views/Chat/ButtonExecutionDetail.d.ts.map +1 -0
- package/dist/views/Chat/ButtonExecutionDetail.js +34 -0
- package/dist/views/Chat/ButtonExecutionDetail.js.map +1 -0
- package/dist/views/Chat/ChatMessage.d.ts +57 -4
- package/dist/views/Chat/ChatMessage.d.ts.map +1 -1
- package/dist/views/Chat/ChatMessage.js +167 -20
- package/dist/views/Chat/ChatMessage.js.map +1 -1
- package/dist/views/Chat/ChatMessages.d.ts +6 -2
- package/dist/views/Chat/ChatMessages.d.ts.map +1 -1
- package/dist/views/Chat/ChatMessages.js +5 -2
- package/dist/views/Chat/ChatMessages.js.map +1 -1
- package/dist/views/Chat/StepsList.d.ts +14 -0
- package/dist/views/Chat/StepsList.d.ts.map +1 -0
- package/dist/views/Chat/StepsList.js +192 -0
- package/dist/views/Chat/StepsList.js.map +1 -0
- package/dist/views/Chat/chat-scroll.d.ts +1 -1
- package/dist/views/Chat/chat-scroll.js +1 -1
- package/dist/views/Chat/events.d.ts +22 -0
- package/dist/views/Chat/events.d.ts.map +1 -0
- package/dist/views/Chat/events.js +67 -0
- package/dist/views/Chat/events.js.map +1 -0
- package/dist/views/Chat/index.d.ts +9 -2
- package/dist/views/Chat/index.d.ts.map +1 -1
- package/dist/views/Chat/index.js +5 -2
- package/dist/views/Chat/index.js.map +1 -1
- package/dist/views/Chat/styled.d.ts +3 -1
- package/dist/views/Chat/styled.d.ts.map +1 -1
- package/dist/views/Chat/styled.js +183 -31
- package/dist/views/Chat/styled.js.map +1 -1
- package/dist/views/ChatHistory/ChatHistoryPanel.d.ts +4 -4
- package/dist/views/ChatHistory/ChatHistoryPanel.d.ts.map +1 -1
- package/dist/views/ChatHistory/ChatHistoryPanel.js +6 -2
- package/dist/views/ChatHistory/ChatHistoryPanel.js.map +1 -1
- package/dist/views/ChatHistory/HistoryItem.d.ts +4 -3
- package/dist/views/ChatHistory/HistoryItem.d.ts.map +1 -1
- package/dist/views/ChatHistory/HistoryItem.js +16 -37
- package/dist/views/ChatHistory/HistoryItem.js.map +1 -1
- package/dist/views/ChatHistory/dictionary.d.ts +1 -1
- package/dist/views/ChatHistory/index.d.ts +4 -4
- package/dist/views/ChatHistory/index.d.ts.map +1 -1
- package/dist/views/ChatHistory/index.js +6 -3
- package/dist/views/ChatHistory/index.js.map +1 -1
- package/dist/views/ChatHistory/styled.d.ts.map +1 -1
- package/dist/views/ChatHistory/styled.js +3 -5
- package/dist/views/ChatHistory/styled.js.map +1 -1
- package/dist/views/ChatHistory/utils.d.ts +17 -2
- package/dist/views/ChatHistory/utils.d.ts.map +1 -1
- package/dist/views/ChatHistory/utils.js +140 -9
- package/dist/views/ChatHistory/utils.js.map +1 -1
- package/dist/views/ChatTabSelection.d.ts +6 -4
- package/dist/views/ChatTabSelection.d.ts.map +1 -1
- package/dist/views/ChatTabSelection.js +40 -15
- package/dist/views/ChatTabSelection.js.map +1 -1
- package/dist/views/Editor.d.ts +3 -0
- package/dist/views/Editor.d.ts.map +1 -1
- package/dist/views/Editor.js +26 -20
- package/dist/views/Editor.js.map +1 -1
- package/dist/views/Home/BuiltInAgent.d.ts +6 -0
- package/dist/views/Home/BuiltInAgent.d.ts.map +1 -0
- package/dist/views/Home/BuiltInAgent.js +37 -0
- package/dist/views/Home/BuiltInAgent.js.map +1 -0
- package/dist/views/Home/CustomAgent.d.ts +5 -0
- package/dist/views/Home/CustomAgent.d.ts.map +1 -0
- package/dist/views/Home/CustomAgent.js +23 -0
- package/dist/views/Home/CustomAgent.js.map +1 -0
- package/dist/views/Home/index.d.ts +8 -0
- package/dist/views/Home/index.d.ts.map +1 -0
- package/dist/views/Home/index.js +34 -0
- package/dist/views/Home/index.js.map +1 -0
- package/dist/views/Home/styled.d.ts +2 -0
- package/dist/views/Home/styled.d.ts.map +1 -0
- package/dist/views/Home/styled.js +74 -0
- package/dist/views/Home/styled.js.map +1 -0
- package/dist/views/Home/types.d.ts +16 -0
- package/dist/views/Home/types.d.ts.map +1 -0
- package/dist/views/Home/types.js +2 -0
- package/dist/views/Home/types.js.map +1 -0
- package/dist/views/KSDocument.d.ts +3 -0
- package/dist/views/KSDocument.d.ts.map +1 -1
- package/dist/views/KSDocument.js +7 -4
- package/dist/views/KSDocument.js.map +1 -1
- package/dist/views/KnowledgeSources.d.ts +12 -0
- package/dist/views/KnowledgeSources.d.ts.map +1 -1
- package/dist/views/KnowledgeSources.js +123 -33
- package/dist/views/KnowledgeSources.js.map +1 -1
- package/dist/views/MessageInput/AgentSelector.d.ts +5 -0
- package/dist/views/MessageInput/AgentSelector.d.ts.map +1 -0
- package/dist/views/MessageInput/AgentSelector.js +66 -0
- package/dist/views/MessageInput/AgentSelector.js.map +1 -0
- package/dist/views/MessageInput/ButtonAgent.d.ts +2 -0
- package/dist/views/MessageInput/ButtonAgent.d.ts.map +1 -0
- package/dist/views/MessageInput/ButtonAgent.js +35 -0
- package/dist/views/MessageInput/ButtonAgent.js.map +1 -0
- package/dist/views/MessageInput/ButtonBar.d.ts +13 -0
- package/dist/views/MessageInput/ButtonBar.d.ts.map +1 -0
- package/dist/views/MessageInput/ButtonBar.js +15 -0
- package/dist/views/MessageInput/ButtonBar.js.map +1 -0
- package/dist/views/MessageInput/ContextBar.d.ts +9 -0
- package/dist/views/MessageInput/ContextBar.d.ts.map +1 -0
- package/dist/views/MessageInput/ContextBar.js +51 -0
- package/dist/views/MessageInput/ContextBar.js.map +1 -0
- package/dist/views/MessageInput/ModelSwitcher/index.d.ts +2 -0
- package/dist/views/MessageInput/ModelSwitcher/index.d.ts.map +1 -0
- package/dist/views/MessageInput/ModelSwitcher/index.js +25 -0
- package/dist/views/MessageInput/ModelSwitcher/index.js.map +1 -0
- package/dist/views/MessageInput/ModelSwitcher/utils.d.ts +30 -0
- package/dist/views/MessageInput/ModelSwitcher/utils.d.ts.map +1 -0
- package/dist/views/MessageInput/ModelSwitcher/utils.js +91 -0
- package/dist/views/MessageInput/ModelSwitcher/utils.js.map +1 -0
- package/dist/views/MessageInput/QuickCommandSelector.d.ts +5 -0
- package/dist/views/MessageInput/QuickCommandSelector.d.ts.map +1 -0
- package/dist/views/MessageInput/QuickCommandSelector.js +104 -0
- package/dist/views/MessageInput/QuickCommandSelector.js.map +1 -0
- package/dist/views/MessageInput/SelectContent.d.ts +2 -0
- package/dist/views/MessageInput/SelectContent.d.ts.map +1 -0
- package/dist/views/MessageInput/SelectContent.js +84 -0
- package/dist/views/MessageInput/SelectContent.js.map +1 -0
- package/dist/views/MessageInput/UploadBar.d.ts +2 -0
- package/dist/views/MessageInput/UploadBar.d.ts.map +1 -0
- package/dist/views/MessageInput/UploadBar.js +74 -0
- package/dist/views/MessageInput/UploadBar.js.map +1 -0
- package/dist/views/MessageInput/UploadDragNDrop.d.ts +14 -0
- package/dist/views/MessageInput/UploadDragNDrop.d.ts.map +1 -0
- package/dist/views/MessageInput/UploadDragNDrop.js +51 -0
- package/dist/views/MessageInput/UploadDragNDrop.js.map +1 -0
- package/dist/views/MessageInput/chat-entry-history.d.ts +11 -0
- package/dist/views/MessageInput/chat-entry-history.d.ts.map +1 -0
- package/dist/views/MessageInput/chat-entry-history.js +78 -0
- package/dist/views/MessageInput/chat-entry-history.js.map +1 -0
- package/dist/views/MessageInput/dictionary.d.ts +1 -1
- package/dist/views/MessageInput/dictionary.d.ts.map +1 -1
- package/dist/views/MessageInput/dictionary.js +52 -10
- package/dist/views/MessageInput/dictionary.js.map +1 -1
- package/dist/views/MessageInput/index.d.ts +9 -6
- package/dist/views/MessageInput/index.d.ts.map +1 -1
- package/dist/views/MessageInput/index.js +116 -20
- package/dist/views/MessageInput/index.js.map +1 -1
- package/dist/views/MessageInput/styled.d.ts +13 -1
- package/dist/views/MessageInput/styled.d.ts.map +1 -1
- package/dist/views/MessageInput/styled.js +223 -85
- package/dist/views/MessageInput/styled.js.map +1 -1
- package/dist/views/MinimizedHeader.d.ts +4 -0
- package/dist/views/MinimizedHeader.d.ts.map +1 -1
- package/dist/views/MinimizedHeader.js +9 -7
- package/dist/views/MinimizedHeader.js.map +1 -1
- package/dist/views/Resources.d.ts +2 -0
- package/dist/views/Resources.d.ts.map +1 -0
- package/dist/views/Resources.js +69 -0
- package/dist/views/Resources.js.map +1 -0
- package/dist/views/Stacks.d.ts +12 -0
- package/dist/views/Stacks.d.ts.map +1 -1
- package/dist/views/Stacks.js +117 -21
- package/dist/views/Stacks.js.map +1 -1
- package/dist/views/Steps/FlowChart/HandleGroup.d.ts +10 -0
- package/dist/views/Steps/FlowChart/HandleGroup.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/HandleGroup.js +4 -0
- package/dist/views/Steps/FlowChart/HandleGroup.js.map +1 -0
- package/dist/views/Steps/FlowChart/NodeDynamic.d.ts +15 -0
- package/dist/views/Steps/FlowChart/NodeDynamic.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/NodeDynamic.js +41 -0
- package/dist/views/Steps/FlowChart/NodeDynamic.js.map +1 -0
- package/dist/views/Steps/FlowChart/NodeStep.d.ts +10 -0
- package/dist/views/Steps/FlowChart/NodeStep.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/NodeStep.js +13 -0
- package/dist/views/Steps/FlowChart/NodeStep.js.map +1 -0
- package/dist/views/Steps/FlowChart/hooks.d.ts +7 -0
- package/dist/views/Steps/FlowChart/hooks.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/hooks.js +31 -0
- package/dist/views/Steps/FlowChart/hooks.js.map +1 -0
- package/dist/views/Steps/FlowChart/index.d.ts +12 -0
- package/dist/views/Steps/FlowChart/index.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/index.js +78 -0
- package/dist/views/Steps/FlowChart/index.js.map +1 -0
- package/dist/views/Steps/FlowChart/layout.d.ts +8 -0
- package/dist/views/Steps/FlowChart/layout.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/layout.js +59 -0
- package/dist/views/Steps/FlowChart/layout.js.map +1 -0
- package/dist/views/Steps/FlowChart/styled.d.ts +14 -0
- package/dist/views/Steps/FlowChart/styled.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/styled.js +156 -0
- package/dist/views/Steps/FlowChart/styled.js.map +1 -0
- package/dist/views/Steps/FlowChart/types.d.ts +25 -0
- package/dist/views/Steps/FlowChart/types.d.ts.map +1 -0
- package/dist/views/Steps/FlowChart/types.js +2 -0
- package/dist/views/Steps/FlowChart/types.js.map +1 -0
- package/dist/views/Steps/StepModal.d.ts +10 -0
- package/dist/views/Steps/StepModal.d.ts.map +1 -0
- package/dist/views/Steps/StepModal.js +139 -0
- package/dist/views/Steps/StepModal.js.map +1 -0
- package/dist/views/Steps/StepsPanel.d.ts +6 -0
- package/dist/views/Steps/StepsPanel.d.ts.map +1 -0
- package/dist/views/Steps/StepsPanel.js +18 -0
- package/dist/views/Steps/StepsPanel.js.map +1 -0
- package/dist/views/Steps/dictionary.d.ts +43 -0
- package/dist/views/Steps/dictionary.d.ts.map +1 -0
- package/dist/views/Steps/dictionary.js +45 -0
- package/dist/views/Steps/dictionary.js.map +1 -0
- package/dist/views/Steps/index.d.ts +5 -0
- package/dist/views/Steps/index.d.ts.map +1 -0
- package/dist/views/Steps/index.js +30 -0
- package/dist/views/Steps/index.js.map +1 -0
- package/dist/views/Steps/utils.d.ts +7 -0
- package/dist/views/Steps/utils.d.ts.map +1 -0
- package/dist/views/Steps/utils.js +32 -0
- package/dist/views/Steps/utils.js.map +1 -0
- package/dist/views/Tools.d.ts +2 -0
- package/dist/views/Tools.d.ts.map +1 -0
- package/dist/views/Tools.js +53 -0
- package/dist/views/Tools.js.map +1 -0
- package/dist/views/Workspaces/WorkspacesTab.d.ts +20 -0
- package/dist/views/Workspaces/WorkspacesTab.d.ts.map +1 -0
- package/dist/views/Workspaces/WorkspacesTab.js +61 -0
- package/dist/views/Workspaces/WorkspacesTab.js.map +1 -0
- package/dist/views/Workspaces/index.d.ts +5 -0
- package/dist/views/Workspaces/index.d.ts.map +1 -0
- package/dist/views/Workspaces/index.js +69 -0
- package/dist/views/Workspaces/index.js.map +1 -0
- package/package.dev.json +3 -0
- package/package.json +20 -13
- package/package.stg.json +4 -0
- package/scripts/package-override.js +105 -0
- package/src/AbortedError.ts +7 -0
- package/src/StackspotAIWidget.tsx +96 -27
- package/src/app-metadata.json +171 -0
- package/src/assets/placeholder.png +0 -0
- package/src/chat-interceptors/CustomInputs.ts +83 -0
- package/src/chat-interceptors/quick-command-questions.ts +25 -0
- package/src/chat-interceptors/quick-commands.ts +503 -7
- package/src/chat-interceptors/send-message.ts +256 -28
- package/src/components/AdaptiveTextArea.tsx +36 -11
- package/src/components/AgentCard/AgentCardCreate.tsx +42 -0
- package/src/components/AgentCard/dictionary.ts +25 -0
- package/src/components/AgentCard/index.tsx +82 -0
- package/src/components/AnimatedOpacity.tsx +55 -0
- package/src/components/AutoFocus.tsx +42 -0
- package/src/components/ButtonFavorite.tsx +78 -0
- package/src/components/Code.tsx +94 -59
- package/src/components/ComponentNavigator.tsx +99 -0
- package/src/components/Fading.tsx +66 -0
- package/src/components/FadingOverflow.tsx +39 -12
- package/src/components/FileDescription.tsx +118 -0
- package/src/components/HistoryList.tsx +19 -2
- package/src/components/ListResource.tsx +60 -0
- package/src/components/Markdown.tsx +2 -1
- package/src/components/Modal.tsx +85 -0
- package/src/components/QuickStartButton.tsx +15 -47
- package/src/components/RightPanelContentList.tsx +15 -0
- package/src/components/RightPanelForm.tsx +64 -22
- package/src/components/RightPanelTabs.tsx +7 -32
- package/src/components/Selector/index.tsx +312 -0
- package/src/components/Selector/styled.ts +158 -0
- package/src/components/StackedBadge.tsx +77 -0
- package/src/components/TabManager.tsx +36 -36
- package/src/components/ToolBadge.tsx +67 -0
- package/src/components/WorkspaceTabNavigator.tsx +172 -0
- package/src/components/form/DescribedCheckboxGroup.tsx +135 -33
- package/src/components/form/DescribedRadioGroup.tsx +136 -32
- package/src/components/form/dictionary.ts +18 -0
- package/src/components/form/styled.ts +1 -2
- package/src/components/form/types.ts +45 -1
- package/src/context/AIWidgetProvider.tsx +19 -0
- package/src/context/hooks.ts +86 -16
- package/src/features.ts +90 -16
- package/src/hooks/midnight-update-view.ts +36 -0
- package/src/images.d.ts +5 -0
- package/src/index.ts +16 -0
- package/src/layout.css +95 -28
- package/src/regex.ts +2 -0
- package/src/right-panel/DefaultPanel.tsx +7 -7
- package/src/right-panel/RightPanel.tsx +3 -0
- package/src/right-panel/RightPanelProvider.tsx +15 -0
- package/src/right-panel/constants.ts +1 -0
- package/src/right-panel/hooks.tsx +8 -1
- package/src/state/ChatEntry.ts +194 -27
- package/src/state/ChatState.ts +172 -17
- package/src/state/ChatTabsController.ts +78 -8
- package/src/state/ObservableState.ts +15 -1
- package/src/state/WidgetState.ts +86 -3
- package/src/state/constants.ts +13 -0
- package/src/state/types.ts +12 -1
- package/src/types.ts +21 -4
- package/src/utils/chat.ts +17 -15
- package/src/utils/check-is-trial.ts +6 -0
- package/src/utils/copy-to-clipboard.ts +29 -0
- package/src/utils/date.ts +28 -4
- package/src/utils/download.ts +5 -0
- package/src/utils/error.ts +56 -0
- package/src/utils/knowledge-source.ts +22 -8
- package/src/utils/planning-tool.ts +41 -0
- package/src/utils/programming-languages.ts +12 -0
- package/src/utils/string.ts +10 -0
- package/src/utils/tools.ts +32 -0
- package/src/utils/update-tool-step.tsx +27 -0
- package/src/utils/upload/FileUpload.ts +63 -0
- package/src/utils/upload/UploadManager.ts +156 -0
- package/src/utils/upload/context.tsx +44 -0
- package/src/utils/upload/errors.ts +34 -0
- package/src/utils/upload/types.ts +7 -0
- package/src/utils/upload/use-paste-upload.tsx +30 -0
- package/src/utils/upload/utils.ts +12 -0
- package/src/utils/url.ts +8 -0
- package/src/views/Agents/AgentDescription.tsx +107 -0
- package/src/views/Agents/AgentsPanel.tsx +57 -0
- package/src/views/Agents/AgentsTab.tsx +126 -0
- package/src/views/Agents/dictionary.ts +45 -0
- package/src/views/Agents/index.tsx +26 -0
- package/src/views/Agents/styled.ts +69 -0
- package/src/views/Agents/useAgentFavorites.ts +63 -0
- package/src/views/Chat/AgentInfo.tsx +13 -8
- package/src/views/Chat/ButtonExecutionDetail.tsx +46 -0
- package/src/views/Chat/ChatMessage.tsx +472 -56
- package/src/views/Chat/ChatMessages.tsx +18 -4
- package/src/views/Chat/StepsList.tsx +394 -0
- package/src/views/Chat/chat-scroll.ts +1 -1
- package/src/views/Chat/events.ts +71 -0
- package/src/views/Chat/index.tsx +17 -3
- package/src/views/Chat/styled.ts +189 -32
- package/src/views/ChatHistory/ChatHistoryPanel.tsx +8 -5
- package/src/views/ChatHistory/HistoryItem.tsx +23 -44
- package/src/views/ChatHistory/index.tsx +6 -4
- package/src/views/ChatHistory/styled.ts +3 -5
- package/src/views/ChatHistory/utils.ts +144 -11
- package/src/views/ChatTabSelection.tsx +47 -20
- package/src/views/Editor.tsx +31 -22
- package/src/views/Home/BuiltInAgent.tsx +67 -0
- package/src/views/Home/CustomAgent.tsx +36 -0
- package/src/views/Home/index.tsx +48 -0
- package/src/views/Home/styled.ts +74 -0
- package/src/views/Home/types.ts +16 -0
- package/src/views/KSDocument.tsx +11 -8
- package/src/views/KnowledgeSources.tsx +169 -62
- package/src/views/MessageInput/AgentSelector.tsx +92 -0
- package/src/views/MessageInput/ButtonAgent.tsx +73 -0
- package/src/views/MessageInput/ButtonBar.tsx +57 -0
- package/src/views/MessageInput/ContextBar.tsx +117 -0
- package/src/views/MessageInput/ModelSwitcher/index.tsx +69 -0
- package/src/views/MessageInput/ModelSwitcher/utils.tsx +143 -0
- package/src/views/MessageInput/QuickCommandSelector.tsx +137 -0
- package/src/views/MessageInput/SelectContent.tsx +99 -0
- package/src/views/MessageInput/UploadBar.tsx +107 -0
- package/src/views/MessageInput/UploadDragNDrop.tsx +79 -0
- package/src/views/MessageInput/chat-entry-history.ts +97 -0
- package/src/views/MessageInput/dictionary.ts +52 -10
- package/src/views/MessageInput/index.tsx +158 -51
- package/src/views/MessageInput/styled.ts +226 -85
- package/src/views/MinimizedHeader.tsx +11 -10
- package/src/views/Resources.tsx +108 -0
- package/src/views/Stacks.tsx +152 -39
- package/src/views/Steps/FlowChart/HandleGroup.tsx +14 -0
- package/src/views/Steps/FlowChart/NodeDynamic.tsx +97 -0
- package/src/views/Steps/FlowChart/NodeStep.tsx +49 -0
- package/src/views/Steps/FlowChart/hooks.ts +41 -0
- package/src/views/Steps/FlowChart/index.tsx +111 -0
- package/src/views/Steps/FlowChart/layout.ts +73 -0
- package/src/views/Steps/FlowChart/styled.ts +157 -0
- package/src/views/Steps/FlowChart/types.ts +28 -0
- package/src/views/Steps/StepModal.tsx +233 -0
- package/src/views/Steps/StepsPanel.tsx +31 -0
- package/src/views/Steps/dictionary.ts +48 -0
- package/src/views/Steps/index.tsx +36 -0
- package/src/views/Steps/utils.tsx +34 -0
- package/src/views/Tools.tsx +77 -0
- package/src/views/Workspaces/WorkspacesTab.tsx +116 -0
- package/src/views/Workspaces/index.tsx +78 -0
- package/tsconfig.json +8 -3
- package/dist/components/Accordion.d.ts +0 -10
- package/dist/components/Accordion.d.ts.map +0 -1
- package/dist/components/Accordion.js +0 -46
- package/dist/components/Accordion.js.map +0 -1
- package/dist/components/Editor.d.ts +0 -9
- package/dist/components/Editor.d.ts.map +0 -1
- package/dist/components/Editor.js +0 -2
- package/dist/components/Editor.js.map +0 -1
- package/dist/components/FallbackBoundary/ErrorBoundary.d.ts +0 -30
- package/dist/components/FallbackBoundary/ErrorBoundary.d.ts.map +0 -1
- package/dist/components/FallbackBoundary/ErrorBoundary.js +0 -38
- package/dist/components/FallbackBoundary/ErrorBoundary.js.map +0 -1
- package/dist/components/FallbackBoundary/Loading.d.ts +0 -2
- package/dist/components/FallbackBoundary/Loading.d.ts.map +0 -1
- package/dist/components/FallbackBoundary/Loading.js +0 -12
- package/dist/components/FallbackBoundary/Loading.js.map +0 -1
- package/dist/components/FallbackBoundary/index.d.ts +0 -6
- package/dist/components/FallbackBoundary/index.d.ts.map +0 -1
- package/dist/components/FallbackBoundary/index.js +0 -9
- package/dist/components/FallbackBoundary/index.js.map +0 -1
- package/dist/components/IconInput.d.ts +0 -7
- package/dist/components/IconInput.d.ts.map +0 -1
- package/dist/components/IconInput.js +0 -58
- package/dist/components/IconInput.js.map +0 -1
- package/dist/components/OverlayMenu.d.ts +0 -10
- package/dist/components/OverlayMenu.d.ts.map +0 -1
- package/dist/components/OverlayMenu.js +0 -58
- package/dist/components/OverlayMenu.js.map +0 -1
- package/dist/components/ProgressBar.d.ts +0 -11
- package/dist/components/ProgressBar.d.ts.map +0 -1
- package/dist/components/ProgressBar.js +0 -126
- package/dist/components/ProgressBar.js.map +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -12
- package/dist/components/Tooltip/Tooltip.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.js +0 -17
- package/dist/components/Tooltip/Tooltip.js.map +0 -1
- package/dist/components/Tooltip/TooltipAPI.d.ts +0 -13
- package/dist/components/Tooltip/TooltipAPI.d.ts.map +0 -1
- package/dist/components/Tooltip/TooltipAPI.js +0 -90
- package/dist/components/Tooltip/TooltipAPI.js.map +0 -1
- package/dist/components/Tooltip/context.d.ts +0 -5
- package/dist/components/Tooltip/context.d.ts.map +0 -1
- package/dist/components/Tooltip/context.js +0 -18
- package/dist/components/Tooltip/context.js.map +0 -1
- package/dist/components/Tooltip/index.d.ts +0 -3
- package/dist/components/Tooltip/index.d.ts.map +0 -1
- package/dist/components/Tooltip/index.js +0 -3
- package/dist/components/Tooltip/index.js.map +0 -1
- package/dist/components/Tooltip/style.d.ts +0 -4
- package/dist/components/Tooltip/style.d.ts.map +0 -1
- package/dist/components/Tooltip/style.js +0 -22
- package/dist/components/Tooltip/style.js.map +0 -1
- package/dist/components/Tooltip/types.d.ts +0 -14
- package/dist/components/Tooltip/types.d.ts.map +0 -1
- package/dist/views/Agents.d.ts +0 -2
- package/dist/views/Agents.d.ts.map +0 -1
- package/dist/views/Agents.js +0 -143
- package/dist/views/Agents.js.map +0 -1
- package/dist/views/Home.d.ts +0 -6
- package/dist/views/Home.d.ts.map +0 -1
- package/dist/views/Home.js +0 -68
- package/dist/views/Home.js.map +0 -1
- package/dist/views/MessageInput/ButtonGroup.d.ts +0 -12
- package/dist/views/MessageInput/ButtonGroup.d.ts.map +0 -1
- package/dist/views/MessageInput/ButtonGroup.js +0 -24
- package/dist/views/MessageInput/ButtonGroup.js.map +0 -1
- package/dist/views/MessageInput/InfoBar.d.ts +0 -2
- package/dist/views/MessageInput/InfoBar.d.ts.map +0 -1
- package/dist/views/MessageInput/InfoBar.js +0 -35
- package/dist/views/MessageInput/InfoBar.js.map +0 -1
- package/dist/views/Workspaces.d.ts +0 -2
- package/dist/views/Workspaces.d.ts.map +0 -1
- package/dist/views/Workspaces.js +0 -62
- package/dist/views/Workspaces.js.map +0 -1
- package/src/components/Accordion.tsx +0 -64
- package/src/components/Editor.tsx +0 -12
- package/src/components/FallbackBoundary/ErrorBoundary.tsx +0 -48
- package/src/components/FallbackBoundary/Loading.tsx +0 -14
- package/src/components/FallbackBoundary/index.tsx +0 -15
- package/src/components/IconInput.tsx +0 -70
- package/src/components/OverlayMenu.tsx +0 -77
- package/src/components/ProgressBar.tsx +0 -153
- package/src/components/Tooltip/Tooltip.tsx +0 -36
- package/src/components/Tooltip/TooltipAPI.ts +0 -84
- package/src/components/Tooltip/context.tsx +0 -24
- package/src/components/Tooltip/index.ts +0 -2
- package/src/components/Tooltip/style.tsx +0 -24
- package/src/components/Tooltip/types.ts +0 -15
- package/src/views/Agents.tsx +0 -200
- package/src/views/Home.tsx +0 -109
- package/src/views/MessageInput/ButtonGroup.tsx +0 -91
- package/src/views/MessageInput/InfoBar.tsx +0 -82
- package/src/views/Workspaces.tsx +0 -92
- /package/dist/{components/Tooltip → utils/upload}/types.js +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,972 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.11.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.10.0...ai-chat-widget@v2.11.0) (2026-01-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 3479 paginated ks ([#430](https://github.com/stack-spot/portal-ai-chat-widget/issues/430)) ([00a2471](https://github.com/stack-spot/portal-ai-chat-widget/commit/00a2471ea0fa2a4cdb67c9a84d45aadd772807c9))
|
|
9
|
+
* Add infinite scroll to qc ([#471](https://github.com/stack-spot/portal-ai-chat-widget/issues/471)) ([f6f39ef](https://github.com/stack-spot/portal-ai-chat-widget/commit/f6f39ef3a8d7cf0cba2a585bcfb7919df9a933f7))
|
|
10
|
+
|
|
11
|
+
## [2.10.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.9.0...ai-chat-widget@v2.10.0) (2026-01-05)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* New experience for missing selected code on running qc ([#473](https://github.com/stack-spot/portal-ai-chat-widget/issues/473)) ([6e3ed09](https://github.com/stack-spot/portal-ai-chat-widget/commit/6e3ed0916c76f0e389fc72fbc177e80eb6b803f5))
|
|
17
|
+
|
|
18
|
+
## [2.9.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.5...ai-chat-widget@v2.9.0) (2026-01-05)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* add support to simple planner ([#468](https://github.com/stack-spot/portal-ai-chat-widget/issues/468)) ([a9a6094](https://github.com/stack-spot/portal-ai-chat-widget/commit/a9a609478a50dbda2f4b168ad076f5bcc6bf67df))
|
|
24
|
+
|
|
25
|
+
## [2.8.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.4...ai-chat-widget@v2.8.5) (2025-12-22)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* up network ([#461](https://github.com/stack-spot/portal-ai-chat-widget/issues/461)) ([7a99442](https://github.com/stack-spot/portal-ai-chat-widget/commit/7a99442ef66fc422a584d23fb67b37add868ae26))
|
|
31
|
+
|
|
32
|
+
## [2.8.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.3...ai-chat-widget@v2.8.4) (2025-12-22)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* tools representation in chat ([#460](https://github.com/stack-spot/portal-ai-chat-widget/issues/460)) ([b8396cc](https://github.com/stack-spot/portal-ai-chat-widget/commit/b8396ccff7730a348ece6807baa00109855683e9))
|
|
38
|
+
* up network ([#458](https://github.com/stack-spot/portal-ai-chat-widget/issues/458)) ([55706d2](https://github.com/stack-spot/portal-ai-chat-widget/commit/55706d20291c0a17bfebc9589200dfa16cc0c1f5))
|
|
39
|
+
|
|
40
|
+
## [2.8.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.2...ai-chat-widget@v2.8.3) (2025-12-17)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* hide toolbox for dynamic tools ([#456](https://github.com/stack-spot/portal-ai-chat-widget/issues/456)) ([1a66fab](https://github.com/stack-spot/portal-ai-chat-widget/commit/1a66fabf9fee3b22b5c201f06dcec1df4c79623c))
|
|
46
|
+
|
|
47
|
+
## [2.8.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.1...ai-chat-widget@v2.8.2) (2025-12-16)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* disable message input when loading ([#454](https://github.com/stack-spot/portal-ai-chat-widget/issues/454)) ([99aaf17](https://github.com/stack-spot/portal-ai-chat-widget/commit/99aaf17b01015a06dccf86dbc792031889c74d52))
|
|
53
|
+
|
|
54
|
+
## [2.8.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.8.0...ai-chat-widget@v2.8.1) (2025-12-16)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* disappearing messages ([#452](https://github.com/stack-spot/portal-ai-chat-widget/issues/452)) ([79a9aa7](https://github.com/stack-spot/portal-ai-chat-widget/commit/79a9aa75f44f57748d8e9229013002722e31b07b))
|
|
60
|
+
|
|
61
|
+
## [2.8.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.7.1...ai-chat-widget@v2.8.0) (2025-12-15)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* tools mcp ([#450](https://github.com/stack-spot/portal-ai-chat-widget/issues/450)) ([adebb1e](https://github.com/stack-spot/portal-ai-chat-widget/commit/adebb1e27fa7d4f853d4c333bed5f213cb6f8a46))
|
|
67
|
+
|
|
68
|
+
## [2.7.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.7.0...ai-chat-widget@v2.7.1) (2025-12-12)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* moves the done state to the TextChatEntry ([#448](https://github.com/stack-spot/portal-ai-chat-widget/issues/448)) ([70718b9](https://github.com/stack-spot/portal-ai-chat-widget/commit/70718b9bdc8c6d837245970ff82c276415327646))
|
|
74
|
+
|
|
75
|
+
## [2.7.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.6.0...ai-chat-widget@v2.7.0) (2025-12-12)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* loading a chat from the history now correctly includes all tools ([#443](https://github.com/stack-spot/portal-ai-chat-widget/issues/443)) ([67e0d1e](https://github.com/stack-spot/portal-ai-chat-widget/commit/67e0d1e8e998dfd0db5270ae44512ff55f941cb3))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* update citric react (change favorite icon to bookmark) ([#446](https://github.com/stack-spot/portal-ai-chat-widget/issues/446)) ([a587337](https://github.com/stack-spot/portal-ai-chat-widget/commit/a5873372b8b52fcbb782d6e9d672f839c9c56eb1))
|
|
86
|
+
|
|
87
|
+
## [2.6.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.8...ai-chat-widget@v2.6.0) (2025-12-12)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* Try qc script ([#420](https://github.com/stack-spot/portal-ai-chat-widget/issues/420)) ([c81130e](https://github.com/stack-spot/portal-ai-chat-widget/commit/c81130eadac1b3611d6113e7e8ba0bd3679ea4c6))
|
|
93
|
+
|
|
94
|
+
## [2.5.8](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.7...ai-chat-widget@v2.5.8) (2025-12-09)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* using qc as input data ([#435](https://github.com/stack-spot/portal-ai-chat-widget/issues/435)) ([0bd1073](https://github.com/stack-spot/portal-ai-chat-widget/commit/0bd1073afb441068834e6dd6cdbad41077cc872e))
|
|
100
|
+
|
|
101
|
+
## [2.5.7](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.6...ai-chat-widget@v2.5.7) (2025-12-04)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* agent filter ([#428](https://github.com/stack-spot/portal-ai-chat-widget/issues/428)) ([ee0d93d](https://github.com/stack-spot/portal-ai-chat-widget/commit/ee0d93dc62c4f3a762bb5529fcad121ca9b420ef))
|
|
107
|
+
|
|
108
|
+
## [2.5.6](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.5...ai-chat-widget@v2.5.6) (2025-12-04)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* visibility filter when empty and disable infinite scroll in workspace ([#426](https://github.com/stack-spot/portal-ai-chat-widget/issues/426)) ([2aaedf1](https://github.com/stack-spot/portal-ai-chat-widget/commit/2aaedf139314afb50869cdf553ed272e3d0882cb))
|
|
114
|
+
|
|
115
|
+
## [2.5.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.4...ai-chat-widget@v2.5.5) (2025-12-04)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* agents filter ([#424](https://github.com/stack-spot/portal-ai-chat-widget/issues/424)) ([1c15809](https://github.com/stack-spot/portal-ai-chat-widget/commit/1c15809d7b203fbf1f2af93fb508e41fa714adb4))
|
|
121
|
+
|
|
122
|
+
## [2.5.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.3...ai-chat-widget@v2.5.4) (2025-12-02)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Bug Fixes
|
|
126
|
+
|
|
127
|
+
* show detailed mode ([#422](https://github.com/stack-spot/portal-ai-chat-widget/issues/422)) ([ec2147f](https://github.com/stack-spot/portal-ai-chat-widget/commit/ec2147f38e3ce01ba6125f654d7d6af0221ed72c))
|
|
128
|
+
|
|
129
|
+
## [2.5.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.2...ai-chat-widget@v2.5.3) (2025-12-01)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Bug Fixes
|
|
133
|
+
|
|
134
|
+
* loading KS and Spot agent ([#417](https://github.com/stack-spot/portal-ai-chat-widget/issues/417)) ([2e8bb47](https://github.com/stack-spot/portal-ai-chat-widget/commit/2e8bb47a6f964785fb65b323e71d51c2d78e57f2))
|
|
135
|
+
|
|
136
|
+
## [2.5.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.1...ai-chat-widget@v2.5.2) (2025-11-25)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* fix multiple iteration in same chat ([#415](https://github.com/stack-spot/portal-ai-chat-widget/issues/415)) ([f18587c](https://github.com/stack-spot/portal-ai-chat-widget/commit/f18587cddf3996caa3a89f74849b42818a1c6513))
|
|
142
|
+
|
|
143
|
+
## [2.5.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.5.0...ai-chat-widget@v2.5.1) (2025-11-24)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
* agent description ([#413](https://github.com/stack-spot/portal-ai-chat-widget/issues/413)) ([4ed568f](https://github.com/stack-spot/portal-ai-chat-widget/commit/4ed568f0f07e651a7e76f8a5c426c94fbb48d5fe))
|
|
149
|
+
|
|
150
|
+
## [2.5.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.4.2...ai-chat-widget@v2.5.0) (2025-11-24)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
* agents v3 ([#411](https://github.com/stack-spot/portal-ai-chat-widget/issues/411)) ([4c98c7e](https://github.com/stack-spot/portal-ai-chat-widget/commit/4c98c7e36ecf7d40a36fd8727aad30eb9109ef10))
|
|
156
|
+
|
|
157
|
+
## [2.4.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.4.1...ai-chat-widget@v2.4.2) (2025-11-17)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* add pm agent resources and change in send message ([#386](https://github.com/stack-spot/portal-ai-chat-widget/issues/386)) ([08b3b39](https://github.com/stack-spot/portal-ai-chat-widget/commit/08b3b39788e855e7bee1f8f0b1afed1a0fbf97e9))
|
|
163
|
+
* adjust badge ([#410](https://github.com/stack-spot/portal-ai-chat-widget/issues/410)) ([5864930](https://github.com/stack-spot/portal-ai-chat-widget/commit/5864930367f1918627f5591ffcf7ae51062e641c))
|
|
164
|
+
|
|
165
|
+
## [2.4.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.4.0...ai-chat-widget@v2.4.1) (2025-11-12)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Bug Fixes
|
|
169
|
+
|
|
170
|
+
* update CHANGELOG.md ([#389](https://github.com/stack-spot/portal-ai-chat-widget/issues/389)) ([450a9b4](https://github.com/stack-spot/portal-ai-chat-widget/commit/450a9b43c1eeda265e617c26dceeeda8c11d1eea))
|
|
171
|
+
|
|
172
|
+
## [2.4.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.3.2...ai-chat-widget@v2.4.0) (2025-11-06)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
* Feat 1571 select for llm ([#336](https://github.com/stack-spot/portal-ai-chat-widget/issues/336)) ([ad77e47](https://github.com/stack-spot/portal-ai-chat-widget/commit/ad77e47d8ed6a1470b8c5fc532d0bda6565ab1b5))
|
|
178
|
+
* Support on error on prompt ([#373](https://github.com/stack-spot/portal-ai-chat-widget/issues/373)) ([d8b13d1](https://github.com/stack-spot/portal-ai-chat-widget/commit/d8b13d18980ef4f0331d6c9ff84ad61062568f6c))
|
|
179
|
+
|
|
180
|
+
## [2.3.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.3.1...ai-chat-widget@v2.3.2) (2025-11-03)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* show detailed info ([#355](https://github.com/stack-spot/portal-ai-chat-widget/issues/355)) ([df1167b](https://github.com/stack-spot/portal-ai-chat-widget/commit/df1167b4b8e23059835c0ef0f7e385082743c2c4))
|
|
186
|
+
|
|
187
|
+
## [2.3.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.3.0...ai-chat-widget@v2.3.1) (2025-10-30)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
* get executionId when tools is empty ([#346](https://github.com/stack-spot/portal-ai-chat-widget/issues/346)) ([d450827](https://github.com/stack-spot/portal-ai-chat-widget/commit/d4508276108a5783040481211ebc7424675ac562))
|
|
193
|
+
* lastPlanningAwaiting ([#345](https://github.com/stack-spot/portal-ai-chat-widget/issues/345)) ([c348b1a](https://github.com/stack-spot/portal-ai-chat-widget/commit/c348b1a424b3f0e9f2a164481cefabf945e89662))
|
|
194
|
+
* Show detailed mode before ([#344](https://github.com/stack-spot/portal-ai-chat-widget/issues/344)) ([36b2b28](https://github.com/stack-spot/portal-ai-chat-widget/commit/36b2b2890a9ea278fbaf84fada015cfa90c46ac6))
|
|
195
|
+
|
|
196
|
+
## [2.3.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.2.1...ai-chat-widget@v2.3.0) (2025-10-28)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* agent execution modes([#306](https://github.com/stack-spot/portal-ai-chat-widget/issues/306)) ([b4a4cee](https://github.com/stack-spot/portal-ai-chat-widget/commit/b4a4cee27b3828826e4234d3f25f99af9e66acfe))
|
|
202
|
+
|
|
203
|
+
## [2.2.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.2.0...ai-chat-widget@v2.2.1) (2025-10-27)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
* handling for when the step is empty ([#339](https://github.com/stack-spot/portal-ai-chat-widget/issues/339)) ([ed30219](https://github.com/stack-spot/portal-ai-chat-widget/commit/ed30219709be7b73b23b4db53aef6931dcf26d63))
|
|
209
|
+
|
|
210
|
+
## [2.2.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.1.1...ai-chat-widget@v2.2.0) (2025-10-13)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
* upd layout menu chat ([#323](https://github.com/stack-spot/portal-ai-chat-widget/issues/323)) ([7fa168b](https://github.com/stack-spot/portal-ai-chat-widget/commit/7fa168b59d39be97a3f40f5db498fccb5edb6fa9))
|
|
216
|
+
|
|
217
|
+
## [2.1.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.1.0...ai-chat-widget@v2.1.1) (2025-10-13)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* 777 upload ids chat ([#322](https://github.com/stack-spot/portal-ai-chat-widget/issues/322)) ([51efe80](https://github.com/stack-spot/portal-ai-chat-widget/commit/51efe80baa8071d202623f3f58392c6e7625c981))
|
|
223
|
+
|
|
224
|
+
## [2.1.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.0.0...ai-chat-widget@v2.1.0) (2025-10-01)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* upgrades translation lib + auth ([#310](https://github.com/stack-spot/portal-ai-chat-widget/issues/310)) ([8bae024](https://github.com/stack-spot/portal-ai-chat-widget/commit/8bae0249e1232fb2b3cecd739a790d7e39cfaa5a))
|
|
230
|
+
|
|
231
|
+
## [2.0.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.4...ai-chat-widget@v2.0.0) (2025-09-17)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### ⚠ BREAKING CHANGES
|
|
235
|
+
|
|
236
|
+
* updates Citric + ADP features ([#304](https://github.com/stack-spot/portal-ai-chat-widget/issues/304))
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
* updates Citric + ADP features ([#304](https://github.com/stack-spot/portal-ai-chat-widget/issues/304)) ([30f068d](https://github.com/stack-spot/portal-ai-chat-widget/commit/30f068d25f6e677241bc4ce4e92cc85910b12fe9))
|
|
241
|
+
|
|
242
|
+
## [1.36.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.3...ai-chat-widget@v1.36.4) (2025-09-04)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Bug Fixes
|
|
246
|
+
|
|
247
|
+
* add docx TIFF/TIF and BMP to upload ([#302](https://github.com/stack-spot/portal-ai-chat-widget/issues/302)) ([aefe654](https://github.com/stack-spot/portal-ai-chat-widget/commit/aefe6543230283367c752f9d53382abb11d54e7f))
|
|
248
|
+
|
|
249
|
+
## [1.36.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.2...ai-chat-widget@v1.36.3) (2025-08-28)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
* agent as tools ([#290](https://github.com/stack-spot/portal-ai-chat-widget/issues/290)) ([0a853a4](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a853a492426353b5aacb2d3ca33a4b9a054c3ea))
|
|
255
|
+
|
|
256
|
+
## [1.36.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.1...ai-chat-widget@v1.36.2) (2025-08-28)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* Inconsistent dates at midnight turnover ([#289](https://github.com/stack-spot/portal-ai-chat-widget/issues/289)) ([1cfd845](https://github.com/stack-spot/portal-ai-chat-widget/commit/1cfd845f0517c9f740fbe7eae7d9c1aa32c6853b))
|
|
262
|
+
|
|
263
|
+
## [1.36.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.0...ai-chat-widget@v1.36.1) (2025-08-18)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
* accessibility file insert ([#259](https://github.com/stack-spot/portal-ai-chat-widget/issues/259)) ([b4be0c2](https://github.com/stack-spot/portal-ai-chat-widget/commit/b4be0c206a8dae042e9fc765e6c4e99981928a72))
|
|
269
|
+
* acessibility upload file ([#286](https://github.com/stack-spot/portal-ai-chat-widget/issues/286)) ([91a8447](https://github.com/stack-spot/portal-ai-chat-widget/commit/91a8447867be3d7556675f1bdd8b18184fd6c47b))
|
|
270
|
+
|
|
271
|
+
## [1.36.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.35.4...ai-chat-widget@v1.36.0) (2025-08-13)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
* Change knowledge_source_config to knowledge_sources_config([#274](https://github.com/stack-spot/portal-ai-chat-widget/issues/274)) ([2ce8748](https://github.com/stack-spot/portal-ai-chat-widget/commit/2ce8748d3e16d33aa11c7436dd3e463fb68abb5b))
|
|
277
|
+
|
|
278
|
+
## [1.35.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.35.3...ai-chat-widget@v1.35.4) (2025-08-13)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
282
|
+
|
|
283
|
+
* 1745 to show custom tools on panel ([#278](https://github.com/stack-spot/portal-ai-chat-widget/issues/278)) ([fed5db7](https://github.com/stack-spot/portal-ai-chat-widget/commit/fed5db7dfc86fbdd0d8a60f958b302e552dfbbd3))
|
|
284
|
+
|
|
285
|
+
## [1.35.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.35.2...ai-chat-widget@v1.35.3) (2025-08-08)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* fix count executions ([#271](https://github.com/stack-spot/portal-ai-chat-widget/issues/271)) ([47931dd](https://github.com/stack-spot/portal-ai-chat-widget/commit/47931dd911fa1f81775755abc0e6ed6ec9849eb8))
|
|
291
|
+
|
|
292
|
+
## [1.35.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.35.1...ai-chat-widget@v1.35.2) (2025-08-08)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Bug Fixes
|
|
296
|
+
|
|
297
|
+
* fix QC recursively ([#269](https://github.com/stack-spot/portal-ai-chat-widget/issues/269)) ([d4f8820](https://github.com/stack-spot/portal-ai-chat-widget/commit/d4f8820ffd479f1987748f69a459d446ce99a1a8))
|
|
298
|
+
|
|
299
|
+
## [1.35.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.35.0...ai-chat-widget@v1.35.1) (2025-08-06)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* agent create chat view adjusts ([#263](https://github.com/stack-spot/portal-ai-chat-widget/issues/263)) ([433a45a](https://github.com/stack-spot/portal-ai-chat-widget/commit/433a45a2e83e40194f6baf5a5b309212fe2d51bc))
|
|
305
|
+
|
|
306
|
+
## [1.35.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.34.0...ai-chat-widget@v1.35.0) (2025-08-05)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Features
|
|
310
|
+
|
|
311
|
+
* 2721 context upload file ([#248](https://github.com/stack-spot/portal-ai-chat-widget/issues/248)) ([f7b8d0b](https://github.com/stack-spot/portal-ai-chat-widget/commit/f7b8d0b99cdf93fa1386d9d2d52d72515404979f))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Bug Fixes
|
|
315
|
+
|
|
316
|
+
* Adds prompt length validation to message input ([#215](https://github.com/stack-spot/portal-ai-chat-widget/issues/215)) ([cd752f1](https://github.com/stack-spot/portal-ai-chat-widget/commit/cd752f1d569072e0396322ae947a0ae413e01807))
|
|
317
|
+
|
|
318
|
+
## [1.34.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.33.0...ai-chat-widget@v1.34.0) (2025-07-31)
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### Features
|
|
322
|
+
|
|
323
|
+
* support qc conditional ([#228](https://github.com/stack-spot/portal-ai-chat-widget/issues/228)) ([6c5aa8c](https://github.com/stack-spot/portal-ai-chat-widget/commit/6c5aa8cc25f22d44bb8cb40fb3e9383d60f86ccf))
|
|
324
|
+
|
|
325
|
+
## [1.33.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.32.1...ai-chat-widget@v1.33.0) (2025-07-30)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
* add visibility filter for recently used agents ([#247](https://github.com/stack-spot/portal-ai-chat-widget/issues/247)) ([bc85769](https://github.com/stack-spot/portal-ai-chat-widget/commit/bc85769b7863f4bca2202852804e4b603fca9f7b))
|
|
331
|
+
* visibility filter to retrieve recently used agents ([29b8646](https://github.com/stack-spot/portal-ai-chat-widget/commit/29b86468ce6dfd1757104199faa3efe8965e7904))
|
|
332
|
+
|
|
333
|
+
## [1.32.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.32.0...ai-chat-widget@v1.32.1) (2025-07-28)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* update network lib ([#245](https://github.com/stack-spot/portal-ai-chat-widget/issues/245)) ([8341240](https://github.com/stack-spot/portal-ai-chat-widget/commit/83412402296f22e8fb61c6079f13cf94066ae886))
|
|
339
|
+
|
|
340
|
+
## [1.32.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.31.1...ai-chat-widget@v1.32.0) (2025-07-28)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Features
|
|
344
|
+
|
|
345
|
+
* add filters to show contents in chat ([#240](https://github.com/stack-spot/portal-ai-chat-widget/issues/240)) ([95dd865](https://github.com/stack-spot/portal-ai-chat-widget/commit/95dd8659e623e0eeb6afb6d3380e83e9c4bb2b86))
|
|
346
|
+
|
|
347
|
+
## [1.31.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.31.0...ai-chat-widget@v1.31.1) (2025-07-25)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Bug Fixes
|
|
351
|
+
|
|
352
|
+
* agent chat history ([#242](https://github.com/stack-spot/portal-ai-chat-widget/issues/242)) ([c1ed38b](https://github.com/stack-spot/portal-ai-chat-widget/commit/c1ed38b64e064a53c0b0394b96ba5e3f6d11f3f2))
|
|
353
|
+
|
|
354
|
+
## [1.31.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.30.0...ai-chat-widget@v1.31.0) (2025-07-23)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Features
|
|
358
|
+
|
|
359
|
+
* accept csv ([#238](https://github.com/stack-spot/portal-ai-chat-widget/issues/238)) ([868f4ee](https://github.com/stack-spot/portal-ai-chat-widget/commit/868f4eed18df6038e8e7a2694221d055edf2eded))
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Bug Fixes
|
|
363
|
+
|
|
364
|
+
* show ks ([#237](https://github.com/stack-spot/portal-ai-chat-widget/issues/237)) ([b6c68cd](https://github.com/stack-spot/portal-ai-chat-widget/commit/b6c68cd0c58857f0aa822ad44c987a6ed50a7795))
|
|
365
|
+
|
|
366
|
+
## [1.30.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.4...ai-chat-widget@v1.30.0) (2025-07-21)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
* tools and new api agent ([f1384f2](https://github.com/stack-spot/portal-ai-chat-widget/commit/f1384f255ab091733f3a93815735641c9e8e7f18))
|
|
372
|
+
|
|
373
|
+
## [1.29.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.3...ai-chat-widget@v1.29.4) (2025-07-15)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* adjusts file size error ([#231](https://github.com/stack-spot/portal-ai-chat-widget/issues/231)) ([f977294](https://github.com/stack-spot/portal-ai-chat-widget/commit/f97729409d0330c128da5763959377f63fa6c7f6))
|
|
379
|
+
|
|
380
|
+
## [1.29.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.2...ai-chat-widget@v1.29.3) (2025-07-11)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
* maximum height of the text-area ([#217](https://github.com/stack-spot/portal-ai-chat-widget/issues/217)) ([0f8ba52](https://github.com/stack-spot/portal-ai-chat-widget/commit/0f8ba52716488bb1b19f0bc035ecd0aa1da61e50))
|
|
386
|
+
|
|
387
|
+
## [1.29.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.1...ai-chat-widget@v1.29.2) (2025-07-07)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* message buttons low res ([#211](https://github.com/stack-spot/portal-ai-chat-widget/issues/211)) ([345134f](https://github.com/stack-spot/portal-ai-chat-widget/commit/345134f37e64f8cdd780d7290b38c6754c99e9bc))
|
|
393
|
+
|
|
394
|
+
## [1.29.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.0...ai-chat-widget@v1.29.1) (2025-07-04)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Bug Fixes
|
|
398
|
+
|
|
399
|
+
* calc max height ([#200](https://github.com/stack-spot/portal-ai-chat-widget/issues/200)) ([01d69c0](https://github.com/stack-spot/portal-ai-chat-widget/commit/01d69c04848db47e55b368b1e27a27b4ad24e8a3))
|
|
400
|
+
|
|
401
|
+
## [1.29.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.28.1...ai-chat-widget@v1.29.0) (2025-07-03)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* Adds drag-and-drop and paste upload functionality ([#192](https://github.com/stack-spot/portal-ai-chat-widget/issues/192)) ([a052b9e](https://github.com/stack-spot/portal-ai-chat-widget/commit/a052b9e8108b6a0971d96596f25c6be873664980))
|
|
407
|
+
|
|
408
|
+
## [1.28.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.28.0...ai-chat-widget@v1.28.1) (2025-07-03)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Bug Fixes
|
|
412
|
+
|
|
413
|
+
* Adds attributes to AdaptiveTextArea and updates SelectorBox prop naming ([#194](https://github.com/stack-spot/portal-ai-chat-widget/issues/194)) ([ac34d4b](https://github.com/stack-spot/portal-ai-chat-widget/commit/ac34d4b4c11dcdca74ca1f6111a443282901fe01))
|
|
414
|
+
* send button adjusts ([#195](https://github.com/stack-spot/portal-ai-chat-widget/issues/195)) ([a31fc1f](https://github.com/stack-spot/portal-ai-chat-widget/commit/a31fc1ff33c5ed511aa890fda856adc84e2e840b))
|
|
415
|
+
|
|
416
|
+
## [1.28.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.27.1...ai-chat-widget@v1.28.0) (2025-07-01)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
* Get QC from v2 ([#182](https://github.com/stack-spot/portal-ai-chat-widget/issues/182)) ([0c2ce48](https://github.com/stack-spot/portal-ai-chat-widget/commit/0c2ce48b7faa480dfe431acbfe083d3b1eda5a3d))
|
|
422
|
+
|
|
423
|
+
## [1.27.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.27.0...ai-chat-widget@v1.27.1) (2025-06-26)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
* Fix text ([#189](https://github.com/stack-spot/portal-ai-chat-widget/issues/189)) ([f201b57](https://github.com/stack-spot/portal-ai-chat-widget/commit/f201b57f0a38f854af3b6afd3373a53a94bf987b))
|
|
429
|
+
|
|
430
|
+
## [1.27.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.26.4...ai-chat-widget@v1.27.0) (2025-06-26)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Features
|
|
434
|
+
|
|
435
|
+
* freemium improves ([#187](https://github.com/stack-spot/portal-ai-chat-widget/issues/187)) ([060a1c5](https://github.com/stack-spot/portal-ai-chat-widget/commit/060a1c52272c86323458aa4c79ba3e53f09fb7f0))
|
|
436
|
+
|
|
437
|
+
## [1.26.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.26.3...ai-chat-widget@v1.26.4) (2025-06-17)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Bug Fixes
|
|
441
|
+
|
|
442
|
+
* update text ([#185](https://github.com/stack-spot/portal-ai-chat-widget/issues/185)) ([58c03d3](https://github.com/stack-spot/portal-ai-chat-widget/commit/58c03d36e4bec75cbdb721202e8fed694499a7be))
|
|
443
|
+
|
|
444
|
+
## [1.26.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.26.2...ai-chat-widget@v1.26.3) (2025-06-16)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Bug Fixes
|
|
448
|
+
|
|
449
|
+
* lets pdf files be upload ([#183](https://github.com/stack-spot/portal-ai-chat-widget/issues/183)) ([d422d88](https://github.com/stack-spot/portal-ai-chat-widget/commit/d422d887d6745f2b9c1564c00b70dc6e83010209))
|
|
450
|
+
|
|
451
|
+
## [1.26.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.26.1...ai-chat-widget@v1.26.2) (2025-06-11)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Bug Fixes
|
|
455
|
+
|
|
456
|
+
* removes some upload types ([#180](https://github.com/stack-spot/portal-ai-chat-widget/issues/180)) ([7d31860](https://github.com/stack-spot/portal-ai-chat-widget/commit/7d318601ca7e40d855e2bd406dd7071886506cd9))
|
|
457
|
+
|
|
458
|
+
## [1.26.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.26.0...ai-chat-widget@v1.26.1) (2025-06-11)
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Bug Fixes
|
|
462
|
+
|
|
463
|
+
* prevent useless double click in message menu ([#178](https://github.com/stack-spot/portal-ai-chat-widget/issues/178)) ([9ba7099](https://github.com/stack-spot/portal-ai-chat-widget/commit/9ba7099c8463ed07bbcaed975b499226503263d4))
|
|
464
|
+
|
|
465
|
+
## [1.26.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.25.0...ai-chat-widget@v1.26.0) (2025-06-11)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Features
|
|
469
|
+
|
|
470
|
+
* adds some new feature configs + small css fixes for file uploads ([#176](https://github.com/stack-spot/portal-ai-chat-widget/issues/176)) ([d033d65](https://github.com/stack-spot/portal-ai-chat-widget/commit/d033d65ff37003b5f7fb2e76377ea5f712af44e1))
|
|
471
|
+
|
|
472
|
+
## [1.25.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.24.4...ai-chat-widget@v1.25.0) (2025-06-10)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Features
|
|
476
|
+
|
|
477
|
+
* file upload ([#174](https://github.com/stack-spot/portal-ai-chat-widget/issues/174)) ([48e665a](https://github.com/stack-spot/portal-ai-chat-widget/commit/48e665a5cb503d6f90e6cbee3ac64bc78357dca3))
|
|
478
|
+
|
|
479
|
+
## [1.24.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.24.3...ai-chat-widget@v1.24.4) (2025-06-06)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Bug Fixes
|
|
483
|
+
|
|
484
|
+
* 918 Copy button and Message MD validator ([#166](https://github.com/stack-spot/portal-ai-chat-widget/issues/166)) ([2120f4c](https://github.com/stack-spot/portal-ai-chat-widget/commit/2120f4c94a853568a0b22830972473047867af0b))
|
|
485
|
+
|
|
486
|
+
## [1.24.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.24.2...ai-chat-widget@v1.24.3) (2025-06-06)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Bug Fixes
|
|
490
|
+
|
|
491
|
+
* copy to clipboard fallback ([#170](https://github.com/stack-spot/portal-ai-chat-widget/issues/170)) ([19b3b10](https://github.com/stack-spot/portal-ai-chat-widget/commit/19b3b1028a00358313eb260c68e65230c8866c3c))
|
|
492
|
+
|
|
493
|
+
## [1.24.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.24.1...ai-chat-widget@v1.24.2) (2025-06-05)
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Bug Fixes
|
|
497
|
+
|
|
498
|
+
* small styling issues ([#168](https://github.com/stack-spot/portal-ai-chat-widget/issues/168)) ([2a2ee42](https://github.com/stack-spot/portal-ai-chat-widget/commit/2a2ee428bf5d6b4fb1964ae35852dfc4d2e18f69))
|
|
499
|
+
|
|
500
|
+
## [1.24.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.24.0...ai-chat-widget@v1.24.1) (2025-06-02)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### Bug Fixes
|
|
504
|
+
|
|
505
|
+
* spacing chat messages ([#164](https://github.com/stack-spot/portal-ai-chat-widget/issues/164)) ([18c82fd](https://github.com/stack-spot/portal-ai-chat-widget/commit/18c82fd724bf16a9caaaa2c8636f6c524e324caa))
|
|
506
|
+
|
|
507
|
+
## [1.24.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.23.3...ai-chat-widget@v1.24.0) (2025-05-30)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Features
|
|
511
|
+
|
|
512
|
+
* layout css on content of chat ([#161](https://github.com/stack-spot/portal-ai-chat-widget/issues/161)) ([b9c90c8](https://github.com/stack-spot/portal-ai-chat-widget/commit/b9c90c87fa750d93893ca511df66f562909de2ac))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Bug Fixes
|
|
516
|
+
|
|
517
|
+
* set language to undefined if panel is closed ([#162](https://github.com/stack-spot/portal-ai-chat-widget/issues/162)) ([5ae54d5](https://github.com/stack-spot/portal-ai-chat-widget/commit/5ae54d54937b4562a03201c5943721e37ffaa21d))
|
|
518
|
+
|
|
519
|
+
## [1.23.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.23.2...ai-chat-widget@v1.23.3) (2025-05-29)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
* add csv in array languages and fix language undefined ([5f3a0ab](https://github.com/stack-spot/portal-ai-chat-widget/commit/5f3a0ab6d9a37cf1ce775937c76d5949a3bf05a6))
|
|
525
|
+
|
|
526
|
+
## [1.23.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.23.1...ai-chat-widget@v1.23.2) (2025-05-29)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
* layout for messages without space ([#157](https://github.com/stack-spot/portal-ai-chat-widget/issues/157)) ([071bf1b](https://github.com/stack-spot/portal-ai-chat-widget/commit/071bf1baf4e1a43b27c520537c0d629d24bfbed8))
|
|
532
|
+
|
|
533
|
+
## [1.23.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.23.0...ai-chat-widget@v1.23.1) (2025-05-28)
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
### Bug Fixes
|
|
537
|
+
|
|
538
|
+
* add id on button of add for content ([#154](https://github.com/stack-spot/portal-ai-chat-widget/issues/154)) ([e4b09d5](https://github.com/stack-spot/portal-ai-chat-widget/commit/e4b09d562986bb4640e7f3de2252457daf267bd3))
|
|
539
|
+
|
|
540
|
+
## [1.23.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.22.0...ai-chat-widget@v1.23.0) (2025-05-28)
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Features
|
|
544
|
+
|
|
545
|
+
* add new download feature in code snippets ([#151](https://github.com/stack-spot/portal-ai-chat-widget/issues/151)) ([3e2fac8](https://github.com/stack-spot/portal-ai-chat-widget/commit/3e2fac85f7a5d4150cae921eb57abc6b8ac92e5e))
|
|
546
|
+
* upd layout input ([#152](https://github.com/stack-spot/portal-ai-chat-widget/issues/152)) ([c1e9574](https://github.com/stack-spot/portal-ai-chat-widget/commit/c1e95743c6d8f6f2f6b62da09c81de3c71c7ec55))
|
|
547
|
+
|
|
548
|
+
## [1.22.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.21.2...ai-chat-widget@v1.22.0) (2025-05-26)
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Features
|
|
552
|
+
|
|
553
|
+
* add copy button user prompts ([#143](https://github.com/stack-spot/portal-ai-chat-widget/issues/143)) ([4439093](https://github.com/stack-spot/portal-ai-chat-widget/commit/4439093f972c718ea3b7bddfb0925b4268d01828))
|
|
554
|
+
|
|
555
|
+
## [1.21.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.21.1...ai-chat-widget@v1.21.2) (2025-05-23)
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Bug Fixes
|
|
559
|
+
|
|
560
|
+
* execute qc on chat ([#148](https://github.com/stack-spot/portal-ai-chat-widget/issues/148)) ([02c0e62](https://github.com/stack-spot/portal-ai-chat-widget/commit/02c0e62d942d30dd04b1f9a2755f9dfe01e2990f))
|
|
561
|
+
|
|
562
|
+
## [1.21.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.21.0...ai-chat-widget@v1.21.1) (2025-05-20)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
### Bug Fixes
|
|
566
|
+
|
|
567
|
+
* chat options title ([#145](https://github.com/stack-spot/portal-ai-chat-widget/issues/145)) ([03fed29](https://github.com/stack-spot/portal-ai-chat-widget/commit/03fed29ab6897c538f9e453c8b153e1f5ed7b0d8))
|
|
568
|
+
|
|
569
|
+
## [1.21.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.20.2...ai-chat-widget@v1.21.0) (2025-05-19)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Features
|
|
573
|
+
|
|
574
|
+
* Feat 2463 Update input chat ([#142](https://github.com/stack-spot/portal-ai-chat-widget/issues/142)) ([64436ec](https://github.com/stack-spot/portal-ai-chat-widget/commit/64436ec1f1d1ed43af415e5e46a92167ade8a852))
|
|
575
|
+
|
|
576
|
+
## [1.20.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.20.1...ai-chat-widget@v1.20.2) (2025-05-12)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Features
|
|
580
|
+
|
|
581
|
+
* improve agent built in ([#113](https://github.com/stack-spot/portal-ai-chat-widget/issues/113)) ([9a4f0b7](https://github.com/stack-spot/portal-ai-chat-widget/commit/9a4f0b7f82fe823891ea5bee5fa1249a63a5f7fd))
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Bug Fixes
|
|
585
|
+
|
|
586
|
+
* Badge layout on Info bar ([#140](https://github.com/stack-spot/portal-ai-chat-widget/issues/140)) ([c2ae430](https://github.com/stack-spot/portal-ai-chat-widget/commit/c2ae4305b0e5944490acd4b26d8d9011c042e22c))
|
|
587
|
+
|
|
588
|
+
## [1.20.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.20.0...ai-chat-widget@v1.20.1) (2025-05-08)
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
* rename space to spot ([#138](https://github.com/stack-spot/portal-ai-chat-widget/issues/138)) ([8205cbc](https://github.com/stack-spot/portal-ai-chat-widget/commit/8205cbc6c1358fd3427a00ebbab61f37dc537ea2))
|
|
594
|
+
|
|
595
|
+
## [1.20.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.19.0...ai-chat-widget@v1.20.0) (2025-05-05)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Features
|
|
599
|
+
|
|
600
|
+
* pm portal features ([#136](https://github.com/stack-spot/portal-ai-chat-widget/issues/136)) ([8c43666](https://github.com/stack-spot/portal-ai-chat-widget/commit/8c4366609eabd05641881e94b42a20323efe38cf))
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
* checkbox "other" repeated multiple times ([#135](https://github.com/stack-spot/portal-ai-chat-widget/issues/135)) ([1e20920](https://github.com/stack-spot/portal-ai-chat-widget/commit/1e20920497dd5aa5b19a28da8e82404a9e3e577c))
|
|
606
|
+
|
|
607
|
+
## [1.19.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.18.0...ai-chat-widget@v1.19.0) (2025-05-02)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Features
|
|
611
|
+
|
|
612
|
+
* Add spots ([#130](https://github.com/stack-spot/portal-ai-chat-widget/issues/130)) ([9c641f9](https://github.com/stack-spot/portal-ai-chat-widget/commit/9c641f92019334974ec63366acae39402556ef09))
|
|
613
|
+
|
|
614
|
+
## [1.18.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.17.1...ai-chat-widget@v1.18.0) (2025-04-30)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Features
|
|
618
|
+
|
|
619
|
+
* some export + initial value + keys on chat messages ([#131](https://github.com/stack-spot/portal-ai-chat-widget/issues/131)) ([aede390](https://github.com/stack-spot/portal-ai-chat-widget/commit/aede390517cae16e7bccf81070a847bcb4ce1604))
|
|
620
|
+
|
|
621
|
+
## [1.17.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.17.0...ai-chat-widget@v1.17.1) (2025-04-28)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
* placeholder mobile ([#128](https://github.com/stack-spot/portal-ai-chat-widget/issues/128)) ([1bdb76d](https://github.com/stack-spot/portal-ai-chat-widget/commit/1bdb76db84aadb4189fc442f867554b1b764746a))
|
|
627
|
+
|
|
628
|
+
## [1.17.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.16.2...ai-chat-widget@v1.17.0) (2025-04-26)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* add visibility prop when set agent ([#126](https://github.com/stack-spot/portal-ai-chat-widget/issues/126)) ([ff578ae](https://github.com/stack-spot/portal-ai-chat-widget/commit/ff578aef1ca81ebdff8039225014775ca85301f2))
|
|
634
|
+
|
|
635
|
+
## [1.16.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.16.1...ai-chat-widget@v1.16.2) (2025-04-25)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Bug Fixes
|
|
639
|
+
|
|
640
|
+
* avatar default agent ([#124](https://github.com/stack-spot/portal-ai-chat-widget/issues/124)) ([195c15a](https://github.com/stack-spot/portal-ai-chat-widget/commit/195c15a4e8ef474f57b151917af053f84b42c148))
|
|
641
|
+
|
|
642
|
+
## [1.16.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.16.0...ai-chat-widget@v1.16.1) (2025-04-25)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Bug Fixes
|
|
646
|
+
|
|
647
|
+
* agent list styling in Home page ([#123](https://github.com/stack-spot/portal-ai-chat-widget/issues/123)) ([af8b2e5](https://github.com/stack-spot/portal-ai-chat-widget/commit/af8b2e54a5b7a2505447b382ca2615d1d242e931))
|
|
648
|
+
* Revert "Change to space" ([#120](https://github.com/stack-spot/portal-ai-chat-widget/issues/120)) ([7229a0e](https://github.com/stack-spot/portal-ai-chat-widget/commit/7229a0eea605c62f09cd97706809b549b4066dc5))
|
|
649
|
+
|
|
650
|
+
## [1.16.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.15.0...ai-chat-widget@v1.16.0) (2025-04-24)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
### Features
|
|
654
|
+
|
|
655
|
+
* Init default agents ([#116](https://github.com/stack-spot/portal-ai-chat-widget/issues/116)) ([95bffb9](https://github.com/stack-spot/portal-ai-chat-widget/commit/95bffb9b38ee1377e31c2b7b1d15243eb851bf2c))
|
|
656
|
+
|
|
657
|
+
## [1.15.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.8...ai-chat-widget@v1.15.0) (2025-04-24)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Features
|
|
661
|
+
|
|
662
|
+
* Change to space ([#117](https://github.com/stack-spot/portal-ai-chat-widget/issues/117)) ([57d0681](https://github.com/stack-spot/portal-ai-chat-widget/commit/57d06816838b8bb24fdfddc1867e5d64d7e929fc))
|
|
663
|
+
|
|
664
|
+
## [1.14.8](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.7...ai-chat-widget@v1.14.8) (2025-04-23)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Bug Fixes
|
|
668
|
+
|
|
669
|
+
* add new css classes ([#114](https://github.com/stack-spot/portal-ai-chat-widget/issues/114)) ([6856e56](https://github.com/stack-spot/portal-ai-chat-widget/commit/6856e5641709207cd157a71763ece85d717ac625))
|
|
670
|
+
|
|
671
|
+
## [1.14.7](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.6...ai-chat-widget@v1.14.7) (2025-04-22)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
* forbidden suspense call ([#111](https://github.com/stack-spot/portal-ai-chat-widget/issues/111)) ([83a4460](https://github.com/stack-spot/portal-ai-chat-widget/commit/83a4460ae87440d7eb41e5751f28d39a9d3d2ef2))
|
|
677
|
+
|
|
678
|
+
## [1.14.6](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.5...ai-chat-widget@v1.14.6) (2025-04-17)
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
### Bug Fixes
|
|
682
|
+
|
|
683
|
+
* favorite builtin agent selection ([#109](https://github.com/stack-spot/portal-ai-chat-widget/issues/109)) ([bc9f71c](https://github.com/stack-spot/portal-ai-chat-widget/commit/bc9f71c00264f9fa891408f92c2df99ee3d4a517))
|
|
684
|
+
|
|
685
|
+
## [1.14.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.4...ai-chat-widget@v1.14.5) (2025-04-17)
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
### Bug Fixes
|
|
689
|
+
|
|
690
|
+
* Back all tab in '@' and '/' ([#108](https://github.com/stack-spot/portal-ai-chat-widget/issues/108)) ([b57ea06](https://github.com/stack-spot/portal-ai-chat-widget/commit/b57ea06a634b8bbf9bba5f26a816f677d37e6707))
|
|
691
|
+
* Fix Favorite text title ([#106](https://github.com/stack-spot/portal-ai-chat-widget/issues/106)) ([1c56984](https://github.com/stack-spot/portal-ai-chat-widget/commit/1c569846be7c9aea8527e48dd427b6391fb4b9d0))
|
|
692
|
+
|
|
693
|
+
## [1.14.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.3...ai-chat-widget@v1.14.4) (2025-04-16)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Bug Fixes
|
|
697
|
+
|
|
698
|
+
* Fix loading buttons ([#104](https://github.com/stack-spot/portal-ai-chat-widget/issues/104)) ([1b0ebaf](https://github.com/stack-spot/portal-ai-chat-widget/commit/1b0ebafdc1b854c4dad447d0c02bf0e87e30fbc5))
|
|
699
|
+
|
|
700
|
+
## [1.14.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.2...ai-chat-widget@v1.14.3) (2025-04-16)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
* avoid requests for shared and account agents on trial ([#102](https://github.com/stack-spot/portal-ai-chat-widget/issues/102)) ([1f33036](https://github.com/stack-spot/portal-ai-chat-widget/commit/1f330361ee6182ecdd114d1947087a11297b25fb))
|
|
706
|
+
|
|
707
|
+
## [1.14.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.1...ai-chat-widget@v1.14.2) (2025-04-16)
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
### Bug Fixes
|
|
711
|
+
|
|
712
|
+
* onboarding trial ([#100](https://github.com/stack-spot/portal-ai-chat-widget/issues/100)) ([202375b](https://github.com/stack-spot/portal-ai-chat-widget/commit/202375b689ac9f9067f9cc1f9b827df79cc262ca))
|
|
713
|
+
|
|
714
|
+
## [1.14.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.14.0...ai-chat-widget@v1.14.1) (2025-04-16)
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Bug Fixes
|
|
718
|
+
|
|
719
|
+
* Fix 1388 favorites quick command ([#98](https://github.com/stack-spot/portal-ai-chat-widget/issues/98)) ([71d9822](https://github.com/stack-spot/portal-ai-chat-widget/commit/71d9822026c36c5e1acabeffe472bb5f5126aa7b))
|
|
720
|
+
|
|
721
|
+
## [1.14.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.13.2...ai-chat-widget@v1.14.0) (2025-04-16)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Features
|
|
725
|
+
|
|
726
|
+
* Feat 1388 fav workspace ai ([#96](https://github.com/stack-spot/portal-ai-chat-widget/issues/96)) ([ef7cc88](https://github.com/stack-spot/portal-ai-chat-widget/commit/ef7cc883a7dfe5b64d49639fcadde19f3c66ff7b))
|
|
727
|
+
* Feat 1388 favorites ([#70](https://github.com/stack-spot/portal-ai-chat-widget/issues/70)) ([c301c7b](https://github.com/stack-spot/portal-ai-chat-widget/commit/c301c7b01bffe6258a4931ffc5e054371eb6d838))
|
|
728
|
+
* remove hardcoded agent ([#88](https://github.com/stack-spot/portal-ai-chat-widget/issues/88)) ([95bfd43](https://github.com/stack-spot/portal-ai-chat-widget/commit/95bfd43307a13144c7b4b32dade05fb7ab8cb127))
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Bug Fixes
|
|
732
|
+
|
|
733
|
+
* Change to workspace ai ([#94](https://github.com/stack-spot/portal-ai-chat-widget/issues/94)) ([264c8be](https://github.com/stack-spot/portal-ai-chat-widget/commit/264c8bed92ab12876327b5cb536125bb51a6ea19))
|
|
734
|
+
* Undo change to workspace ai ([#97](https://github.com/stack-spot/portal-ai-chat-widget/issues/97)) ([e65fe12](https://github.com/stack-spot/portal-ai-chat-widget/commit/e65fe1214c5e6cbbd8a288dd03d03111f340eac8))
|
|
735
|
+
|
|
736
|
+
## [1.13.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.13.1...ai-chat-widget@v1.13.2) (2025-04-11)
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
### Bug Fixes
|
|
740
|
+
|
|
741
|
+
* Support trial on chat options ([#91](https://github.com/stack-spot/portal-ai-chat-widget/issues/91)) ([5333329](https://github.com/stack-spot/portal-ai-chat-widget/commit/5333329a57b0bd008a7d13c98e23ece1c5e39115))
|
|
742
|
+
|
|
743
|
+
## [1.13.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.13.0...ai-chat-widget@v1.13.1) (2025-04-03)
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
### Bug Fixes
|
|
747
|
+
|
|
748
|
+
* changes some of the text ([#89](https://github.com/stack-spot/portal-ai-chat-widget/issues/89)) ([fbfce08](https://github.com/stack-spot/portal-ai-chat-widget/commit/fbfce082f741876ef74b7183394343a00142970e))
|
|
749
|
+
|
|
750
|
+
## [1.13.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.12.4...ai-chat-widget@v1.13.0) (2025-04-02)
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Features
|
|
754
|
+
|
|
755
|
+
* changes the feature "tools" ([#86](https://github.com/stack-spot/portal-ai-chat-widget/issues/86)) ([6c9b616](https://github.com/stack-spot/portal-ai-chat-widget/commit/6c9b616d8d51fd5eb6b2935a126b4f82ba2e656a))
|
|
756
|
+
|
|
757
|
+
## [1.12.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.12.3...ai-chat-widget@v1.12.4) (2025-04-01)
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
### Bug Fixes
|
|
761
|
+
|
|
762
|
+
* Fix input checkbox height([#84](https://github.com/stack-spot/portal-ai-chat-widget/issues/84)) ([3565817](https://github.com/stack-spot/portal-ai-chat-widget/commit/3565817ee3b15b2f9f04cb6e3448fb7df08f6d6e))
|
|
763
|
+
|
|
764
|
+
## [1.12.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.12.2...ai-chat-widget@v1.12.3) (2025-04-01)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### Bug Fixes
|
|
768
|
+
|
|
769
|
+
* Improve input size ([#82](https://github.com/stack-spot/portal-ai-chat-widget/issues/82)) ([bb8ac64](https://github.com/stack-spot/portal-ai-chat-widget/commit/bb8ac64b34b7dd68f41ee29d91892b9a5489dd89))
|
|
770
|
+
|
|
771
|
+
## [1.12.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.12.1...ai-chat-widget@v1.12.2) (2025-04-01)
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
### Bug Fixes
|
|
775
|
+
|
|
776
|
+
* on change handling ([#80](https://github.com/stack-spot/portal-ai-chat-widget/issues/80)) ([9e7ed5a](https://github.com/stack-spot/portal-ai-chat-widget/commit/9e7ed5a9dc0a081499d931168f7c333528ab2430))
|
|
777
|
+
|
|
778
|
+
## [1.12.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.12.0...ai-chat-widget@v1.12.1) (2025-04-01)
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
### Bug Fixes
|
|
782
|
+
|
|
783
|
+
* Add form behavior ([#78](https://github.com/stack-spot/portal-ai-chat-widget/issues/78)) ([e0f30e5](https://github.com/stack-spot/portal-ai-chat-widget/commit/e0f30e5cc2cc3a56df013b61e224060813efc968))
|
|
784
|
+
|
|
785
|
+
## [1.12.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.11.0...ai-chat-widget@v1.12.0) (2025-04-01)
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
### Features
|
|
789
|
+
|
|
790
|
+
* AI trial layout improves ([ba60310](https://github.com/stack-spot/portal-ai-chat-widget/commit/ba60310589fd97d5efeeef928b19a17b95a1bff7))
|
|
791
|
+
|
|
792
|
+
## [1.11.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.10.1...ai-chat-widget@v1.11.0) (2025-03-31)
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
### Features
|
|
796
|
+
|
|
797
|
+
* support input with other option ([#73](https://github.com/stack-spot/portal-ai-chat-widget/issues/73)) ([69babf0](https://github.com/stack-spot/portal-ai-chat-widget/commit/69babf0156b42deff65d555c358bb3956760f745))
|
|
798
|
+
|
|
799
|
+
## [1.10.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.10.0...ai-chat-widget@v1.10.1) (2025-03-27)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
### Bug Fixes
|
|
803
|
+
|
|
804
|
+
* checkbox multiple options ([#71](https://github.com/stack-spot/portal-ai-chat-widget/issues/71)) ([fcad9a3](https://github.com/stack-spot/portal-ai-chat-widget/commit/fcad9a32f69ee6cb12d385720e4d3a44fa6387c3))
|
|
805
|
+
|
|
806
|
+
## [1.10.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.9.0...ai-chat-widget@v1.10.0) (2025-03-25)
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
### Features
|
|
810
|
+
|
|
811
|
+
* tools ([#66](https://github.com/stack-spot/portal-ai-chat-widget/issues/66)) ([c1f9b93](https://github.com/stack-spot/portal-ai-chat-widget/commit/c1f9b932b7425b6d859b4c82dff517cad4a72c2d))
|
|
812
|
+
|
|
813
|
+
## [1.9.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.8.5...ai-chat-widget@v1.9.0) (2025-03-25)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
### Features
|
|
817
|
+
|
|
818
|
+
* 2195 ai trial ([#65](https://github.com/stack-spot/portal-ai-chat-widget/issues/65)) ([e867958](https://github.com/stack-spot/portal-ai-chat-widget/commit/e8679583a0699c869e204ae0873e04ffd2937174))
|
|
819
|
+
|
|
820
|
+
## [1.8.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.8.4...ai-chat-widget@v1.8.5) (2025-03-19)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### Bug Fixes
|
|
824
|
+
|
|
825
|
+
* use visibility parameter to retrieve shared and personal agents ([#63](https://github.com/stack-spot/portal-ai-chat-widget/issues/63)) ([0ab4444](https://github.com/stack-spot/portal-ai-chat-widget/commit/0ab4444a805918ee7517f9f966f416fd528669fd))
|
|
826
|
+
|
|
827
|
+
## [1.8.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.7.2...ai-chat-widget@v1.8.0) (2025-03-14)
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
### Features
|
|
831
|
+
|
|
832
|
+
* Navigation through previous prompts using the up and down arrow key ([#59](https://github.com/stack-spot/portal-ai-chat-widget/issues/59)) ([6d3a574](https://github.com/stack-spot/portal-ai-chat-widget/commit/6d3a5748a1dfa3aeddfb1b169ba1ca6c47598c0e))
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
### Bug Fixes
|
|
836
|
+
|
|
837
|
+
* Fix 1422 List ks without project file ([#61](https://github.com/stack-spot/portal-ai-chat-widget/issues/61)) ([6d60707](https://github.com/stack-spot/portal-ai-chat-widget/commit/6d60707e4bfd46d45b0d6e5949484e7edb817568))
|
|
838
|
+
|
|
839
|
+
## [1.7.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.7.1...ai-chat-widget@v1.7.2) (2025-02-13)
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
### Bug Fixes
|
|
843
|
+
|
|
844
|
+
* bug invoke agent multiple tabs ([#57](https://github.com/stack-spot/portal-ai-chat-widget/issues/57)) ([8a212aa](https://github.com/stack-spot/portal-ai-chat-widget/commit/8a212aac15b4aa6073bf93e0760a8ccb141ba7d4))
|
|
845
|
+
|
|
846
|
+
## [1.7.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.7.0...ai-chat-widget@v1.7.1) (2025-02-13)
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
### Bug Fixes
|
|
850
|
+
|
|
851
|
+
* bug invoke agent multiple tabs ([#55](https://github.com/stack-spot/portal-ai-chat-widget/issues/55)) ([c872161](https://github.com/stack-spot/portal-ai-chat-widget/commit/c87216184669685d18d3ce237742e9c4b9303b89))
|
|
852
|
+
|
|
853
|
+
## [1.7.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.6.0...ai-chat-widget@v1.7.0) (2025-02-06)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Features
|
|
857
|
+
|
|
858
|
+
* 1238 agent shortcut ([#49](https://github.com/stack-spot/portal-ai-chat-widget/issues/49)) ([6115a34](https://github.com/stack-spot/portal-ai-chat-widget/commit/6115a34666e3dc323669cf998d7837b22f4013dc))
|
|
859
|
+
* event copy 2128 ([#51](https://github.com/stack-spot/portal-ai-chat-widget/issues/51)) ([7a53939](https://github.com/stack-spot/portal-ai-chat-widget/commit/7a539398a22c6f26c5c93bec9e9ee37ea6a1c8e8))
|
|
860
|
+
|
|
861
|
+
## [1.6.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.5.2...ai-chat-widget@v1.6.0) (2025-01-14)
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
### Features
|
|
865
|
+
|
|
866
|
+
* makes it so cancelation doesn't yield an error ([#48](https://github.com/stack-spot/portal-ai-chat-widget/issues/48)) ([9ccc3af](https://github.com/stack-spot/portal-ai-chat-widget/commit/9ccc3afacd3cdbdd3fc4dd4a22d4b68e2c5e8e61))
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### Bug Fixes
|
|
870
|
+
|
|
871
|
+
* 2211 scroll chat ([#46](https://github.com/stack-spot/portal-ai-chat-widget/issues/46)) ([d1f73af](https://github.com/stack-spot/portal-ai-chat-widget/commit/d1f73afd0f352172b99de3c0b25af30c3b0f1ab9))
|
|
872
|
+
|
|
873
|
+
## [1.5.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.5.1...ai-chat-widget@v1.5.2) (2025-01-08)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Bug Fixes
|
|
877
|
+
|
|
878
|
+
* 2199 link css ([#44](https://github.com/stack-spot/portal-ai-chat-widget/issues/44)) ([662f0aa](https://github.com/stack-spot/portal-ai-chat-widget/commit/662f0aa3cc1e0e583512221f7701f4586873fc39))
|
|
879
|
+
|
|
880
|
+
## [1.5.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.5.0...ai-chat-widget@v1.5.1) (2024-11-21)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
### Bug Fixes
|
|
884
|
+
|
|
885
|
+
* add title and aria-label in code editor icon ([8d71b11](https://github.com/stack-spot/portal-ai-chat-widget/commit/8d71b11e5b8960ca0a259e556ad8ef2e4672d578))
|
|
886
|
+
|
|
887
|
+
## [1.5.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.4.1...ai-chat-widget@v1.5.0) (2024-11-05)
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
### Features
|
|
891
|
+
|
|
892
|
+
* style feature ([5ef9a29](https://github.com/stack-spot/portal-ai-chat-widget/commit/5ef9a29cede82f6de7aaf90597c92022eb48fd2f))
|
|
893
|
+
|
|
894
|
+
## [1.4.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.4.0...ai-chat-widget@v1.4.1) (2024-11-05)
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
### Bug Fixes
|
|
898
|
+
|
|
899
|
+
* release ([b26e08a](https://github.com/stack-spot/portal-ai-chat-widget/commit/b26e08a29bad33faa47f48077f438ef67bcce731))
|
|
900
|
+
|
|
901
|
+
## [1.4.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-v1.3.3...ai-chat-widget@v1.4.0) (2024-11-04)
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
### Features
|
|
905
|
+
|
|
906
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
907
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
908
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
909
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
910
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
911
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### Bug Fixes
|
|
915
|
+
|
|
916
|
+
* app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
|
|
917
|
+
* app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
|
|
918
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
919
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
920
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
921
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
922
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
923
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
924
|
+
|
|
925
|
+
## [1.3.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.1...ai-chat-widget@v1.3.2) (2024-11-01)
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Bug Fixes
|
|
929
|
+
|
|
930
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
931
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
932
|
+
|
|
933
|
+
## [1.3.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.0...ai-chat-widget@v1.3.1) (2024-11-01)
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### Bug Fixes
|
|
937
|
+
|
|
938
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
939
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
940
|
+
|
|
941
|
+
## [1.3.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.2.0...ai-chat-widget@v1.3.0) (2024-11-01)
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
### Features
|
|
945
|
+
|
|
946
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
947
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
948
|
+
|
|
949
|
+
## [1.2.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.1.1...ai-chat-widget@v1.2.0) (2024-10-29)
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
### Features
|
|
954
|
+
|
|
955
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
956
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
957
|
+
|
|
958
|
+
## [1.1.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.1.0...ai-chat-widget@v1.1.1) (2024-10-29)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### Bug Fixes
|
|
962
|
+
|
|
963
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
964
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
965
|
+
|
|
966
|
+
## [1.1.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-v1.0.0...ai-chat-widget@v1.1.0) (2024-10-29)
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
### Features
|
|
970
|
+
|
|
971
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
972
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|