iachat/app/javascript/dashboard/components-next/Contacts
Pranav d070743383
feat(ee): Add Captain features (#10665)
Migration Guide: https://chwt.app/v4/migration

This PR imports all the work related to Captain into the EE codebase. Captain represents the AI-based features in Chatwoot and includes the following key components:

- Assistant: An assistant has a persona, the product it would be trained on. At the moment, the data at which it is trained is from websites. Future integrations on Notion documents, PDF etc. This PR enables connecting an assistant to an inbox. The assistant would run the conversation every time before transferring it to an agent.
- Copilot for Agents: When an agent is supporting a customer, we will be able to offer additional help to lookup some data or fetch information from integrations etc via copilot.
- Conversation FAQ generator: When a conversation is resolved, the Captain integration would identify questions which were not in the knowledge base.
- CRM memory: Learns from the conversations and identifies important information about the contact.

---------

Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-01-14 16:15:47 -08:00
..
ContactLabels chore: Adds the ability to remove labels from label card (#10591) 2024-12-17 18:43:36 +05:30
ContactsCard feat: Flag icon component (#10564) 2024-12-10 11:53:24 +05:30
ContactsForm fix: Contact form breaks if name is empty (#10597) 2024-12-17 17:16:50 +05:30
ContactsHeader chore: Remove unused files in contact (#10570) 2024-12-11 19:29:24 -08:00
ContactsSidebar feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
EmptyState feat(v4): Update the design for the contacts list page (#10501) 2024-11-27 20:07:20 -08:00
Pages fix: Remove duplicate contactable inbox in the conversation form (#10554) 2024-12-06 12:31:01 -08:00
ContactsDetailsLayout.vue fix: New compose conversation form (#10548) 2024-12-06 15:40:06 +05:30
ContactsListLayout.vue chore: Fix issues with Contact pages (#10544) 2024-12-05 14:24:10 -08:00