iachat/enterprise/app/controllers/api/v1/accounts/captain
Rodribm10 34d42dfbbd feat: remove Notificações Automáticas + ajusta assinatura WhatsApp
1. Captain — remove feature Notificações Automáticas (captain_notification_templates)
   Feature órfã: 0 registros em prod, substituída pela Jornada do Cliente
   (Lifecycle). Sem dependências fora dela própria. Removido:
   - Vue: routes/settings/captain/notifications/ + entry no captain.routes.js
   - Sidebar: item "Notifications" do Captain menu
   - Store: modules captainNotificationTemplates + import no store/index
   - API: api/captain/notificationTemplates.js
   - Controller: api/v1/accounts/captain/notification_templates_controller
   - Model: Captain::NotificationTemplate
   - Job: enterprise/app/jobs/captain/notifications/
   - Routes: resources :notification_templates no config/routes.rb
   - i18n: chaves CAPTAIN_SETTINGS.NOTIFICATIONS + SIDEBAR.CAPTAIN_NOTIFICATIONS
     em pt_BR e en (captain.json + settings.json)

   Tabela captain_notification_templates mantida (0 rows, sem consumidores).
   Se quiser drop, criar migration separada depois.

2. WhatsApp — tira colchetes do prefixo de assinatura
   Era: *[ Jasmine(PrimeAL) ]*\ncontent
   Agora: *Jasmine(PrimeAL)*\ncontent
   Afeta wuzapi_service (outgoing) + incoming_message_wuzapi_service (echo)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 15:34:45 -03:00
..
assistant_responses_controller.rb Merge branch 'main' into chore/merge-upstream-4.6.0 2025-09-19 19:37:28 -03:00
assistants_controller.rb feat: Adiciona prompt orquestrador configurável para assistentes Captain com editor UI. 2026-02-27 11:57:59 -03:00
bulk_actions_controller.rb chore: apply Rails/SaveBang cop (#15) 2025-04-03 23:29:24 -03:00
copilot_messages_controller.rb fix: Update specs, add background response job implementation for copilot threads (#11600) 2025-05-27 14:10:27 -06:00
copilot_threads_controller.rb chore: Disable copilot usage after the response count is over (#11845) 2025-06-30 19:06:25 -07:00
custom_tools_controller.rb Merge branch main into chore/merge-upstream-4.7.0 2025-10-16 12:08:20 -03:00
documents_controller.rb Merge branch 'main' into chore/merge-upstream-4.6.0 2025-09-19 19:37:28 -03:00
gallery_items_controller.rb feat(units): allow one Pix unit to link to multiple inboxes (N:N) 2026-02-26 21:33:23 -03:00
inboxes_controller.rb chore(style): fix rubocop offenses and update typing indicators 2026-02-25 15:06:58 -03:00
lifecycle_configs_controller.rb feat(lifecycle): REST endpoint for lifecycle config singleton 2026-04-15 10:23:42 -03:00
lifecycle_deliveries_controller.rb feat(lifecycle): REST endpoint for lifecycle deliveries audit log 2026-04-15 10:29:24 -03:00
lifecycle_rules_controller.rb feat(lifecycle): REST endpoint for lifecycle rules CRUD 2026-04-15 10:17:59 -03:00
reservations_controller.rb feat(captain): semantic memory fixes + roleta + reclamações + analytics 2026-04-21 15:36:25 -03:00
roleta_controller.rb feat(captain): semantic memory fixes + roleta + reclamações + analytics 2026-04-21 15:36:25 -03:00
scenarios_controller.rb feat(captain): semantic memory fixes + roleta + reclamações + analytics 2026-04-21 15:36:25 -03:00
tasks_controller.rb feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30