iachat/enterprise/app
Vishnu Narayanan 616bbced9c
feat: allow copilot use without connecting an inbox (#10992)
This PR allows Copilot to be used without connecting the Captain assistant to an inbox. Currently, if Captain is enabled on an account, it takes over conversations and responds directly to users. This PR enables the use of Captain as a Copilot without allowing it to respond to users. Additionally, it allows using a different assistant for Copilot instead of the default Captain assistant.

The selection logic for the Copilot assistant follows this order of preference:

- If the user has selected a specific assistant, it takes first preference for Copilot.
- If the above is not available, the assistant connected to the inbox takes preference.
- If neither of the above is available, the first assistant in the account takes preference.
2025-02-28 15:20:39 -08:00
..
controllers feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
dispatchers/enterprise feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
drops feat: Add push/email notification support for SLA (#9140) 2024-03-29 20:27:21 +11:00
finders/enterprise feat: Conversation API to return applied_sla and sla_events (#9174) 2024-04-01 23:30:07 +05:30
helpers feat: move Linear config to installation_config (#10999) 2025-02-28 14:20:27 +05:30
jobs fix: handle empty FIRECRAWL_KEY in captain crawl job (#10936) 2025-02-20 12:27:37 -08:00
mailers/enterprise/agent_notifications chore: fix sla email notifications (#9192) 2024-04-04 21:16:49 +05:30
models fix: Added authentication to FireCrawl API, remove unused RobinAI references (#10737) 2025-01-22 18:14:25 -08:00
policies feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
presenters/enterprise/conversations feat: UI to show the SLA threshold in chat screen (#9146) 2024-04-04 15:46:46 +05:30
services feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00
views feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00