From cc87429903907262530cbc4a6c066cbff84d0aad Mon Sep 17 00:00:00 2001 From: Aakash Bakhle <48802744+aakashb95@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:59:36 +0530 Subject: [PATCH 01/50] feat(captain): expand assistant description limit (#14985) # Pull Request Template ## Description Increases description for Captain. Why? We are planning to include business context in description and 255 char limit on the column and 200 char limit on the UI are very limiting to get proper context. ## Type of change Improvement to accommodate business context ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. locally ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../captain/assistant/AddNewScenariosDialog.vue | 1 + .../components-next/captain/assistant/ScenariosCard.vue | 1 + .../captain/pageComponents/assistant/AssistantForm.vue | 1 + .../assistant/settings/AssistantBasicSettingsForm.vue | 1 + ...00000_change_captain_assistant_description_to_text.rb | 9 +++++++++ db/schema.rb | 4 ++-- enterprise/app/models/captain/assistant.rb | 6 ++++-- enterprise/app/models/captain/scenario.rb | 4 +++- .../captain/onboarding/website_analyzer_service.rb | 2 +- 9 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 db/migrate/20260710000000_change_captain_assistant_description_to_text.rb diff --git a/app/javascript/dashboard/components-next/captain/assistant/AddNewScenariosDialog.vue b/app/javascript/dashboard/components-next/captain/assistant/AddNewScenariosDialog.vue index 89f115a64..08d79d27c 100644 --- a/app/javascript/dashboard/components-next/captain/assistant/AddNewScenariosDialog.vue +++ b/app/javascript/dashboard/components-next/captain/assistant/AddNewScenariosDialog.vue @@ -107,6 +107,7 @@ const onClickCancel = () => {