Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(tasks): the agent may not move or retitle a task the user wrote

merged#2622CedarCopilot

CedarCopilot wants to merge 2 commits into staging from fix/user-task-guard-scope

7 files changed

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

  • modifiedapps/mail/modules/agentCanvas/components/AgendaDocument.tsx+11-3
  • modifiedapps/mail/modules/userTasks/slice/userTasksSlice.ts+56-19
  • modifiedapps/mail/tests/modules/userTasks/pendingTaskResolutions.test.ts+36-0
  • modifiedapps/server/src/mastra/tools/task/__tests__/updateTaskTool.test.ts+232-0
  • modifiedapps/server/src/mastra/tools/task/__tests__/user-authored-task-guard.test.ts+26-1
  • modifiedapps/server/src/mastra/tools/task/updateTaskTool.ts+103-40
  • modifiedapps/server/src/mastra/tools/task/user-authored-task-guard.ts+48-2