iachat/app/javascript/dashboard
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
..
api feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
assets feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
components feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
components-next feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
composables feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
constants feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00
helper feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
i18n feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
routes feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00
store feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
App.vue feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
featureFlags.js feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00