Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(next-steps): give the agent the stage label and the deals behind the conversation

merged#2706CedarCopilot

CedarCopilot wants to merge 5 commits into staging from fix/next-steps-stage-label

9 files changed

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

  • addedapps/server/src/mastra/tools/task/__tests__/linked-crm-deals.test.ts+129-0
  • modifiedapps/server/src/mastra/tools/task/__tests__/next-steps-preview.readonly.test.ts+24-0
  • modifiedapps/server/src/mastra/tools/task/__tests__/next-steps-prompt.test.ts+1-0
  • addedapps/server/src/mastra/tools/task/__tests__/status-label.test.ts+172-0
  • addedapps/server/src/mastra/tools/task/linked-crm-deals.ts+48-0
  • modifiedapps/server/src/mastra/tools/task/next-steps-preview.ts+12-11 defect
  • modifiedapps/server/src/mastra/tools/task/next-steps-prompt.ts+10-11 defect
  • addedapps/server/src/mastra/tools/task/status-label.ts+100-0
  • modifiedapps/server/src/mastra/tools/task/updateNextStepsAndTasksTool.ts+19-35 defects