Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(crm): resolve internal domains from the org, not just the seat's mailbox

merged#2607CedarCopilot

CedarCopilot wants to merge 6 commits into staging from fix/org-internal-domains

11 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/src/cron/roll-forward-stale-calendar-events.ts+5-0
  • modifiedapps/server/src/mastra/tools/event-execution/__tests__/unattributed-event.test.ts+66-0
  • modifiedapps/server/src/mastra/tools/event-execution/assignEventToConversationTool.ts+52-29
  • modifiedapps/server/src/mastra/utils/company-domain-assignment.ts+40-16
  • modifiedapps/server/src/services/crm/__tests__/calendar-events-sync.test.ts+61-1
  • addedapps/server/src/services/crm/__tests__/internal-domains.test.ts+123-0
  • modifiedapps/server/src/services/crm/calendar-events.ts+34-29
  • addedapps/server/src/services/crm/internal-domains.ts+100-0
  • modifiedapps/server/src/services/crm/utils.ts+13-3
  • modifiedapps/server/src/workflows/__tests__/calendar-sync.test.ts+2-0
  • modifiedapps/server/src/workflows/calendar-sync.ts+9-0