@projectcor/maia-components 2.29.0 → 2.30.1-0
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 +656 -0
- package/lib/App.js +55 -0
- package/lib/components/atoms/ActionableButton.js +60 -0
- package/lib/components/atoms/AgentActivityIndicator/AgentActivityIndicator.js +89 -0
- package/lib/components/atoms/AgentActivityIndicator/AgentActivityIndicator.styles.js +21 -0
- package/lib/components/atoms/AgentActivityIndicator/AgentActivityIndicator.utils.js +9 -0
- package/lib/components/atoms/AgentActivityIndicator/index.js +2 -0
- package/lib/components/atoms/ApprovalBox/ApprovalBox.js +209 -0
- package/lib/components/atoms/ApprovalBox/ApprovalBox.styles.js +93 -0
- package/lib/components/atoms/ApprovalBox/index.js +2 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCard.js +218 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCard.styles.js +52 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCardAudio.js +448 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCardAudio.styles.js +58 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCardImage.js +55 -0
- package/lib/components/atoms/AttachmentCard/AttachmentCardImage.styles.js +14 -0
- package/lib/components/atoms/AttachmentCard/index.js +4 -0
- package/lib/components/atoms/AttachmentPreviewModal/AttachmentPreviewModal.js +442 -0
- package/lib/components/atoms/AttachmentPreviewModal/AttachmentPreviewModal.styles.js +119 -0
- package/lib/components/atoms/AttachmentPreviewModal/ExcelPreview.js +222 -0
- package/lib/components/atoms/AttachmentPreviewModal/PptPreview.js +313 -0
- package/lib/components/atoms/AttachmentPreviewModal/WordPreview.js +128 -0
- package/lib/components/atoms/AttachmentPreviewModal/index.js +2 -0
- package/lib/components/atoms/Backdrop/Backdrop.js +17 -0
- package/lib/components/atoms/Backdrop/Backdrop.styles.js +9 -0
- package/lib/components/atoms/Backdrop/index.js +2 -0
- package/lib/components/atoms/CardItem.js +7 -0
- package/lib/components/atoms/CardMenu/CardMenu.js +131 -0
- package/lib/components/atoms/CardMenu/index.js +2 -0
- package/lib/components/atoms/CardMenu/styles.js +21 -0
- package/lib/components/atoms/ChatClientSelector/ChatClientSelector.js +77 -0
- package/lib/components/atoms/ChatClientSelector/index.js +2 -0
- package/lib/components/atoms/ChatDisclaimerMessage/ChatDisclaimerMessage.js +9 -0
- package/lib/components/atoms/ChatDisclaimerMessage/index.js +2 -0
- package/lib/components/atoms/ChatDisclaimerMessage/styles.js +6 -0
- package/lib/components/atoms/Checkbox/Checkbox.js +34 -0
- package/lib/components/atoms/Checkbox/index.js +2 -0
- package/lib/components/atoms/Checkbox/styles.js +39 -0
- package/lib/components/atoms/Chip/Chip.js +150 -0
- package/lib/components/atoms/Chip/index.js +2 -0
- package/lib/components/atoms/Chip/styles.js +43 -0
- package/lib/components/atoms/ChipLlm/ChipLlm.js +45 -0
- package/lib/components/atoms/ChipLlm/ChipLlm.style.js +21 -0
- package/lib/components/atoms/ChipLlm/index.js +2 -0
- package/lib/components/atoms/ChipStatus/ChipStatus.interface.js +2 -0
- package/lib/components/atoms/ChipStatus/ChipStatus.js +14 -0
- package/lib/components/atoms/ChipStatus/ChipStatus.styles.js +27 -0
- package/lib/components/atoms/ChipStatus/index.js +2 -0
- package/lib/components/atoms/ClearButton.js +6 -0
- package/lib/components/atoms/ClientSelector/ClientSelector.js +146 -0
- package/lib/components/atoms/ClientSelector/ClientSelector.styles.js +15 -0
- package/lib/components/atoms/ClientSelector/index.js +2 -0
- package/lib/components/atoms/ContextMentionChip/ContextMentionChip.js +38 -0
- package/lib/components/atoms/ContextMentionChip/ContextMentionChip.styles.js +188 -0
- package/lib/components/atoms/ContextMentionChip/MentionOverflowLabel.js +39 -0
- package/lib/components/atoms/ContextMentionChip/buildChipElement.js +445 -0
- package/lib/components/atoms/ContextMentionChip/index.js +4 -0
- package/lib/components/atoms/ContextMentionEditor/ContextMentionEditor.js +533 -0
- package/lib/components/atoms/ContextMentionEditor/ContextMentionEditor.styles.js +10 -0
- package/lib/components/atoms/ContextMentionEditor/index.js +2 -0
- package/lib/components/atoms/ContextMentionItem/ContextMentionItem.js +282 -0
- package/lib/components/atoms/ContextMentionItem/ContextMentionItem.styles.js +148 -0
- package/lib/components/atoms/ContextMentionItem/index.js +2 -0
- package/lib/components/atoms/ContextMentionPopover/ContextMentionPopover.js +290 -0
- package/lib/components/atoms/ContextMentionPopover/ContextMentionPopover.styles.js +108 -0
- package/lib/components/atoms/ContextMentionPopover/index.js +3 -0
- package/lib/components/atoms/CopyToClipboard.js +70 -0
- package/lib/components/atoms/EditableLabel/EditableLabel.js +110 -0
- package/lib/components/atoms/EditableLabel/index.js +2 -0
- package/lib/components/atoms/EditableLabel/styles.js +7 -0
- package/lib/components/atoms/EmptySearchClients/EmptySearchClients.js +22 -0
- package/lib/components/atoms/EmptySearchClients/EmptySearchClients.styles.js +18 -0
- package/lib/components/atoms/EmptySearchClients/index.js +2 -0
- package/lib/components/atoms/EmptySearchProjects/EmptySearchProjects.js +19 -0
- package/lib/components/atoms/EmptySearchProjects/EmptySearchProjects.styles.js +15 -0
- package/lib/components/atoms/EmptySearchProjects/index.js +2 -0
- package/lib/components/atoms/EntitySelector/EntitySelector.js +247 -0
- package/lib/components/atoms/EntitySelector/EntitySelector.skeleton.js +38 -0
- package/lib/components/atoms/EntitySelector/EntitySelector.styles.js +67 -0
- package/lib/components/atoms/EntitySelector/index.js +2 -0
- package/lib/components/atoms/ErrorSearchClients/ErrorSearchClients.js +14 -0
- package/lib/components/atoms/ErrorSearchClients/ErrorSearchClients.styles.js +15 -0
- package/lib/components/atoms/ErrorSearchFaqs/ErrorSearchFaqs.js +14 -0
- package/lib/components/atoms/ErrorSearchFaqs/ErrorSearchFaqs.style.js +15 -0
- package/lib/components/atoms/ErrorSearchFaqs/index.js +2 -0
- package/lib/components/atoms/ErrorSearchProjects/ErrorSearchProjects.js +18 -0
- package/lib/components/atoms/ErrorSearchProjects/ErrorSearchProjects.style.js +15 -0
- package/lib/components/atoms/ErrorSearchProjects/index.js +2 -0
- package/lib/components/atoms/Expand/Expand.js +32 -0
- package/lib/components/atoms/Expand/index.js +2 -0
- package/lib/components/atoms/Fade/Fade.js +56 -0
- package/lib/components/atoms/Fade/index.js +2 -0
- package/lib/components/atoms/FeedbackButton/FeedbackButton.js +59 -0
- package/lib/components/atoms/FeedbackButton/FeedbackButton.styles.js +14 -0
- package/lib/components/atoms/FeedbackButton/index.js +2 -0
- package/lib/components/atoms/FrequentlyAskedQuestions/FrequentlyAskedQuestions.js +138 -0
- package/lib/components/atoms/FrequentlyAskedQuestions/FrequentlyAskedQuestions.skeleton.js +44 -0
- package/lib/components/atoms/FrequentlyAskedQuestions/FrequentlyAskedQuestions.styles.js +43 -0
- package/lib/components/atoms/FrequentlyAskedQuestions/index.js +2 -0
- package/lib/components/atoms/FrequentlyUsedActions/FrequentlyUsedActions.js +122 -0
- package/lib/components/atoms/FrequentlyUsedActions/FrequentlyUsedActions.skeleton.js +43 -0
- package/lib/components/atoms/FrequentlyUsedActions/FrequentlyUsedActions.styles.js +62 -0
- package/lib/components/atoms/FrequentlyUsedActions/index.js +2 -0
- package/lib/components/atoms/GoBackButton.js +24 -0
- package/lib/components/atoms/HelpButton.js +44 -0
- package/lib/components/atoms/IconButton.js +56 -0
- package/lib/components/atoms/ImagePreview/ImagePreview.js +96 -0
- package/lib/components/atoms/ImagePreview/ImagePreview.styles.js +70 -0
- package/lib/components/atoms/Input/CustomInput.interface.js +2 -0
- package/lib/components/atoms/Input/CustomInput.js +91 -0
- package/lib/components/atoms/Input/CustomInput.styles.js +39 -0
- package/lib/components/atoms/Input/index.js +2 -0
- package/lib/components/atoms/ListMenuOption/ListMenuOption.js +41 -0
- package/lib/components/atoms/ListMenuOption/index.js +2 -0
- package/lib/components/atoms/ListMenuOption/styles.js +9 -0
- package/lib/components/atoms/Loader.js +41 -0
- package/lib/components/atoms/LoadingFaqs/LoadingFaqs.js +11 -0
- package/lib/components/atoms/LoadingFaqs/LoadingFaqs.style.js +6 -0
- package/lib/components/atoms/LoadingFaqs/index.js +2 -0
- package/lib/components/atoms/LoadingSearchClients/LoadingSearchClients.js +11 -0
- package/lib/components/atoms/LoadingSearchClients/LoadingSearchClients.styles.js +6 -0
- package/lib/components/atoms/LoadingSearchClients/index.js +2 -0
- package/lib/components/atoms/LoadingSearchProjects/LoadingSearchProjects.js +14 -0
- package/lib/components/atoms/LoadingSearchProjects/LoadingSearchProjects.style.js +10 -0
- package/lib/components/atoms/LoadingSearchProjects/index.js +2 -0
- package/lib/components/atoms/LoadingText/LoadingText.js +18 -0
- package/lib/components/atoms/LoadingText/index.js +2 -0
- package/lib/components/atoms/LoadingText/styles.js +7 -0
- package/lib/components/atoms/MAIAButton/MAIAButton.js +33 -0
- package/lib/components/atoms/MAIAButton/index.js +2 -0
- package/lib/components/atoms/MAIAError/MAIAError.js +15 -0
- package/lib/components/atoms/MAIAError/index.js +2 -0
- package/lib/components/atoms/MAIAInput/MAIAInput.js +1233 -0
- package/lib/components/atoms/MAIAInput/MAIAInputEditor.js +266 -0
- package/lib/components/atoms/MAIAInput/index.js +2 -0
- package/lib/components/atoms/MAIAInput/maiaInputLayout.js +25 -0
- package/lib/components/atoms/MAIAInput/styles.js +186 -0
- package/lib/components/atoms/MAIAMessage/MAIAMessage.interfaces.js +2 -0
- package/lib/components/atoms/MAIAMessage/MAIAMessage.js +22 -0
- package/lib/components/atoms/MAIAMessage/index.js +2 -0
- package/lib/components/atoms/MAIAMessage/styles.js +7 -0
- package/lib/components/atoms/MaiaStreamdown/MaiaStreamdown.config.js +23 -0
- package/lib/components/atoms/MaiaStreamdown/MaiaStreamdown.interfaces.js +2 -0
- package/lib/components/atoms/MaiaStreamdown/MaiaStreamdown.js +51 -0
- package/lib/components/atoms/MaiaStreamdown/MaiaStreamdown.styles.js +26 -0
- package/lib/components/atoms/MaiaStreamdown/index.js +2 -0
- package/lib/components/atoms/MaiaWrapper/MaiaWrapper.js +18 -0
- package/lib/components/atoms/MaiaWrapper/MaiaWrapperBase.js +84 -0
- package/lib/components/atoms/MaiaWrapper/ModernMaiaWrapper.js +15 -0
- package/lib/components/atoms/MaiaWrapper/index.js +3 -0
- package/lib/components/atoms/MaiaWrapper/styles.js +21 -0
- package/lib/components/atoms/ModalClientAccess/ModalClientAccess.interface.js +2 -0
- package/lib/components/atoms/ModalClientAccess/ModalClientAccess.js +84 -0
- package/lib/components/atoms/ModalClientAccess/ModalClientAccess.styles.js +53 -0
- package/lib/components/atoms/ModalClientAccess/index.js +2 -0
- package/lib/components/atoms/ModalInfo/ModalInfo.js +52 -0
- package/lib/components/atoms/ModalInfo/ModalInfoContent.js +7 -0
- package/lib/components/atoms/ModalInfo/index.js +3 -0
- package/lib/components/atoms/ModalInfo/styles.js +7 -0
- package/lib/components/atoms/ModalProject/ModalProject.interface.js +2 -0
- package/lib/components/atoms/ModalProject/ModalProject.js +112 -0
- package/lib/components/atoms/ModalProject/ModalProject.style.js +59 -0
- package/lib/components/atoms/ModalProject/index.js +2 -0
- package/lib/components/atoms/NextPageLoader.js +33 -0
- package/lib/components/atoms/OnboardingModalButton/OnboardingModal.js +28 -0
- package/lib/components/atoms/OnboardingModalButton/OnboardingModalButton.js +180 -0
- package/lib/components/atoms/OnboardingModalButton/OnboardingModalButton.styles.js +34 -0
- package/lib/components/atoms/OnboardingModalButton/index.js +3 -0
- package/lib/components/atoms/OptionAccessibility/OptionAccessibility.js +131 -0
- package/lib/components/atoms/OptionAccessibility/OptionAccessibility.styles.js +59 -0
- package/lib/components/atoms/OptionAccessibility/index.js +2 -0
- package/lib/components/atoms/OptionCorPermission/OptionCorPermission.js +27 -0
- package/lib/components/atoms/OptionCorPermission/OptionCorPermission.styles.js +18 -0
- package/lib/components/atoms/OptionCorPermission/index.js +2 -0
- package/lib/components/atoms/PrimaryButton.js +31 -0
- package/lib/components/atoms/ProjectSelector/ProjectSelector.js +77 -0
- package/lib/components/atoms/ProjectSelector/ProjectSelector.styles.js +61 -0
- package/lib/components/atoms/ProjectSelector/index.js +2 -0
- package/lib/components/atoms/SecondaryButton.js +20 -0
- package/lib/components/atoms/SessionGeneratingDot/SessionGeneratingDot.js +20 -0
- package/lib/components/atoms/SessionGeneratingDot/SessionGeneratingDot.styles.js +20 -0
- package/lib/components/atoms/SessionGeneratingDot/index.js +2 -0
- package/lib/components/atoms/Skeleton/Skeleton.js +36 -0
- package/lib/components/atoms/Skeleton/index.js +2 -0
- package/lib/components/atoms/SkillsDropdown/SkillsDropdown.js +208 -0
- package/lib/components/atoms/SkillsDropdown/SkillsDropdown.styles.js +77 -0
- package/lib/components/atoms/SkillsDropdown/index.js +2 -0
- package/lib/components/atoms/SlashCommandChip/SlashCommandChip.js +16 -0
- package/lib/components/atoms/SlashCommandChip/SlashCommandChip.styles.js +24 -0
- package/lib/components/atoms/SlashCommandChip/buildSlashChipElement.js +18 -0
- package/lib/components/atoms/SlashCommandChip/index.js +4 -0
- package/lib/components/atoms/SlashCommandDropdown/SlashCommandDropdown.js +210 -0
- package/lib/components/atoms/SlashCommandDropdown/SlashCommandDropdown.styles.js +53 -0
- package/lib/components/atoms/SlashCommandDropdown/index.js +2 -0
- package/lib/components/atoms/Switch/Switch.js +27 -0
- package/lib/components/atoms/Switch/Switch.styles.js +22 -0
- package/lib/components/atoms/Switch/index.js +2 -0
- package/lib/components/atoms/TextArea/CustomTextArea.interface.js +2 -0
- package/lib/components/atoms/TextArea/CustomTextArea.js +93 -0
- package/lib/components/atoms/TextArea/CustomTextArea.styles.js +25 -0
- package/lib/components/atoms/TextArea/TextArea.interfaces.js +2 -0
- package/lib/components/atoms/TextArea/TextArea.js +172 -0
- package/lib/components/atoms/TextArea/TextArea.styles.js +16 -0
- package/lib/components/atoms/TextArea/index.js +2 -0
- package/lib/components/atoms/ThirdButton.js +19 -0
- package/lib/components/atoms/VideoModal/VideoModal.js +76 -0
- package/lib/components/atoms/VideoModal/index.js +2 -0
- package/lib/components/atoms/WithAppCfg.js +26 -0
- package/lib/components/atoms/WithFeatureValidation.js +23 -0
- package/lib/components/atoms/WrapperCenterIcon/WrapperCenterIcon.js +9 -0
- package/lib/components/atoms/WrapperCenterIcon/WrapperCenterIcon.styles.js +6 -0
- package/lib/components/atoms/WrapperCenterIcon/index.js +2 -0
- package/lib/components/atoms/icons/AIIcon.js +23 -0
- package/lib/components/atoms/icons/AacFile.js +39 -0
- package/lib/components/atoms/icons/AccessibilityIcon.js +42 -0
- package/lib/components/atoms/icons/ActionAssignIcon.js +111 -0
- package/lib/components/atoms/icons/ActionCalendarIcon.js +112 -0
- package/lib/components/atoms/icons/ActionChargeHoursIcon.js +111 -0
- package/lib/components/atoms/icons/ActionChatIcon.js +71 -0
- package/lib/components/atoms/icons/ActionCreateIcon.js +91 -0
- package/lib/components/atoms/icons/ActionCreateReworkIcon.js +39 -0
- package/lib/components/atoms/icons/ActionCreateSubtaskIcon.js +37 -0
- package/lib/components/atoms/icons/ActionEditIcon.js +39 -0
- package/lib/components/atoms/icons/ActionSummaryMessagesIcon.js +88 -0
- package/lib/components/atoms/icons/ActionSummaryTaskIcon.js +37 -0
- package/lib/components/atoms/icons/ActionTimeBackIcon.js +112 -0
- package/lib/components/atoms/icons/AgentMaiaIcon.js +31 -0
- package/lib/components/atoms/icons/Brain.js +77 -0
- package/lib/components/atoms/icons/CorAccessIcon.js +41 -0
- package/lib/components/atoms/icons/CorLogo.js +76 -0
- package/lib/components/atoms/icons/CsvFile.js +41 -0
- package/lib/components/atoms/icons/DocFile.js +41 -0
- package/lib/components/atoms/icons/DocxFile.js +41 -0
- package/lib/components/atoms/icons/EmptyClientIllustration.js +67 -0
- package/lib/components/atoms/icons/EmptyHistory.js +46 -0
- package/lib/components/atoms/icons/EmptySearchIllustration.js +37 -0
- package/lib/components/atoms/icons/EmptyState.js +84 -0
- package/lib/components/atoms/icons/EmptyStateAgents.js +58 -0
- package/lib/components/atoms/icons/ErrorIcon.js +14 -0
- package/lib/components/atoms/icons/ErrorSearchIllustration.js +52 -0
- package/lib/components/atoms/icons/ErrorState.js +51 -0
- package/lib/components/atoms/icons/FaqChevronIcon.js +39 -0
- package/lib/components/atoms/icons/FaqsIcon.js +51 -0
- package/lib/components/atoms/icons/FlacIcon.js +39 -0
- package/lib/components/atoms/icons/FolderIcon.js +29 -0
- package/lib/components/atoms/icons/HomeIcon.js +30 -0
- package/lib/components/atoms/icons/ImageFile.js +46 -0
- package/lib/components/atoms/icons/M4aFile.js +39 -0
- package/lib/components/atoms/icons/MAIAIcon.js +20 -0
- package/lib/components/atoms/icons/MAIAIsologo.js +65 -0
- package/lib/components/atoms/icons/MDFile.js +41 -0
- package/lib/components/atoms/icons/MaiaChatLayoutFloatingIcon.js +41 -0
- package/lib/components/atoms/icons/MaiaChatLayoutFullscreenIcon.js +41 -0
- package/lib/components/atoms/icons/MaiaChatLayoutMenuIcon.js +33 -0
- package/lib/components/atoms/icons/MaiaChatLayoutSidebarIcon.js +41 -0
- package/lib/components/atoms/icons/MaiaInputAddIcon.js +42 -0
- package/lib/components/atoms/icons/MaiaInputAttachIcon.js +29 -0
- package/lib/components/atoms/icons/MaiaInputAttachmentImageIcon.js +33 -0
- package/lib/components/atoms/icons/MaiaInputDeepSearchIcon.js +35 -0
- package/lib/components/atoms/icons/MaiaInputMentionIcon.js +44 -0
- package/lib/components/atoms/icons/MaiaInputRobotIcon.js +29 -0
- package/lib/components/atoms/icons/MaiaInputSendIcon.js +29 -0
- package/lib/components/atoms/icons/MaiaInputSlashIcon.js +29 -0
- package/lib/components/atoms/icons/MaiaInputWebSearchIcon.js +35 -0
- package/lib/components/atoms/icons/MaiaSettingsProject.js +111 -0
- package/lib/components/atoms/icons/MaiaSettingsProjectV2.js +193 -0
- package/lib/components/atoms/icons/MaiaSparkleIcon.js +75 -0
- package/lib/components/atoms/icons/MaiaStoreIcon.js +31 -0
- package/lib/components/atoms/icons/Mp3File.js +39 -0
- package/lib/components/atoms/icons/Mp4File.js +39 -0
- package/lib/components/atoms/icons/MyAgentsNavIcon.js +51 -0
- package/lib/components/atoms/icons/NewChat.js +29 -0
- package/lib/components/atoms/icons/NotionIcon.js +36 -0
- package/lib/components/atoms/icons/OgaFile.js +39 -0
- package/lib/components/atoms/icons/OggFile.js +39 -0
- package/lib/components/atoms/icons/PdfFile.js +39 -0
- package/lib/components/atoms/icons/PlusIcon.js +29 -0
- package/lib/components/atoms/icons/PptFile.js +47 -0
- package/lib/components/atoms/icons/PptxFile.js +49 -0
- package/lib/components/atoms/icons/RetryIcon.js +34 -0
- package/lib/components/atoms/icons/SkillCreatedByIcon.js +20 -0
- package/lib/components/atoms/icons/SkillIcon.js +30 -0
- package/lib/components/atoms/icons/SkillVisibilityEveryoneIcon.js +23 -0
- package/lib/components/atoms/icons/SkillVisibilityOnlyMeIcon.js +23 -0
- package/lib/components/atoms/icons/SkillsNavIcon.js +24 -0
- package/lib/components/atoms/icons/SubtaskIcon.js +36 -0
- package/lib/components/atoms/icons/TaskLinkIcon.js +27 -0
- package/lib/components/atoms/icons/TelescopeIcon.js +60 -0
- package/lib/components/atoms/icons/TemplateGradientIcon.js +42 -0
- package/lib/components/atoms/icons/TextFile.js +41 -0
- package/lib/components/atoms/icons/WavFile.js +39 -0
- package/lib/components/atoms/icons/WebmFile.js +50 -0
- package/lib/components/atoms/icons/XlsFile.js +42 -0
- package/lib/components/atoms/icons/XlsxFile.js +42 -0
- package/lib/components/atoms/icons/index.js +54 -0
- package/lib/components/atoms/index.js +42 -0
- package/lib/components/index.js +11 -0
- package/lib/components/molecules/AbmSection/AbmAccessibilitySection/AbmAccessibilitySection.interface.js +2 -0
- package/lib/components/molecules/AbmSection/AbmAccessibilitySection/AbmAccessibilitySection.js +236 -0
- package/lib/components/molecules/AbmSection/AbmAccessibilitySection/AbmAccessibilitySection.styles.js +53 -0
- package/lib/components/molecules/AbmSection/AbmGeneralSection.js +415 -0
- package/lib/components/molecules/AbmSection/AbmGeneralSection.styles.js +152 -0
- package/lib/components/molecules/AbmSection/AbmKnowledgeSection.js +374 -0
- package/lib/components/molecules/AbmSection/AbmKnowledgeSection.styles.js +106 -0
- package/lib/components/molecules/AbmSection/AbmLoaderFiles.js +92 -0
- package/lib/components/molecules/AbmSection/AbmLoaderFiles.styles.js +57 -0
- package/lib/components/molecules/AbmSection/index.js +4 -0
- package/lib/components/molecules/ChatAIClientSelector/ChatAIClientSelector.js +52 -0
- package/lib/components/molecules/ChatAIClientSelector/index.js +2 -0
- package/lib/components/molecules/ChatAIContent/ChatAIContent.js +119 -0
- package/lib/components/molecules/ChatAIContent/ChatAIContent.skeleton.js +187 -0
- package/lib/components/molecules/ChatAIContent/ChatAIContent.styles.js +6 -0
- package/lib/components/molecules/ChatAIContent/index.js +2 -0
- package/lib/components/molecules/ChatAIHistory/ChatAIHistory.js +241 -0
- package/lib/components/molecules/ChatAIHistory/index.js +2 -0
- package/lib/components/molecules/ChatAIHistory/styles.js +22 -0
- package/lib/components/molecules/ChatAIHome/ChatAIHome.js +649 -0
- package/lib/components/molecules/ChatAIHome/ChatAIHomeMaiaker.js +115 -0
- package/lib/components/molecules/ChatAIHome/ChatAIHomeMaiaker.styles.js +95 -0
- package/lib/components/molecules/ChatAIHome/index.js +2 -0
- package/lib/components/molecules/ChatAIHome/styles.js +335 -0
- package/lib/components/molecules/ChatAIMessages/ChatAICreateAgentActions.js +137 -0
- package/lib/components/molecules/ChatAIMessages/ChatAIMessages.js +853 -0
- package/lib/components/molecules/ChatAIMessages/ChatAISuggestions.js +47 -0
- package/lib/components/molecules/ChatAIMessages/ChatAISuggestions.styles.js +37 -0
- package/lib/components/molecules/ChatAIMessages/README.md +101 -0
- package/lib/components/molecules/ChatAIMessages/index.js +2 -0
- package/lib/components/molecules/ChatAIMessages/newStyles.js +131 -0
- package/lib/components/molecules/ChatAIMessages/styles.js +94 -0
- package/lib/components/molecules/ChatAIModal/ChatAIModal.js +1254 -0
- package/lib/components/molecules/ChatAIModal/ChatAIModal.styles.js +58 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiAgentOptions/ChatAiAgentOptions.js +127 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiAgentOptions/ChatAiAgentOptions.styles.js +34 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiAgentOptions/index.js +2 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalFooter/ChatAiModalFooter.js +189 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalFooter/ChatAiModalFooter.styles.js +26 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalFooter/index.js +2 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalHeader/ChatAiModalHeader.js +453 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalHeader/ChatAiModalHeader.styles.js +108 -0
- package/lib/components/molecules/ChatAIModal/components/ChatAiModalHeader/index.js +2 -0
- package/lib/components/molecules/ChatAIModal/components/MaiaMinimizedPill/MaiaMinimizedPill.js +48 -0
- package/lib/components/molecules/ChatAIModal/components/MaiaMinimizedPill/MaiaMinimizedPill.styles.js +38 -0
- package/lib/components/molecules/ChatAIModal/components/MaiaMinimizedPill/index.js +2 -0
- package/lib/components/molecules/ChatAIModal/constants.js +40 -0
- package/lib/components/molecules/ChatAIModal/floatingPanelMotion/FloatingPanelMotion.js +16 -0
- package/lib/components/molecules/ChatAIModal/floatingPanelMotion/FloatingPanelMotion.styles.js +12 -0
- package/lib/components/molecules/ChatAIModal/floatingPanelMotion/constants.js +13 -0
- package/lib/components/molecules/ChatAIModal/floatingPanelMotion/index.js +3 -0
- package/lib/components/molecules/ChatAIModal/floatingPanelMotion/useFloatingPanelDragTilt.js +57 -0
- package/lib/components/molecules/ChatAIModal/index.js +2 -0
- package/lib/components/molecules/ChatAIModal/layout.js +74 -0
- package/lib/components/molecules/ChatAIMyAgents/ChatAIMyAgents.js +457 -0
- package/lib/components/molecules/ChatAIMyAgents/ChatAIMyAgents.styles.js +218 -0
- package/lib/components/molecules/ChatAIMySkills/ChatAIMySkills.js +430 -0
- package/lib/components/molecules/ChatAIMySkills/ChatAIMySkills.styles.js +169 -0
- package/lib/components/molecules/ChatAIMySkills/index.js +2 -0
- package/lib/components/molecules/ChatAIProjectSelector/ChatAIProjectSelector.js +48 -0
- package/lib/components/molecules/ChatAIProjectSelector/ChatAIProjectSelector.styles.js +49 -0
- package/lib/components/molecules/ChatAIProjectSelector/index.js +2 -0
- package/lib/components/molecules/ChatFooter/ChatFooter.js +337 -0
- package/lib/components/molecules/ChatFooter/ChatFooterCorAccess.js +32 -0
- package/lib/components/molecules/ChatFooter/ChatFooterCorAccess.styles.js +14 -0
- package/lib/components/molecules/ChatFooter/ChatFooterFaqs.js +201 -0
- package/lib/components/molecules/ChatFooter/ChatFooterFaqs.styles.js +51 -0
- package/lib/components/molecules/ChatFooter/index.js +2 -0
- package/lib/components/molecules/ChatFooter/styles.js +23 -0
- package/lib/components/molecules/ContextMentionInput/ContextMentionInput.js +60 -0
- package/lib/components/molecules/ContextMentionInput/ContextMentionInput.styles.js +6 -0
- package/lib/components/molecules/ContextMentionInput/index.js +2 -0
- package/lib/components/molecules/MessageFeedback/MessageFeedback.js +118 -0
- package/lib/components/molecules/MessageFeedback/index.js +2 -0
- package/lib/components/molecules/MessageFeedback/styles.js +14 -0
- package/lib/components/molecules/ProjectSummaryChat/ProjectSummaryChat.js +127 -0
- package/lib/components/molecules/ProjectSummaryChat/index.js +2 -0
- package/lib/components/molecules/ProjectSummaryChat/styles.js +8 -0
- package/lib/components/molecules/ProjectSummaryConfig/ProjectSummaryConfig.js +152 -0
- package/lib/components/molecules/ProjectSummaryConfig/index.js +2 -0
- package/lib/components/molecules/ProjectSummaryConfig/styles.js +86 -0
- package/lib/components/molecules/ProjectSummaryContent/ProjectSummaryContent.js +49 -0
- package/lib/components/molecules/ProjectSummaryContent/index.js +2 -0
- package/lib/components/molecules/ProjectSummaryModal/ProjectSummaryModal.js +19 -0
- package/lib/components/molecules/ProjectSummaryModal/index.js +2 -0
- package/lib/components/molecules/ProjectSummaryModal/styles.js +2 -0
- package/lib/components/molecules/Sidebar/Sidebar.js +716 -0
- package/lib/components/molecules/Sidebar/Sidebar.layout.styles.js +157 -0
- package/lib/components/molecules/Sidebar/Sidebar.skeleton.js +48 -0
- package/lib/components/molecules/Sidebar/Sidebar.styles.js +75 -0
- package/lib/components/molecules/Sidebar/index.js +2 -0
- package/lib/components/organisms/AbmAgentModal/AbmAgentModal.js +1449 -0
- package/lib/components/organisms/AbmAgentModal/AbmAgentModal.styles.js +93 -0
- package/lib/components/organisms/AbmAgentModal/index.js +2 -0
- package/lib/components/organisms/AbmSkillGenerateModal/AbmSkillGenerateModal.js +182 -0
- package/lib/components/organisms/AbmSkillGenerateModal/AbmSkillGenerateModal.styles.js +34 -0
- package/lib/components/organisms/AbmSkillGenerateModal/index.js +2 -0
- package/lib/components/organisms/AbmSkillModal/AbmSkillModal.js +585 -0
- package/lib/components/organisms/AbmSkillModal/AbmSkillModal.styles.js +154 -0
- package/lib/components/organisms/AbmSkillModal/index.js +2 -0
- package/lib/components/organisms/ChatAI/ChatAI.js +167 -0
- package/lib/components/organisms/ChatAI/index.js +2 -0
- package/lib/components/organisms/ChatAI/styles.js +7 -0
- package/lib/components/organisms/ClientAIButton/ClientAIButton.js +23 -0
- package/lib/components/organisms/ClientAIButton/index.js +2 -0
- package/lib/components/organisms/DeleteAgentModal/DeleteAgentModal.js +86 -0
- package/lib/components/organisms/DeleteAgentModal/DeleteAgentModal.styles.js +39 -0
- package/lib/components/organisms/DeleteAgentModal/index.js +2 -0
- package/lib/components/organisms/DeleteQuestionModal/DeleteQuestionModal.js +122 -0
- package/lib/components/organisms/DeleteQuestionModal/DeleteQuestionModal.styles.js +47 -0
- package/lib/components/organisms/DeleteQuestionModal/index.js +2 -0
- package/lib/components/organisms/EditQuestionModal/EditQuestionModal.js +138 -0
- package/lib/components/organisms/EditQuestionModal/EditQuestionModal.styles.js +69 -0
- package/lib/components/organisms/EditQuestionModal/index.js +2 -0
- package/lib/components/organisms/ModalFileExceeds/ModalFileExceeds.js +113 -0
- package/lib/components/organisms/ModalFileExceeds/ModalFileExceeds.styles.js +54 -0
- package/lib/components/organisms/ModalFileExceeds/index.js +2 -0
- package/lib/components/organisms/ProjectAIButton/ProjectAIButton.js +26 -0
- package/lib/components/organisms/ProjectAIButton/index.js +2 -0
- package/lib/components/organisms/ProjectSummary/ProjectSummary.js +60 -0
- package/lib/components/organisms/ProjectSummary/index.js +2 -0
- package/lib/components/organisms/ProjectSummary/styles.js +7 -0
- package/lib/components/organisms/SnackBar/Snackbar.interface.js +2 -0
- package/lib/components/organisms/SnackBar/Snackbar.js +73 -0
- package/lib/components/organisms/SnackBar/Snackbar.styles.js +9 -0
- package/lib/components/organisms/SnackBar/index.js +2 -0
- package/lib/components/organisms/SourcesInformation/SourceItem.js +18 -0
- package/lib/components/organisms/SourcesInformation/SourceItem.styles.js +14 -0
- package/lib/components/organisms/SourcesInformation/SourcesInformationModal.js +66 -0
- package/lib/components/organisms/SourcesInformation/SourcesInformationModal.styles.js +27 -0
- package/lib/components/organisms/SourcesInformation/index.js +2 -0
- package/lib/constants/config.js +10 -0
- package/lib/constants/formatExtensions.js +55 -0
- package/lib/constants/gqlClient.js +4 -0
- package/lib/constants/maiaHourAgentAccess.js +15 -0
- package/lib/constants/maiaTaskPanelAccess.js +24 -0
- package/lib/constants/maiaTaskPanelOutsideClick.js +9 -0
- package/lib/constants/maiaTaskPanelZIndex.js +19 -0
- package/lib/constants/permissions/config.js +72 -0
- package/lib/constants/permissions/index.js +3 -0
- package/lib/constants/permissions/types.js +2 -0
- package/lib/constants/permissions/utils.js +18 -0
- package/lib/constants/plannerSyncEvents.js +15 -0
- package/lib/constants/taskLinkIcon.js +15 -0
- package/lib/constants/taskUrls.js +11 -0
- package/lib/context/cor-user.js +31 -0
- package/lib/context/global-context.js +39 -0
- package/lib/dev/DevChatAI.js +101 -0
- package/lib/dev/DevContextMentionInput.js +67 -0
- package/lib/dev/ProjectSummary.js +9 -0
- package/lib/dev/Providers.js +27 -0
- package/lib/exports.js +2 -0
- package/lib/hooks/README.md +192 -0
- package/lib/hooks/index.js +30 -0
- package/lib/hooks/useAccessClient/index.js +2 -0
- package/lib/hooks/useAccessClient/useAccessClient.js +81 -0
- package/lib/hooks/useAgentModel/index.js +2 -0
- package/lib/hooks/useAgentModel/useAgentModel.js +62 -0
- package/lib/hooks/useAgentModel/useCreateAgent.js +175 -0
- package/lib/hooks/useAgentModel/useDeleteAgent.js +88 -0
- package/lib/hooks/useAgentModel/useUpdateAgent.js +176 -0
- package/lib/hooks/useAgentSuggestions.js +60 -0
- package/lib/hooks/useCaretPosition.js +65 -0
- package/lib/hooks/useChatManager/index.js +2 -0
- package/lib/hooks/useChatManager/useChatManager.interface.js +2 -0
- package/lib/hooks/useChatManager/useChatManager.js +1782 -0
- package/lib/hooks/useChatMessages/index.js +2 -0
- package/lib/hooks/useChatMessages/useChatMessages.interface.js +2 -0
- package/lib/hooks/useChatMessages/useChatMessages.js +722 -0
- package/lib/hooks/useChats/index.js +2 -0
- package/lib/hooks/useChats/useChats.interfaces.js +2 -0
- package/lib/hooks/useChats/useChats.js +187 -0
- package/lib/hooks/useClientSearch.js +163 -0
- package/lib/hooks/useContextMentions.js +500 -0
- package/lib/hooks/useContextPinPopover.js +228 -0
- package/lib/hooks/useDebounce.js +18 -0
- package/lib/hooks/useEntitySearch.js +1053 -0
- package/lib/hooks/useEvent.js +94 -0
- package/lib/hooks/useFrequentlyAskedQuestions.js +150 -0
- package/lib/hooks/useFrequentlyUsedActions.js +94 -0
- package/lib/hooks/useKnowledge/deleteKnowledge.js +69 -0
- package/lib/hooks/useKnowledge/downloadKnowledge.js +81 -0
- package/lib/hooks/useKnowledge/index.js +4 -0
- package/lib/hooks/useKnowledge/saveKnowledge.js +107 -0
- package/lib/hooks/useKnowledge/useKnowledgeOperations.js +156 -0
- package/lib/hooks/useMaiaTaskPanelZIndex.js +17 -0
- package/lib/hooks/useMentionAllowedTypes.js +120 -0
- package/lib/hooks/useMentionPopover.js +342 -0
- package/lib/hooks/useMinimizedPillBottomOffset.js +110 -0
- package/lib/hooks/useModal/index.js +2 -0
- package/lib/hooks/useModal/useModal.interfaces.js +2 -0
- package/lib/hooks/useModal/useModal.js +47 -0
- package/lib/hooks/useOnboardingNavigation.js +20 -0
- package/lib/hooks/useOrchestratorStream/index.js +2 -0
- package/lib/hooks/useOrchestratorStream/useOrchestratorStream.interface.js +2 -0
- package/lib/hooks/useOrchestratorStream/useOrchestratorStream.js +269 -0
- package/lib/hooks/useProjectSearch.js +183 -0
- package/lib/hooks/useProjectSummary.js +101 -0
- package/lib/hooks/useProjectSummaryConfig.js +211 -0
- package/lib/hooks/useProjects.js +46 -0
- package/lib/hooks/useRecentClientsSearch.js +150 -0
- package/lib/hooks/useRecentContexts.js +86 -0
- package/lib/hooks/useResize.js +29 -0
- package/lib/hooks/useSkillsCatalog.js +66 -0
- package/lib/hooks/useSlashCommands.js +84 -0
- package/lib/hooks/useSmoothStreamText/index.js +2 -0
- package/lib/hooks/useSmoothStreamText/useSmoothStreamText.js +197 -0
- package/lib/hooks/useSnackBarManager/useSnackBarManager.js +41 -0
- package/lib/hooks/useStreamResponse.js +112 -0
- package/lib/hooks/useStreamdownStyles.js +13 -0
- package/lib/hooks/useStreamingMessage/index.js +2 -0
- package/lib/hooks/useStreamingMessage/useStreamingMessage.js +18 -0
- package/lib/hooks/useT.js +17 -0
- package/lib/hooks/useTabTaskDefault.js +33 -0
- package/lib/hooks/useTaskPanel.js +22 -0
- package/lib/hooks/useTextOverflowEllipsisTooltip.js +34 -0
- package/lib/hooks/useToggle.js +19 -0
- package/lib/hooks/useToggleFavorite/index.js +2 -0
- package/lib/hooks/useToggleFavorite/useToggleFavorite.js +83 -0
- package/lib/index.css +76 -0
- package/lib/index.js +30 -0
- package/lib/lang/br/index.js +793 -0
- package/lib/lang/en/index.js +793 -0
- package/lib/lang/es/index.js +794 -0
- package/lib/lang/fr/index.js +614 -0
- package/lib/lang/index.js +24 -0
- package/lib/lang/utils.js +33 -0
- package/lib/mocks/mockChats.js +395 -0
- package/lib/mocks/mockOrchestrator.js +5 -0
- package/lib/mocks/mockProject.js +11 -0
- package/lib/mocks/mockProjectSummary.js +6 -0
- package/lib/mocks/mockedUser.js +169 -0
- package/lib/services/apolloClient.js +3 -0
- package/lib/services/appcues.js +19 -0
- package/lib/services/corpilot/ProjectSummary/getProjectSummary.js +31 -0
- package/lib/services/corpilot/ProjectSummary/index.js +5 -0
- package/lib/services/corpilot/client.js +27 -0
- package/lib/services/corpilot/index.js +5 -0
- package/lib/services/maia/Access/updateAccess.js +59 -0
- package/lib/services/maia/Actions/getFrequentlyUsedActions.js +46 -0
- package/lib/services/maia/Actions/getSlashCommands.js +39 -0
- package/lib/services/maia/Actions/index.js +7 -0
- package/lib/services/maia/Agents/connectors.js +250 -0
- package/lib/services/maia/Agents/createAgent.js +39 -0
- package/lib/services/maia/Agents/deleteAgent.js +38 -0
- package/lib/services/maia/Agents/fetchAgentDetail.js +122 -0
- package/lib/services/maia/Agents/getAgentById.js +162 -0
- package/lib/services/maia/Agents/getAgentModels.js +112 -0
- package/lib/services/maia/Agents/getAgentSuggestions.js +44 -0
- package/lib/services/maia/Agents/getAgents.js +718 -0
- package/lib/services/maia/Agents/setAgentToolGroups.js +42 -0
- package/lib/services/maia/Agents/toggleFavorite.js +34 -0
- package/lib/services/maia/Agents/updateAgent.js +39 -0
- package/lib/services/maia/Chats/deleteChat.js +32 -0
- package/lib/services/maia/Chats/getChatMessages.js +144 -0
- package/lib/services/maia/Chats/getChatsByUserId.js +82 -0
- package/lib/services/maia/Chats/index.js +15 -0
- package/lib/services/maia/Chats/markSessionAsRead.js +32 -0
- package/lib/services/maia/Chats/patchChat.js +43 -0
- package/lib/services/maia/Chats/wasHelpfulChat.js +31 -0
- package/lib/services/maia/Faqs/getFrequentlyAskedQuestions.js +55 -0
- package/lib/services/maia/Faqs/index.js +5 -0
- package/lib/services/maia/Knowledge/delete.js +41 -0
- package/lib/services/maia/Knowledge/download.js +48 -0
- package/lib/services/maia/Knowledge/index.js +3 -0
- package/lib/services/maia/Knowledge/save.js +43 -0
- package/lib/services/maia/Orchestrator/index.js +7 -0
- package/lib/services/maia/Orchestrator/orchestrator.js +246 -0
- package/lib/services/maia/RecentClients/getRecentClients.js +43 -0
- package/lib/services/maia/RecentClients/index.js +6 -0
- package/lib/services/maia/RecentContexts/getRecentContexts.js +54 -0
- package/lib/services/maia/RecentContexts/index.js +6 -0
- package/lib/services/maia/RecentProjects/getRecentProjects.js +55 -0
- package/lib/services/maia/RecentProjects/index.js +6 -0
- package/lib/services/maia/RecentTasks/getRecentTasks.js +54 -0
- package/lib/services/maia/RecentTasks/index.js +6 -0
- package/lib/services/maia/RecentUsers/getRecentUsers.js +59 -0
- package/lib/services/maia/RecentUsers/index.js +6 -0
- package/lib/services/maia/Skills/createSkill.js +39 -0
- package/lib/services/maia/Skills/deleteSkill.js +38 -0
- package/lib/services/maia/Skills/generateSkill.js +41 -0
- package/lib/services/maia/Skills/getSkills.js +120 -0
- package/lib/services/maia/Skills/updateSkill.js +39 -0
- package/lib/services/maia/client.js +27 -0
- package/lib/services/maia/index.js +17 -0
- package/lib/services/query/ClientSearchQuery.js +5 -0
- package/lib/services/query/entitySearchQuery.js +18 -0
- package/lib/services/query/index.js +2 -0
- package/lib/services/query/projectSearchByValueQuery.js +5 -0
- package/lib/services/query/taskUserTabQuery.js +8 -0
- package/lib/services/query/usersDirectoryQuery.js +19 -0
- package/lib/services/types.js +6 -0
- package/lib/services/utils/fetchCOR.js +117 -0
- package/lib/services/utils/getCookie.js +10 -0
- package/lib/services/utils/index.js +3 -0
- package/lib/services/utils/mapChatMessages.js +287 -0
- package/lib/services/utils/validateIsMaia.js +4 -0
- package/lib/store/chatsSidebarOptimistic.js +92 -0
- package/lib/store/chatsStore.types.js +2 -0
- package/lib/store/chatsStoreLifecycle.js +8 -0
- package/lib/store/faqsStore.types.js +2 -0
- package/lib/store/index.js +4 -0
- package/lib/store/maiaLastChatPersistence.js +35 -0
- package/lib/store/sessions/activeView.js +22 -0
- package/lib/store/sessions/index.js +9 -0
- package/lib/store/sessions/sessionHitlContext.js +15 -0
- package/lib/store/sessions/sessionNotificationSound.js +57 -0
- package/lib/store/sessions/sessionNotifications.js +110 -0
- package/lib/store/sessions/sessionNotifications.types.js +2 -0
- package/lib/store/sessions/sessionStreamManager.js +715 -0
- package/lib/store/sessions/sessionStreamingText.js +80 -0
- package/lib/store/sessions/sessions.types.js +35 -0
- package/lib/store/sessions/useSessionMeta.js +39 -0
- package/lib/store/sessions/useSessionStreamingText.js +18 -0
- package/lib/store/sessions/useSessionsStore.js +197 -0
- package/lib/store/useChatsStore.js +387 -0
- package/lib/store/useFaqsStore.js +27 -0
- package/lib/streamdownStyles.js +9 -0
- package/lib/styles/StyledCleanContainer.js +7 -0
- package/lib/styles/cascade.js +14 -0
- package/lib/styles/config.js +47 -0
- package/lib/styles/shared/scrollable.js +3 -0
- package/lib/styles/transitions.js +21 -0
- package/lib/types/Action.js +2 -0
- package/lib/types/AgentSuggestion.js +2 -0
- package/lib/types/Chat.js +10 -0
- package/lib/types/Client.js +2 -0
- package/lib/types/FrequentlyAskedQuestion.js +2 -0
- package/lib/types/Project.js +2 -0
- package/lib/types/ProjectSummaryConfigKeys.js +9 -0
- package/lib/types/Task.js +2 -0
- package/lib/types/agent.js +2 -0
- package/lib/types/agentModal.js +2 -0
- package/lib/types/contextMention.js +37 -0
- package/lib/types/global.d.js +2 -0
- package/lib/types/skill.js +2 -0
- package/lib/types/streamActivity.js +2 -0
- package/lib/types/userType.d.js +2 -0
- package/lib/utils/actionCategoryMap.js +37 -0
- package/lib/utils/actionIconMap.js +61 -0
- package/lib/utils/agentDisplayName.js +42 -0
- package/lib/utils/chatInputFiles.js +52 -0
- package/lib/utils/contextMentionIcons.js +134 -0
- package/lib/utils/contextMentionLabel.js +4 -0
- package/lib/utils/contextMentionTriggers.js +51 -0
- package/lib/utils/contextMentionTypeLabel.js +17 -0
- package/lib/utils/corConnectorMentionTypes.js +41 -0
- package/lib/utils/ensureStreamdownStyles.js +21 -0
- package/lib/utils/entityLinkRender.js +135 -0
- package/lib/utils/fileDownloadHelper.js +40 -0
- package/lib/utils/formatQuickActionMessage.js +16 -0
- package/lib/utils/formatUnreadCount.js +6 -0
- package/lib/utils/getUnitFileSize.js +13 -0
- package/lib/utils/hitlAnalytics.js +65 -0
- package/lib/utils/hoursPlannerQuickActionType.js +64 -0
- package/lib/utils/imagePreprocessor.js +108 -0
- package/lib/utils/index.js +3 -0
- package/lib/utils/maiaHostOpen.js +19 -0
- package/lib/utils/maiaStreamdownRehypePlugins.js +27 -0
- package/lib/utils/mapBackendLang.js +8 -0
- package/lib/utils/normalizeAgentConnectors.js +95 -0
- package/lib/utils/openTaskInCorPanel.js +22 -0
- package/lib/utils/orchestratorSubagents.js +11 -0
- package/lib/utils/renderContextMentions.js +420 -0
- package/lib/utils/retryCompletion.js +85 -0
- package/lib/utils/slashCommandMarker.js +30 -0
- package/lib/utils/sortManagerHoursHomeFuas.js +14 -0
- package/lib/utils/sseStreamContent.js +17 -0
- package/lib/utils/streamActivityMessages.js +359 -0
- package/lib/utils/validateTrimmedFields.js +8 -0
- package/package.json +1 -1
- package/README.md +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,656 @@
|
|
|
1
|
+
## [2.30.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.29.0...v2.30.0) (2026-09-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add retry button to regenerate assistant replies ([054ed9e](https://github.com/ProjectCORTeam/maia-components/commit/054ed9e6984eeeea8112e9c04b9de678e61f7509))
|
|
7
|
+
* Enhance RetryIcon component with customizable dimensions and color ([238a237](https://github.com/ProjectCORTeam/maia-components/commit/238a23751de260237eb0d08d1b2f006f8f809108))
|
|
8
|
+
* Enhance stream handling by capturing partial responses on stop ([394d33f](https://github.com/ProjectCORTeam/maia-components/commit/394d33f3ac38968b885425d6d5fc496810c574ef))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Fall back to orchestrator when retry turn is missing ([4dab72f](https://github.com/ProjectCORTeam/maia-components/commit/4dab72f4bb09d2eb14c3351e7ea0c0493ff50da8))
|
|
14
|
+
|
|
15
|
+
## [2.29.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.28.0...v2.29.0) (2026-08-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* Raise ppt/pptx chat attachment limit to 30MB ([3d87d9c](https://github.com/ProjectCORTeam/maia-components/commit/3d87d9cbc6066d2b51bbf8a362cfcfe71791d149))
|
|
21
|
+
|
|
22
|
+
## [2.28.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.27.1...v2.28.0) (2026-08-26)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* Introduce sorting utility for manager hours FUAs in ChatAIHome ([f8f499e](https://github.com/ProjectCORTeam/maia-components/commit/f8f499e36ceb34ab784cb597ce67847502cbf869))
|
|
28
|
+
|
|
29
|
+
### [2.27.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.27.0...v2.27.1) (2026-08-26)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* Correct markChatAsRead invocation in useChatMessages hook ([63d9018](https://github.com/ProjectCORTeam/maia-components/commit/63d9018979a380c1b8d6025dee2ede26b2497e5b))
|
|
35
|
+
* Update layout and spacing in ChatAI components ([7512cb9](https://github.com/ProjectCORTeam/maia-components/commit/7512cb908225a29becbe30fdb0fcf4e205020b50))
|
|
36
|
+
|
|
37
|
+
## [2.27.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.26.2...v2.27.0) (2026-08-26)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* add re-measurement delays for minimized pill positioning ([4dbef52](https://github.com/ProjectCORTeam/maia-components/commit/4dbef5280f53e21be497f058d6a7763655c5697a))
|
|
43
|
+
* Add SessionGeneratingDot component for indicating session activity ([1b26150](https://github.com/ProjectCORTeam/maia-components/commit/1b26150dcd5987beed99c3b12e4876b38d0c7516))
|
|
44
|
+
* Enhance chat fetching with background loading support ([0b52289](https://github.com/ProjectCORTeam/maia-components/commit/0b52289828dd3389f7a3530f57bea816c85bd057))
|
|
45
|
+
* Enhance chat session management with HITL context support ([0492227](https://github.com/ProjectCORTeam/maia-components/commit/04922273d021f69a49174cc8938b53b8d5299518))
|
|
46
|
+
* Enhance chat session management with improved scrolling and message loading behavior ([9d492e8](https://github.com/ProjectCORTeam/maia-components/commit/9d492e81084fa17084399ee0d53529ded3ad8116))
|
|
47
|
+
* Enhance chat session management with sidebar integration ([558c89c](https://github.com/ProjectCORTeam/maia-components/commit/558c89c45d15d97d26a04ce09247ab3ca3080bb9))
|
|
48
|
+
* enhance ChatAIModal and ChatAI components with host integration ([aba45a2](https://github.com/ProjectCORTeam/maia-components/commit/aba45a2619310954e74b80d6fd68a30fd9af945a))
|
|
49
|
+
* enhance MaiaMinimizedPill positioning and introduce bottom offset logic ([55cb299](https://github.com/ProjectCORTeam/maia-components/commit/55cb299d2758b3f5f0a9aab8f6f74642f26dcdaf))
|
|
50
|
+
* enhance SessionGeneratingDot and MaiaMinimizedPill components ([b4a0d8f](https://github.com/ProjectCORTeam/maia-components/commit/b4a0d8fb6694b8d78de94b15a3bf00fc4565bf82))
|
|
51
|
+
* Implement session management and streaming functionality ([bdbeb31](https://github.com/ProjectCORTeam/maia-components/commit/bdbeb31ec205f6e09ce21ea8f2feba1754fe8d92))
|
|
52
|
+
* Implement sidebar session management and enhance chat state handling ([8149803](https://github.com/ProjectCORTeam/maia-components/commit/81498037fca760cbb6d6ee7962ab0ff4f25c0359))
|
|
53
|
+
* integrate amplitude events for chat minimization and restoration ([9117971](https://github.com/ProjectCORTeam/maia-components/commit/9117971f41b707d1e66b848d0450052171b4d5d0))
|
|
54
|
+
* Introduce SessionUnreadDot component for unread message indication ([5d93c78](https://github.com/ProjectCORTeam/maia-components/commit/5d93c7861b1c72d23b2f137a5a02721bccd23dc2))
|
|
55
|
+
* maia minimized ([2be38a7](https://github.com/ProjectCORTeam/maia-components/commit/2be38a7999a9d335ed25ec1be0c0bbfae491b3c0))
|
|
56
|
+
* maia minimized ([21fbee1](https://github.com/ProjectCORTeam/maia-components/commit/21fbee1ccaa941ea16f631841d9c038b56bdde9e))
|
|
57
|
+
* restore pacakge ([2f38040](https://github.com/ProjectCORTeam/maia-components/commit/2f38040e798b4664fc2d3291c1d2b4be1304162d))
|
|
58
|
+
* show unread sessions bell in chat sidebar ([4b09f0f](https://github.com/ProjectCORTeam/maia-components/commit/4b09f0f2fc71c11b69d53dfb07653d4724c861f0))
|
|
59
|
+
|
|
60
|
+
### [2.26.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.26.1...v2.26.2) (2026-08-20)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* centralize Streamdown styles with MaiaStreamdown wrapper ([a21e9b0](https://github.com/ProjectCORTeam/maia-components/commit/a21e9b06629c28141f412374d5d141502f8baca0))
|
|
66
|
+
* correct import order in AttachmentPreviewModal ([e277a1e](https://github.com/ProjectCORTeam/maia-components/commit/e277a1e517743ce6661031da8e3c7199574853aa))
|
|
67
|
+
|
|
68
|
+
### [2.26.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.26.0...v2.26.1) (2026-08-20)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* render Streamdown bold without Tailwind ([ddd9a88](https://github.com/ProjectCORTeam/maia-components/commit/ddd9a882eb49eb4e63448e3c4b79467f339e3b49))
|
|
74
|
+
|
|
75
|
+
## [2.26.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.25.1...v2.26.0) (2026-08-20)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* add mention trigger functionality and new icons for input component ([27d54d2](https://github.com/ProjectCORTeam/maia-components/commit/27d54d2204810c419c301f4fd9d216c492352af5))
|
|
81
|
+
* enhance Chip and MAIAInput components with new icons and styling improvements ([c919e7b](https://github.com/ProjectCORTeam/maia-components/commit/c919e7b98645218c2b4508159c3871c5f19f2c51))
|
|
82
|
+
* enhance input component with slash command functionality and new icons ([c88e1a5](https://github.com/ProjectCORTeam/maia-components/commit/c88e1a5fb8054936994e8b42da6aefca6cfc3a56))
|
|
83
|
+
* enhance slash command dropdown functionality and styling ([5600294](https://github.com/ProjectCORTeam/maia-components/commit/5600294eea355c6d6bd2d8f67f73f08ff4b5fa2c))
|
|
84
|
+
* refactor Chip component to resolve leading icon logic ([ec80c91](https://github.com/ProjectCORTeam/maia-components/commit/ec80c9139404c64db9c3c5e935e7bc9f189dc78e))
|
|
85
|
+
|
|
86
|
+
### [2.25.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.25.0...v2.25.1) (2026-08-14)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* align jszip override with the direct dependency ([2eaccc0](https://github.com/ProjectCORTeam/maia-components/commit/2eaccc049ed8d002f8027aa6355e69742cf9e8df))
|
|
92
|
+
* preview pptx attachments and use dedicated ppt/pptx icons ([4af809b](https://github.com/ProjectCORTeam/maia-components/commit/4af809b2501c3eab67c48d118d31c5316f09f1a2))
|
|
93
|
+
|
|
94
|
+
## [2.25.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.24.0...v2.25.0) (2026-08-14)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Features
|
|
98
|
+
|
|
99
|
+
* allow ppt and pptx in chat attachments and knowledge ([eae7108](https://github.com/ProjectCORTeam/maia-components/commit/eae7108eb899a54bc19801cb7a1626ba72d8b99a))
|
|
100
|
+
|
|
101
|
+
## [2.24.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.23.1...v2.24.0) (2026-08-14)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
* paste and drop files in MAIA chat input ([cc4d1ca](https://github.com/ProjectCORTeam/maia-components/commit/cc4d1cab0ada8e21d90d40a56309a0b543afcd40))
|
|
107
|
+
|
|
108
|
+
### [2.23.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.23.0...v2.23.1) (2026-08-13)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* gate marketplace UI on MULTI_AGENTS flag ([e27c462](https://github.com/ProjectCORTeam/maia-components/commit/e27c4623e4d6fdecfb78d9f2ae54966fba6a737f))
|
|
114
|
+
* replace MAIA_MARKETPLACE_MAIAKER with MAIA_MARKETPLACE ([0fd514e](https://github.com/ProjectCORTeam/maia-components/commit/0fd514efc6cc5aaa713ac77c1d7432a65128b783))
|
|
115
|
+
|
|
116
|
+
## [2.23.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.22.2...v2.23.0) (2026-08-12)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* add 'My Skills' navigation option to Sidebar component based on user permissions ([3a0f7be](https://github.com/ProjectCORTeam/maia-components/commit/3a0f7be31811b2ff0f70dbfd083b863355aab069))
|
|
122
|
+
* add company-scoped Skills with on-demand agent injection ([69e74f0](https://github.com/ProjectCORTeam/maia-components/commit/69e74f0421cdab244905c7e9a98fe0aca16bea81))
|
|
123
|
+
* Add skill mention functionality and related UI components ([d333ae7](https://github.com/ProjectCORTeam/maia-components/commit/d333ae71d571d215af4c214693ba2ef1ef4a2670))
|
|
124
|
+
* enable MAIA_SKILLS_ACCESS and integrate skills permission checks in Sidebar and mention hooks ([982b7ed](https://github.com/ProjectCORTeam/maia-components/commit/982b7ed35d826db8df697ee1f40f7b524350c98c))
|
|
125
|
+
* Enhance skill mention functionality with improved search and UI messages ([b3ffbc0](https://github.com/ProjectCORTeam/maia-components/commit/b3ffbc01f389b369cc786308c169b73ed4bb13a5))
|
|
126
|
+
* Implement skill query validation and enhance user feedback in ContextMentionPopover ([3df7f77](https://github.com/ProjectCORTeam/maia-components/commit/3df7f77612a5f9d3675186343a19d466b591be17))
|
|
127
|
+
* restrict skills visibility in sidebar to company 2336 ([986de4e](https://github.com/ProjectCORTeam/maia-components/commit/986de4ea9737689f2207f797f942062966038c32))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* disable skills view in Sidebar component by setting canViewSkills to false ([752febf](https://github.com/ProjectCORTeam/maia-components/commit/752febf94e73ff03191d0cb415507fb6bf644484))
|
|
133
|
+
* solved gemini comments ([12b0b26](https://github.com/ProjectCORTeam/maia-components/commit/12b0b2654e9d4e38373a1c114711022e66e7b287))
|
|
134
|
+
* update canViewSkills logic in Sidebar component to use permissions check ([4c0d276](https://github.com/ProjectCORTeam/maia-components/commit/4c0d2761f6f51a049647f93f518302e3c95b214e))
|
|
135
|
+
* Update mention regex and allowed types to include 'skill' for improved context handling ([27b844e](https://github.com/ProjectCORTeam/maia-components/commit/27b844e741145de47079eb35f3efdd7a59afb7d7))
|
|
136
|
+
* Update Spanish translation for skill query length message ([be1362c](https://github.com/ProjectCORTeam/maia-components/commit/be1362c7ffe5e9cbe1d7245f22f892affaabbba9))
|
|
137
|
+
* Upgrade maxLength to 20k ([15c5014](https://github.com/ProjectCORTeam/maia-components/commit/15c5014091ff51a87d2c7d04cc2ae86afb003ffa))
|
|
138
|
+
|
|
139
|
+
### [2.22.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.22.1...v2.22.2) (2026-08-12)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* update ChatAIHome component to refine planner home logic ([1dae5ca](https://github.com/ProjectCORTeam/maia-components/commit/1dae5caa6f2dbb7be4e2a552319309f70af3b7ef))
|
|
145
|
+
|
|
146
|
+
### [2.22.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.22.0...v2.22.1) (2026-08-12)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* update alignment and margin in ChatAIHome styles ([f6a5522](https://github.com/ProjectCORTeam/maia-components/commit/f6a5522a60de8abe81ad4bc0f270c8a53ad8957e))
|
|
152
|
+
|
|
153
|
+
## [2.22.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.21.0...v2.22.0) (2026-08-12)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
|
|
158
|
+
* add ACTION_CATEGORY_MAP hours ([9d048e5](https://github.com/ProjectCORTeam/maia-components/commit/9d048e52dbdb83a68e3315830558838b4d8d64d7))
|
|
159
|
+
* add MAIA Hour Agent feature access functionality ([608b0e2](https://github.com/ProjectCORTeam/maia-components/commit/608b0e2908bb185c1c212eebdbab226e5571aadd))
|
|
160
|
+
* Add new action icons and update localization for planner home ([4743dd9](https://github.com/ProjectCORTeam/maia-components/commit/4743dd94e69ef83d9bbf993d5d9d27237f0efd30))
|
|
161
|
+
* Add support for 'planner' section across components and services ([3aeb48a](https://github.com/ProjectCORTeam/maia-components/commit/3aeb48aeeb993ad2b8d9933e76703640e41bce5a))
|
|
162
|
+
* Enhance ChatAIHome component with vertical centering support ([b1254f7](https://github.com/ProjectCORTeam/maia-components/commit/b1254f71b0802130a3f4a7498ad58cbf4998f447))
|
|
163
|
+
* enhance FrequentlyUsedActions and ChatAIHome components for planner support ([e828fa3](https://github.com/ProjectCORTeam/maia-components/commit/e828fa329fbed1e46c5b2ab65c5c066baf260aa4))
|
|
164
|
+
* enhance FrequentlyUsedActions styling and functionality ([b48613f](https://github.com/ProjectCORTeam/maia-components/commit/b48613f11a63589314f78bbe7946726094adbcd4))
|
|
165
|
+
* Introduce MAIA hours charged event and related utilities ([db8fcc8](https://github.com/ProjectCORTeam/maia-components/commit/db8fcc83bc38ab00583972d44f2958dd96154eca))
|
|
166
|
+
|
|
167
|
+
## [2.21.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.20.0...v2.21.0) (2026-08-10)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* add deepLinkSendPendingRef to global context and components ([f71c1b1](https://github.com/ProjectCORTeam/maia-components/commit/f71c1b1e2bd9c1a8700b38021f7ee8fd0c1eea2a))
|
|
173
|
+
* add initialDraft prop for email deep links ([27439c1](https://github.com/ProjectCORTeam/maia-components/commit/27439c1bea2023bde91ac9d92742398db93a33aa))
|
|
174
|
+
|
|
175
|
+
## [2.20.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.19.1...v2.20.0) (2026-08-10)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Features
|
|
179
|
+
|
|
180
|
+
* add Word document preview support and update dependencies ([ca84d0c](https://github.com/ProjectCORTeam/maia-components/commit/ca84d0ca0de6147ca8a0561c551d344cdc1e59d6))
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* remove unused file type checks in AttachmentPreviewModal ([3c2b589](https://github.com/ProjectCORTeam/maia-components/commit/3c2b5894d340d626a0a8dbdc08ab362f0fde0c0e))
|
|
186
|
+
|
|
187
|
+
### [2.19.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.19.0...v2.19.1) (2026-08-05)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
* update custom agent warning conditions in ChatAiModalFooter ([3cc3748](https://github.com/ProjectCORTeam/maia-components/commit/3cc3748ae8c4d5b72add03872027d8148763ddfc))
|
|
193
|
+
|
|
194
|
+
## [2.19.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.18.0...v2.19.0) (2026-08-04)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Features
|
|
198
|
+
|
|
199
|
+
* add event tracking for task access changes in AbmAccessibilitySection ([d438a90](https://github.com/ProjectCORTeam/maia-components/commit/d438a907483c4229a91378ae08d3e2c80c373f1d))
|
|
200
|
+
|
|
201
|
+
## [2.18.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.17.0...v2.18.0) (2026-07-31)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* track Appcues event for My Agents in Sidebar ([37519f7](https://github.com/ProjectCORTeam/maia-components/commit/37519f780fcb9b12c47dab6c7eb34ff7c9c20693))
|
|
207
|
+
|
|
208
|
+
## [2.17.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.16.0...v2.17.0) (2026-07-30)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* add Reintentar suggestion chip on generic chat errors ([c84fb7a](https://github.com/ProjectCORTeam/maia-components/commit/c84fb7a9cfb22f6dedb49d6c87eae211c0fdb9de))
|
|
214
|
+
|
|
215
|
+
## [2.16.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.15.0...v2.16.0) (2026-07-30)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Features
|
|
219
|
+
|
|
220
|
+
* Add Appcues selectors for Sidebar My Agents functionality ([071f820](https://github.com/ProjectCORTeam/maia-components/commit/071f8206a43979525f23d8adf84508142864a765))
|
|
221
|
+
|
|
222
|
+
## [2.15.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.14.0...v2.15.0) (2026-07-30)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
* add CloseWhileGeneratingModal to handle user confirmation when closing during generation ([5589f98](https://github.com/ProjectCORTeam/maia-components/commit/5589f9845071a348784ed1b7b7ca865fa208baf9))
|
|
228
|
+
|
|
229
|
+
## [2.14.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.13.1...v2.14.0) (2026-07-30)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
* add new chat layout icons and enhance layout management ([f056e35](https://github.com/ProjectCORTeam/maia-components/commit/f056e35b798b93ccefd6f04911c8e305603348e0))
|
|
235
|
+
|
|
236
|
+
### [2.13.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.13.0...v2.13.1) (2026-07-30)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
* Update chat message handling to correctly extract connectors and agent type from session data ([e7dc979](https://github.com/ProjectCORTeam/maia-components/commit/e7dc9792280157414c086850497e543a11c679dd))
|
|
242
|
+
|
|
243
|
+
## [2.13.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.12.1...v2.13.0) (2026-07-30)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Features
|
|
247
|
+
|
|
248
|
+
* add CorAccessIcon and ChatFooterCorAccess components ([12dd910](https://github.com/ProjectCORTeam/maia-components/commit/12dd91078b24adb5fa547ef906786aeca8508315))
|
|
249
|
+
* add OptionCorPermission and Switch components with styles ([78023bc](https://github.com/ProjectCORTeam/maia-components/commit/78023bcd35624a4e0623e21a596d9ded88ec8f8c))
|
|
250
|
+
* Enhance agent creation and update hooks with connector management ([1a28ffb](https://github.com/ProjectCORTeam/maia-components/commit/1a28ffb34894521b06f5cf1b5f36bee50e06a6fd))
|
|
251
|
+
* Enhance dropdown behavior in AbmGeneralSection ([bb1ae81](https://github.com/ProjectCORTeam/maia-components/commit/bb1ae81eda0c0bdc5686f5913798d32bf5021caa))
|
|
252
|
+
* Enhance normalizeCorEntitySlug to support Spanish tool groups ([7c7e1a1](https://github.com/ProjectCORTeam/maia-components/commit/7c7e1a1e73788aa95d0e7ed4007c4be8f6dd9376))
|
|
253
|
+
* Improve dropdown functionality in AbmGeneralSection ([c0dacc4](https://github.com/ProjectCORTeam/maia-components/commit/c0dacc421698d05cf655c9aa62fe974cbbf2216a))
|
|
254
|
+
* Integrate task access management for agents ([24fc2bd](https://github.com/ProjectCORTeam/maia-components/commit/24fc2bda35e3b3887e071813b05056cafc1d4578))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Bug Fixes
|
|
258
|
+
|
|
259
|
+
* Improve stream handling in useChatManager and useOrchestratorStream ([839007f](https://github.com/ProjectCORTeam/maia-components/commit/839007fa0443137f30c9c5e8ae93ad2fe9a996c7))
|
|
260
|
+
* Refine manual approval handling in useChatManager and useOrchestratorStream ([e45cdc2](https://github.com/ProjectCORTeam/maia-components/commit/e45cdc2c26334d4d3719dbc8269241ad8201ccec))
|
|
261
|
+
|
|
262
|
+
### [2.12.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.12.0...v2.12.1) (2026-07-27)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Bug Fixes
|
|
266
|
+
|
|
267
|
+
* **deps:** keep react-dom on React 18 to match react peer ([6683f6c](https://github.com/ProjectCORTeam/maia-components/commit/6683f6c55ee45cb787e8c2c6a431e1aebb8c4592))
|
|
268
|
+
|
|
269
|
+
## [2.12.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.11.77...v2.12.0) (2026-07-27)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Features
|
|
273
|
+
|
|
274
|
+
* Add new project and checklist item editing labels in multiple languages ([d08c657](https://github.com/ProjectCORTeam/maia-components/commit/d08c657a416b129926967689d1eb7e2de2dbed30))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
* allow Node 14+ in package engines for Laravel web consumers ([c9264f7](https://github.com/ProjectCORTeam/maia-components/commit/c9264f7645d541508c212f0f9dc54b662efe7524))
|
|
280
|
+
* make ESLint CI install with legacy-peer-deps on Node 20 ([387c619](https://github.com/ProjectCORTeam/maia-components/commit/387c619309b2a63678c09ce6db69ae6c6fee51f3))
|
|
281
|
+
* resolve Dependabot dependency vulnerabilities ([e785e8f](https://github.com/ProjectCORTeam/maia-components/commit/e785e8f53c18bbe0ece6bfb378b8121e9e858323))
|
|
282
|
+
* stop forcing brace-expansion/minimatch majors that break ESLint ([e0e13f2](https://github.com/ProjectCORTeam/maia-components/commit/e0e13f215dd5b208bab4c3031b22bc5c96ba82d6))
|
|
283
|
+
|
|
284
|
+
## [2.11.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.10.1...v2.11.0) (2026-01-29)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Features
|
|
288
|
+
|
|
289
|
+
* integrate multi-agent feature access across ChatAI components ([a60e763](https://github.com/ProjectCORTeam/maia-components/commit/a60e7632400e5203588d1db4f8e144b3a39d94f5))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* adjust recent projects fetch limit in ProjectSelector component ([b7c8f8e](https://github.com/ProjectCORTeam/maia-components/commit/b7c8f8eeecf5a5e7bf98555d50a93292dc0260f9))
|
|
295
|
+
|
|
296
|
+
## [2.10.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.9.7...v2.10.0) (2026-01-22)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Features
|
|
300
|
+
|
|
301
|
+
* enhance AttachmentPreviewModal with error handling and improved styling for unsupported files ([63ae984](https://github.com/ProjectCORTeam/maia-components/commit/63ae984ffd940b5883df666c3a835a312b14c837))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
* Used lastIndexOf instead of split ([5e0d227](https://github.com/ProjectCORTeam/maia-components/commit/5e0d227bd2074c9ae99fc29a69eacb8a6e2cb205))
|
|
307
|
+
|
|
308
|
+
### [2.9.5](https://github.com/ProjectCORTeam/maia-components/compare/v2.9.4...v2.9.5) (2025-12-17)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* change version ([c443a36](https://github.com/ProjectCORTeam/maia-components/commit/c443a3689af3ac95ad7163d6d80a191443aac67c))
|
|
314
|
+
* Open modal when user has any permission (create, edit, or delete) ([d2d1ef1](https://github.com/ProjectCORTeam/maia-components/commit/d2d1ef1907bf879b1e356af7705461c8712a9d17))
|
|
315
|
+
|
|
316
|
+
## [2.9.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.8.8...v2.9.0) (2025-11-17)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* to favorite an agent ([6d4b865](https://github.com/ProjectCORTeam/maia-components/commit/6d4b86557c84ebe9d6df82ffda5215f5c2c9b495))
|
|
322
|
+
|
|
323
|
+
## [2.8.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.7.1...v2.8.0) (2025-10-27)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Features
|
|
327
|
+
|
|
328
|
+
* accesibility-section typo ([18e277a](https://github.com/ProjectCORTeam/maia-components/commit/18e277ae7b5a46cf1682b39f17d949b199a31e42))
|
|
329
|
+
* add new accessibility section to abm agent modal ([e32f0f3](https://github.com/ProjectCORTeam/maia-components/commit/e32f0f3ca35a77363f035de77a319edb84e7674c))
|
|
330
|
+
* add select component and handle option selected ([d66462e](https://github.com/ProjectCORTeam/maia-components/commit/d66462e78c784dc340ff1d891a04363bcf597090))
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* conflicts ([f700799](https://github.com/ProjectCORTeam/maia-components/commit/f7007999716cb3428a9c17f889f0f89ec9feeea1))
|
|
336
|
+
|
|
337
|
+
## [2.7.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.6.3...v2.7.0) (2025-10-16)
|
|
338
|
+
## [2.5.0-feat-accessibility-view.4](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.0-feat-accessibility-view.3...v2.5.0-feat-accessibility-view.4) (2025-09-19)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Features
|
|
342
|
+
|
|
343
|
+
* add select component and handle option selected ([d66462e](https://github.com/ProjectCORTeam/maia-components/commit/d66462e78c784dc340ff1d891a04363bcf597090))
|
|
344
|
+
|
|
345
|
+
## [2.5.0-feat-accessibility-view.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.0-feat-accessibility-view.2...v2.5.0-feat-accessibility-view.3) (2025-09-19)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
* conflicts ([f700799](https://github.com/ProjectCORTeam/maia-components/commit/f7007999716cb3428a9c17f889f0f89ec9feeea1))
|
|
351
|
+
|
|
352
|
+
## [2.5.0-feat-accessibility-view.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.0-feat-accessibility-view.1...v2.5.0-feat-accessibility-view.2) (2025-09-19)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Features
|
|
356
|
+
|
|
357
|
+
* add new accessibility section to abm agent modal ([e32f0f3](https://github.com/ProjectCORTeam/maia-components/commit/e32f0f3ca35a77363f035de77a319edb84e7674c))
|
|
358
|
+
|
|
359
|
+
## [2.5.0-feat-accessibility-view.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.5...v2.5.0-feat-accessibility-view.1) (2025-09-18)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Features
|
|
363
|
+
|
|
364
|
+
* accesibility-section typo ([18e277a](https://github.com/ProjectCORTeam/maia-components/commit/18e277ae7b5a46cf1682b39f17d949b199a31e42))
|
|
365
|
+
|
|
366
|
+
### [2.4.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.2...v2.4.3) (2025-09-17)
|
|
367
|
+
* project selector ([2aaa00b](https://github.com/ProjectCORTeam/maia-components/commit/2aaa00bb7132ca0f92de919dca2e982e7da98af0))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
* add context project when old conversation is selected ([7278f5e](https://github.com/ProjectCORTeam/maia-components/commit/7278f5e7e797fb5d2f028dea8d218d0bd5bf9c87))
|
|
373
|
+
* autoscrolling and agent header tooltip ([2dde264](https://github.com/ProjectCORTeam/maia-components/commit/2dde26463c6512294205f85d835c5d98b4de736e))
|
|
374
|
+
* change styles to modal agent selector ([cd731fb](https://github.com/ProjectCORTeam/maia-components/commit/cd731fb5d38bd53887458a22a3daef5a5e3f5b27))
|
|
375
|
+
* comments ([17e69a4](https://github.com/ProjectCORTeam/maia-components/commit/17e69a4d41cf6e2ad1c9f6fb1412330294c3213a))
|
|
376
|
+
* conditional validation ([bd19ca6](https://github.com/ProjectCORTeam/maia-components/commit/bd19ca637b1d1716223b1fd32c71fa5c6d1d337c))
|
|
377
|
+
* conflicts ([83d7e7f](https://github.com/ProjectCORTeam/maia-components/commit/83d7e7f745d56478b9b3422144f83529ef034d65))
|
|
378
|
+
* conflicts ([a572063](https://github.com/ProjectCORTeam/maia-components/commit/a5720634663de47165bb01a4857f9795009158f4))
|
|
379
|
+
* error state styles and agent header value to request ([81c79e1](https://github.com/ProjectCORTeam/maia-components/commit/81c79e184ecf7e740e8eba6a3f0a3aae9c1cb6d5))
|
|
380
|
+
* hover color to modal agent option ([c5a0b8e](https://github.com/ProjectCORTeam/maia-components/commit/c5a0b8e81e5ded4a554b60a1fef547f9d48c5859))
|
|
381
|
+
* metadata with the project to chat session context ([52c8476](https://github.com/ProjectCORTeam/maia-components/commit/52c84765ffb902059c86fa781b3c6565ccf6916c))
|
|
382
|
+
* paginated chats with limit 20 ([9cbdfd3](https://github.com/ProjectCORTeam/maia-components/commit/9cbdfd3fbdc8e85bde766c2856a4c73fbd14e040))
|
|
383
|
+
* refactor useProject and resolve obs ([d514e07](https://github.com/ProjectCORTeam/maia-components/commit/d514e07434d3d54e0eb76b24d821803f8d314db0))
|
|
384
|
+
* remove duplicated interface ([fc6380c](https://github.com/ProjectCORTeam/maia-components/commit/fc6380c1368ed361c27fdd29f0da210626869ab6))
|
|
385
|
+
* websocket variable commented ([01f04bb](https://github.com/ProjectCORTeam/maia-components/commit/01f04bbdd7942b3244a2a593cfab2e74fc0fa7cc))
|
|
386
|
+
|
|
387
|
+
## [2.6.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.5...v2.6.0) (2025-10-13)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Features
|
|
391
|
+
|
|
392
|
+
* add more information to knowledge ([a32ae89](https://github.com/ProjectCORTeam/maia-components/commit/a32ae89927e3948a608340f51bfe837c306a0841))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Bug Fixes
|
|
396
|
+
|
|
397
|
+
* sidebar loader component size ([3df8bc5](https://github.com/ProjectCORTeam/maia-components/commit/3df8bc589692e91b7109286e5d9e0f081a95d5e9))
|
|
398
|
+
* update version ([98649a8](https://github.com/ProjectCORTeam/maia-components/commit/98649a85ea54bda33873553753d8482a52d77336))
|
|
399
|
+
|
|
400
|
+
## [2.6.0-feat-onboarding.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.6.0-feat-onboarding.1...v2.6.0-feat-onboarding.2) (2025-10-13)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Bug Fixes
|
|
404
|
+
|
|
405
|
+
* Add trim validation for agent name and initial prompt ([5d306f9](https://github.com/ProjectCORTeam/maia-components/commit/5d306f9b48b855fe7d44fca120a9173931eb5c19))
|
|
406
|
+
* Move trim logic from onChange to onBlur ([1ed1987](https://github.com/ProjectCORTeam/maia-components/commit/1ed198739dea4fd77885b382b08d883e611a197c))
|
|
407
|
+
* prevent textarea auto-scroll when editing at the beginning ([127e977](https://github.com/ProjectCORTeam/maia-components/commit/127e977d286b5af3214f3b309a8713466bea7982))
|
|
408
|
+
* update version ([98649a8](https://github.com/ProjectCORTeam/maia-components/commit/98649a85ea54bda33873553753d8482a52d77336))
|
|
409
|
+
* Validate trimmed fields on save ([38dd836](https://github.com/ProjectCORTeam/maia-components/commit/38dd83681d1b4a8907d89be83fa7c90aade77e28))
|
|
410
|
+
|
|
411
|
+
### [2.5.6](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.5...v2.5.6) (2025-10-09)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* update version ([98649a8](https://github.com/ProjectCORTeam/maia-components/commit/98649a85ea54bda33873553753d8482a52d77336))
|
|
417
|
+
|
|
418
|
+
### [2.5.5](https://github.com/ProjectCORTeam/maia-components/compare/v2.5.4...v2.5.5) (2025-10-09)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
* prevent textarea auto-scroll when editing at the beginning ([127e977](https://github.com/ProjectCORTeam/maia-components/commit/127e977d286b5af3214f3b309a8713466bea7982))
|
|
424
|
+
|
|
425
|
+
## [2.5.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.7...v2.5.0) (2025-09-30)
|
|
426
|
+
|
|
427
|
+
### Features
|
|
428
|
+
|
|
429
|
+
- Enabled GHA Eslint ([2afe30b](https://github.com/ProjectCORTeam/maia-components/commit/2afe30bef3351e9c37eb4a0f22b00c582b7c59a2))
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
- Add npm config set ([06bcd7f](https://github.com/ProjectCORTeam/maia-components/commit/06bcd7fa26c743d3d4ff414c377137617675f5a5))
|
|
434
|
+
|
|
435
|
+
### [2.4.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.2...v2.4.3) (2025-09-17)
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
- add context project when old conversation is selected ([7278f5e](https://github.com/ProjectCORTeam/maia-components/commit/7278f5e7e797fb5d2f028dea8d218d0bd5bf9c87))
|
|
440
|
+
- comments ([17e69a4](https://github.com/ProjectCORTeam/maia-components/commit/17e69a4d41cf6e2ad1c9f6fb1412330294c3213a))
|
|
441
|
+
- conditional validation ([bd19ca6](https://github.com/ProjectCORTeam/maia-components/commit/bd19ca637b1d1716223b1fd32c71fa5c6d1d337c))
|
|
442
|
+
- conflicts ([a572063](https://github.com/ProjectCORTeam/maia-components/commit/a5720634663de47165bb01a4857f9795009158f4))
|
|
443
|
+
- hide input when not have agents ([1a0fab1](https://github.com/ProjectCORTeam/maia-components/commit/1a0fab182f9f9c1ae85c8f0f4c56a0686bb86cc1))
|
|
444
|
+
- hide input when not have agents ([2189409](https://github.com/ProjectCORTeam/maia-components/commit/2189409e1529acf49553c35a58c5abb2cf03b3f8))
|
|
445
|
+
- metadata with the project to chat session context ([52c8476](https://github.com/ProjectCORTeam/maia-components/commit/52c84765ffb902059c86fa781b3c6565ccf6916c))
|
|
446
|
+
- remove duplicated interface ([fc6380c](https://github.com/ProjectCORTeam/maia-components/commit/fc6380c1368ed361c27fdd29f0da210626869ab6))
|
|
447
|
+
- websocket variable commented ([01f04bb](https://github.com/ProjectCORTeam/maia-components/commit/01f04bbdd7942b3244a2a593cfab2e74fc0fa7cc))
|
|
448
|
+
|
|
449
|
+
### [2.4.6-feat-modify-metadata-request.5](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.6-feat-modify-metadata-request.4...v2.4.6-feat-modify-metadata-request.5) (2025-09-18)
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
- conditional validation ([bd19ca6](https://github.com/ProjectCORTeam/maia-components/commit/bd19ca637b1d1716223b1fd32c71fa5c6d1d337c))
|
|
454
|
+
|
|
455
|
+
### [2.4.6-feat-modify-metadata-request.4](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.6-feat-modify-metadata-request.3...v2.4.6-feat-modify-metadata-request.4) (2025-09-18)
|
|
456
|
+
|
|
457
|
+
## [2.5.0-feat-maia-select-project.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.4...v2.5.0-feat-maia-select-project.1) (2025-09-18)
|
|
458
|
+
|
|
459
|
+
### Features
|
|
460
|
+
|
|
461
|
+
- project selector ([2aaa00b](https://github.com/ProjectCORTeam/maia-components/commit/2aaa00bb7132ca0f92de919dca2e982e7da98af0))
|
|
462
|
+
|
|
463
|
+
### Bug Fixes
|
|
464
|
+
|
|
465
|
+
- Added codeowners file ([fddc2b2](https://github.com/ProjectCORTeam/maia-components/commit/fddc2b216aa5cf26332d30ae55952b9f134c5f4f))
|
|
466
|
+
|
|
467
|
+
## [2.5.0-feat-project-selector.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.4...v2.5.0-feat-project-selector.1) (2025-09-17)
|
|
468
|
+
|
|
469
|
+
### Features
|
|
470
|
+
|
|
471
|
+
- project selector ([2aaa00b](https://github.com/ProjectCORTeam/maia-components/commit/2aaa00bb7132ca0f92de919dca2e982e7da98af0))
|
|
472
|
+
|
|
473
|
+
### Bug Fixes
|
|
474
|
+
|
|
475
|
+
- remove duplicated interface ([fc6380c](https://github.com/ProjectCORTeam/maia-components/commit/fc6380c1368ed361c27fdd29f0da210626869ab6))
|
|
476
|
+
|
|
477
|
+
### [2.4.6-feat-modify-metadata-request.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.6-feat-modify-metadata-request.2...v2.4.6-feat-modify-metadata-request.3) (2025-09-18)
|
|
478
|
+
|
|
479
|
+
### Bug Fixes
|
|
480
|
+
|
|
481
|
+
- comments ([17e69a4](https://github.com/ProjectCORTeam/maia-components/commit/17e69a4d41cf6e2ad1c9f6fb1412330294c3213a))
|
|
482
|
+
|
|
483
|
+
### [2.4.6-feat-modify-metadata-request.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.6-feat-modify-metadata-request.1...v2.4.6-feat-modify-metadata-request.2) (2025-09-18)
|
|
484
|
+
|
|
485
|
+
### Bug Fixes
|
|
486
|
+
|
|
487
|
+
- conflicts ([a572063](https://github.com/ProjectCORTeam/maia-components/commit/a5720634663de47165bb01a4857f9795009158f4))
|
|
488
|
+
- websocket variable commented ([01f04bb](https://github.com/ProjectCORTeam/maia-components/commit/01f04bbdd7942b3244a2a593cfab2e74fc0fa7cc))
|
|
489
|
+
|
|
490
|
+
### [2.4.6-feat-modify-metadata-request.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.5...v2.4.6-feat-modify-metadata-request.1) (2025-09-18)
|
|
491
|
+
|
|
492
|
+
### Bug Fixes
|
|
493
|
+
|
|
494
|
+
- add context project when old conversation is selected ([7278f5e](https://github.com/ProjectCORTeam/maia-components/commit/7278f5e7e797fb5d2f028dea8d218d0bd5bf9c87))
|
|
495
|
+
- metadata with the project to chat session context ([52c8476](https://github.com/ProjectCORTeam/maia-components/commit/52c84765ffb902059c86fa781b3c6565ccf6916c))
|
|
496
|
+
|
|
497
|
+
### [2.4.5-feat-modify-metadata-request.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.4...v2.4.5-feat-modify-metadata-request.1) (2025-09-17)
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
- add context project when old conversation is selected ([7278f5e](https://github.com/ProjectCORTeam/maia-components/commit/7278f5e7e797fb5d2f028dea8d218d0bd5bf9c87))
|
|
502
|
+
- Added codeowners file ([fddc2b2](https://github.com/ProjectCORTeam/maia-components/commit/fddc2b216aa5cf26332d30ae55952b9f134c5f4f))
|
|
503
|
+
|
|
504
|
+
### [2.4.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.4.2...v2.4.3) (2025-09-17)
|
|
505
|
+
|
|
506
|
+
### Bug Fixes
|
|
507
|
+
|
|
508
|
+
- delete agent selected ([227ce0c](https://github.com/ProjectCORTeam/maia-components/commit/227ce0ca13c168a02b9bf45fd45198af2d8a18ec))
|
|
509
|
+
|
|
510
|
+
## [2.3.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.2.0...v2.3.0) (2025-09-16)
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
- add npm plugin ([64e6fbf](https://github.com/ProjectCORTeam/maia-components/commit/64e6fbf86c8c60283d2a07cec3ada43d43446c67))
|
|
515
|
+
- add space ([c986a19](https://github.com/ProjectCORTeam/maia-components/commit/c986a196af09fc4d5d2dae493f07c2d3d47e4158))
|
|
516
|
+
- remove space ([5a9937a](https://github.com/ProjectCORTeam/maia-components/commit/5a9937a0cd405cf2ab9ce9ea6bffc1f79889dd54))
|
|
517
|
+
|
|
518
|
+
### Bug Fixes
|
|
519
|
+
|
|
520
|
+
- add npmPublish-tarballDir ([aafb200](https://github.com/ProjectCORTeam/maia-components/commit/aafb200d94d570337f5ed7dd4486eb1c18acc9c9))
|
|
521
|
+
- add-space ([9826a5b](https://github.com/ProjectCORTeam/maia-components/commit/9826a5b4f16c8ee4eb6223a021a62c42cf1442c0))
|
|
522
|
+
- all branches that begin feat/ ([079ec72](https://github.com/ProjectCORTeam/maia-components/commit/079ec7264138bf944e4649dd0fad6ee1e8e8bd41))
|
|
523
|
+
- branch name ([1c6529a](https://github.com/ProjectCORTeam/maia-components/commit/1c6529a6950fcaf6f43ec1f7a1347936a740a08a))
|
|
524
|
+
- config branches ([8e5d191](https://github.com/ProjectCORTeam/maia-components/commit/8e5d1914b2244debc85c930c49281b4b5be859b4))
|
|
525
|
+
- config branches ([1c69da1](https://github.com/ProjectCORTeam/maia-components/commit/1c69da123da00f957e913dae92979664d36078ee))
|
|
526
|
+
- config branches ([b0366f5](https://github.com/ProjectCORTeam/maia-components/commit/b0366f505935795427dd79878fa5308b1c495a32))
|
|
527
|
+
- config branches ([e217001](https://github.com/ProjectCORTeam/maia-components/commit/e217001f24b8eb39c8d01f721c6bb3a2aca22d9d))
|
|
528
|
+
- config branches ([c6d9715](https://github.com/ProjectCORTeam/maia-components/commit/c6d9715516c09aabfd90d4445241a4c45238168a))
|
|
529
|
+
- config branches ([656e8d3](https://github.com/ProjectCORTeam/maia-components/commit/656e8d3bc37108d895a7fcff68628ebb768ab8d6))
|
|
530
|
+
- config branches ([bc94813](https://github.com/ProjectCORTeam/maia-components/commit/bc948138516e188c6efb0f3c60dbdebefd9197de))
|
|
531
|
+
- config branches ([74f884d](https://github.com/ProjectCORTeam/maia-components/commit/74f884dc2d1635fbe7f75ba75d4ef3d487262c05))
|
|
532
|
+
- credentials ([a10ab07](https://github.com/ProjectCORTeam/maia-components/commit/a10ab07abb5e54795737dbe872f8382c0f30b432))
|
|
533
|
+
- npm rc ([ebbe1fe](https://github.com/ProjectCORTeam/maia-components/commit/ebbe1fe78ca8e8eeac41a653ea9474b2e94325ac))
|
|
534
|
+
- npm rc ([1d9d624](https://github.com/ProjectCORTeam/maia-components/commit/1d9d624e2cfe9b0fadc1ed831b59422deeff79f8))
|
|
535
|
+
- npm rc ([d52d2be](https://github.com/ProjectCORTeam/maia-components/commit/d52d2bed0c1bf8eb7ad2edf3d36f906efb31cca6))
|
|
536
|
+
- npm rc ([0ce3338](https://github.com/ProjectCORTeam/maia-components/commit/0ce3338e1fa64060c2d8d793619360b752763694))
|
|
537
|
+
- npm rc ([7cd367c](https://github.com/ProjectCORTeam/maia-components/commit/7cd367cb30875ea74a5636a590430865e068e8d1))
|
|
538
|
+
- plugins version ([31ba72b](https://github.com/ProjectCORTeam/maia-components/commit/31ba72bab07b5679bbc21af0c2465889699e7b1a))
|
|
539
|
+
- prerelease true ([c125a92](https://github.com/ProjectCORTeam/maia-components/commit/c125a9213e6611efa009de1171f2a57917d483bf))
|
|
540
|
+
- pull latest changes ([b9335ad](https://github.com/ProjectCORTeam/maia-components/commit/b9335ad8960399b4f36d493eb37068e15dcf9982))
|
|
541
|
+
- regex ([3c271f1](https://github.com/ProjectCORTeam/maia-components/commit/3c271f1f23ce3db5f0da0ea436e5cb9e793d34a6))
|
|
542
|
+
- regex validation ([6775cfc](https://github.com/ProjectCORTeam/maia-components/commit/6775cfce730d09eada2bdf2ee1227f13f2674a60))
|
|
543
|
+
- regex validation ([dc9bd9b](https://github.com/ProjectCORTeam/maia-components/commit/dc9bd9b48ed1b7ef85d7b9c74fd9b399ebd2db26))
|
|
544
|
+
- without prerelease ([97e60bf](https://github.com/ProjectCORTeam/maia-components/commit/97e60bfdb7976d287b55321d8a6d231702789425))
|
|
545
|
+
|
|
546
|
+
## [2.1.0](https://github.com/ProjectCORTeam/maia-components/compare/v2.0.3...v2.1.0) (2025-09-12)
|
|
547
|
+
|
|
548
|
+
### Features
|
|
549
|
+
|
|
550
|
+
- add npm plugin ([64e6fbf](https://github.com/ProjectCORTeam/maia-components/commit/64e6fbf86c8c60283d2a07cec3ada43d43446c67))
|
|
551
|
+
- add space ([c986a19](https://github.com/ProjectCORTeam/maia-components/commit/c986a196af09fc4d5d2dae493f07c2d3d47e4158))
|
|
552
|
+
- remove space ([5a9937a](https://github.com/ProjectCORTeam/maia-components/commit/5a9937a0cd405cf2ab9ce9ea6bffc1f79889dd54))
|
|
553
|
+
|
|
554
|
+
### Bug Fixes
|
|
555
|
+
|
|
556
|
+
- add npmPublish-tarballDir ([aafb200](https://github.com/ProjectCORTeam/maia-components/commit/aafb200d94d570337f5ed7dd4486eb1c18acc9c9))
|
|
557
|
+
- add-space ([9826a5b](https://github.com/ProjectCORTeam/maia-components/commit/9826a5b4f16c8ee4eb6223a021a62c42cf1442c0))
|
|
558
|
+
- all branches that begin feat/ ([079ec72](https://github.com/ProjectCORTeam/maia-components/commit/079ec7264138bf944e4649dd0fad6ee1e8e8bd41))
|
|
559
|
+
- branch name ([1c6529a](https://github.com/ProjectCORTeam/maia-components/commit/1c6529a6950fcaf6f43ec1f7a1347936a740a08a))
|
|
560
|
+
- config branches ([8e5d191](https://github.com/ProjectCORTeam/maia-components/commit/8e5d1914b2244debc85c930c49281b4b5be859b4))
|
|
561
|
+
- config branches ([1c69da1](https://github.com/ProjectCORTeam/maia-components/commit/1c69da123da00f957e913dae92979664d36078ee))
|
|
562
|
+
- config branches ([b0366f5](https://github.com/ProjectCORTeam/maia-components/commit/b0366f505935795427dd79878fa5308b1c495a32))
|
|
563
|
+
- config branches ([e217001](https://github.com/ProjectCORTeam/maia-components/commit/e217001f24b8eb39c8d01f721c6bb3a2aca22d9d))
|
|
564
|
+
- config branches ([c6d9715](https://github.com/ProjectCORTeam/maia-components/commit/c6d9715516c09aabfd90d4445241a4c45238168a))
|
|
565
|
+
- config branches ([656e8d3](https://github.com/ProjectCORTeam/maia-components/commit/656e8d3bc37108d895a7fcff68628ebb768ab8d6))
|
|
566
|
+
- config branches ([bc94813](https://github.com/ProjectCORTeam/maia-components/commit/bc948138516e188c6efb0f3c60dbdebefd9197de))
|
|
567
|
+
- config branches ([74f884d](https://github.com/ProjectCORTeam/maia-components/commit/74f884dc2d1635fbe7f75ba75d4ef3d487262c05))
|
|
568
|
+
- credentials ([a10ab07](https://github.com/ProjectCORTeam/maia-components/commit/a10ab07abb5e54795737dbe872f8382c0f30b432))
|
|
569
|
+
- npm rc ([ebbe1fe](https://github.com/ProjectCORTeam/maia-components/commit/ebbe1fe78ca8e8eeac41a653ea9474b2e94325ac))
|
|
570
|
+
- npm rc ([1d9d624](https://github.com/ProjectCORTeam/maia-components/commit/1d9d624e2cfe9b0fadc1ed831b59422deeff79f8))
|
|
571
|
+
- npm rc ([d52d2be](https://github.com/ProjectCORTeam/maia-components/commit/d52d2bed0c1bf8eb7ad2edf3d36f906efb31cca6))
|
|
572
|
+
- npm rc ([0ce3338](https://github.com/ProjectCORTeam/maia-components/commit/0ce3338e1fa64060c2d8d793619360b752763694))
|
|
573
|
+
- npm rc ([7cd367c](https://github.com/ProjectCORTeam/maia-components/commit/7cd367cb30875ea74a5636a590430865e068e8d1))
|
|
574
|
+
- plugins version ([31ba72b](https://github.com/ProjectCORTeam/maia-components/commit/31ba72bab07b5679bbc21af0c2465889699e7b1a))
|
|
575
|
+
- prerelease true ([c125a92](https://github.com/ProjectCORTeam/maia-components/commit/c125a9213e6611efa009de1171f2a57917d483bf))
|
|
576
|
+
- pull latest changes ([b9335ad](https://github.com/ProjectCORTeam/maia-components/commit/b9335ad8960399b4f36d493eb37068e15dcf9982))
|
|
577
|
+
- regex ([3c271f1](https://github.com/ProjectCORTeam/maia-components/commit/3c271f1f23ce3db5f0da0ea436e5cb9e793d34a6))
|
|
578
|
+
- regex validation ([6775cfc](https://github.com/ProjectCORTeam/maia-components/commit/6775cfce730d09eada2bdf2ee1227f13f2674a60))
|
|
579
|
+
- regex validation ([dc9bd9b](https://github.com/ProjectCORTeam/maia-components/commit/dc9bd9b48ed1b7ef85d7b9c74fd9b399ebd2db26))
|
|
580
|
+
- without prerelease ([97e60bf](https://github.com/ProjectCORTeam/maia-components/commit/97e60bfdb7976d287b55321d8a6d231702789425))
|
|
581
|
+
|
|
582
|
+
## [2.1.0-feat-add-ci-cd.7](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.6...v2.1.0-feat-add-ci-cd.7) (2025-09-09)
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
- add space ([c986a19](https://github.com/ProjectCORTeam/maia-components/commit/c986a196af09fc4d5d2dae493f07c2d3d47e4158))
|
|
587
|
+
|
|
588
|
+
## [2.1.0-feat-add-ci-cd.6](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.5...v2.1.0-feat-add-ci-cd.6) (2025-09-09)
|
|
589
|
+
|
|
590
|
+
### Bug Fixes
|
|
591
|
+
|
|
592
|
+
- credentials ([a10ab07](https://github.com/ProjectCORTeam/maia-components/commit/a10ab07abb5e54795737dbe872f8382c0f30b432))
|
|
593
|
+
- pull latest changes ([b9335ad](https://github.com/ProjectCORTeam/maia-components/commit/b9335ad8960399b4f36d493eb37068e15dcf9982))
|
|
594
|
+
|
|
595
|
+
## [2.1.0-feat-add-ci-cd.5](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.4...v2.1.0-feat-add-ci-cd.5) (2025-09-09)
|
|
596
|
+
|
|
597
|
+
### Bug Fixes
|
|
598
|
+
|
|
599
|
+
- add npmPublish-tarballDir ([aafb200](https://github.com/ProjectCORTeam/maia-components/commit/aafb200d94d570337f5ed7dd4486eb1c18acc9c9))
|
|
600
|
+
|
|
601
|
+
## [2.1.0-feat-add-ci-cd.4](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.3...v2.1.0-feat-add-ci-cd.4) (2025-09-09)
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
- npm rc ([ebbe1fe](https://github.com/ProjectCORTeam/maia-components/commit/ebbe1fe78ca8e8eeac41a653ea9474b2e94325ac))
|
|
606
|
+
|
|
607
|
+
## [2.1.0-feat-add-ci-cd.3](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.2...v2.1.0-feat-add-ci-cd.3) (2025-09-09)
|
|
608
|
+
|
|
609
|
+
### Bug Fixes
|
|
610
|
+
|
|
611
|
+
- npm rc ([1d9d624](https://github.com/ProjectCORTeam/maia-components/commit/1d9d624e2cfe9b0fadc1ed831b59422deeff79f8))
|
|
612
|
+
- npm rc ([d52d2be](https://github.com/ProjectCORTeam/maia-components/commit/d52d2bed0c1bf8eb7ad2edf3d36f906efb31cca6))
|
|
613
|
+
|
|
614
|
+
## [2.1.0-feat-add-ci-cd.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.1.0-feat-add-ci-cd.1...v2.1.0-feat-add-ci-cd.2) (2025-09-09)
|
|
615
|
+
|
|
616
|
+
### Features
|
|
617
|
+
|
|
618
|
+
- add npm plugin ([64e6fbf](https://github.com/ProjectCORTeam/maia-components/commit/64e6fbf86c8c60283d2a07cec3ada43d43446c67))
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
- npm rc ([0ce3338](https://github.com/ProjectCORTeam/maia-components/commit/0ce3338e1fa64060c2d8d793619360b752763694))
|
|
623
|
+
- npm rc ([7cd367c](https://github.com/ProjectCORTeam/maia-components/commit/7cd367cb30875ea74a5636a590430865e068e8d1))
|
|
624
|
+
- plugins version ([31ba72b](https://github.com/ProjectCORTeam/maia-components/commit/31ba72bab07b5679bbc21af0c2465889699e7b1a))
|
|
625
|
+
|
|
626
|
+
## [2.1.0-feat-add-ci-cd.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.0.4-feat-add-ci-cd.2...v2.1.0-feat-add-ci-cd.1) (2025-09-09)
|
|
627
|
+
|
|
628
|
+
### Features
|
|
629
|
+
|
|
630
|
+
- remove space ([5a9937a](https://github.com/ProjectCORTeam/maia-components/commit/5a9937a0cd405cf2ab9ce9ea6bffc1f79889dd54))
|
|
631
|
+
|
|
632
|
+
### [2.0.4-feat-add-ci-cd.2](https://github.com/ProjectCORTeam/maia-components/compare/v2.0.4-feat-add-ci-cd.1...v2.0.4-feat-add-ci-cd.2) (2025-09-09)
|
|
633
|
+
|
|
634
|
+
### Bug Fixes
|
|
635
|
+
|
|
636
|
+
- add-space ([9826a5b](https://github.com/ProjectCORTeam/maia-components/commit/9826a5b4f16c8ee4eb6223a021a62c42cf1442c0))
|
|
637
|
+
|
|
638
|
+
### [2.0.4-feat-add-ci-cd.1](https://github.com/ProjectCORTeam/maia-components/compare/v2.0.3...v2.0.4-feat-add-ci-cd.1) (2025-09-09)
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
- all branches that begin feat/ ([079ec72](https://github.com/ProjectCORTeam/maia-components/commit/079ec7264138bf944e4649dd0fad6ee1e8e8bd41))
|
|
643
|
+
- branch name ([1c6529a](https://github.com/ProjectCORTeam/maia-components/commit/1c6529a6950fcaf6f43ec1f7a1347936a740a08a))
|
|
644
|
+
- config branches ([8e5d191](https://github.com/ProjectCORTeam/maia-components/commit/8e5d1914b2244debc85c930c49281b4b5be859b4))
|
|
645
|
+
- config branches ([1c69da1](https://github.com/ProjectCORTeam/maia-components/commit/1c69da123da00f957e913dae92979664d36078ee))
|
|
646
|
+
- config branches ([b0366f5](https://github.com/ProjectCORTeam/maia-components/commit/b0366f505935795427dd79878fa5308b1c495a32))
|
|
647
|
+
- config branches ([e217001](https://github.com/ProjectCORTeam/maia-components/commit/e217001f24b8eb39c8d01f721c6bb3a2aca22d9d))
|
|
648
|
+
- config branches ([c6d9715](https://github.com/ProjectCORTeam/maia-components/commit/c6d9715516c09aabfd90d4445241a4c45238168a))
|
|
649
|
+
- config branches ([656e8d3](https://github.com/ProjectCORTeam/maia-components/commit/656e8d3bc37108d895a7fcff68628ebb768ab8d6))
|
|
650
|
+
- config branches ([bc94813](https://github.com/ProjectCORTeam/maia-components/commit/bc948138516e188c6efb0f3c60dbdebefd9197de))
|
|
651
|
+
- config branches ([74f884d](https://github.com/ProjectCORTeam/maia-components/commit/74f884dc2d1635fbe7f75ba75d4ef3d487262c05))
|
|
652
|
+
- prerelease true ([c125a92](https://github.com/ProjectCORTeam/maia-components/commit/c125a9213e6611efa009de1171f2a57917d483bf))
|
|
653
|
+
- regex ([3c271f1](https://github.com/ProjectCORTeam/maia-components/commit/3c271f1f23ce3db5f0da0ea436e5cb9e793d34a6))
|
|
654
|
+
- regex validation ([6775cfc](https://github.com/ProjectCORTeam/maia-components/commit/6775cfce730d09eada2bdf2ee1227f13f2674a60))
|
|
655
|
+
- regex validation ([dc9bd9b](https://github.com/ProjectCORTeam/maia-components/commit/dc9bd9b48ed1b7ef85d7b9c74fd9b399ebd2db26))
|
|
656
|
+
- without prerelease ([97e60bf](https://github.com/ProjectCORTeam/maia-components/commit/97e60bfdb7976d287b55321d8a6d231702789425))
|