Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(chat): search past chat threads by title and message content

open#2814CedarCopilot

CedarCopilot wants to merge 1 commit into staging from feat/chat-history-search

10 files changed

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

  • modifiedapps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/EmbeddedCedarChat.tsx+143-42
  • modifiedapps/mail/modules/conversations/components/LeftSidebarContent.tsx+94-14
  • modifiedapps/server/src/db/chat-schema.ts+7-0
  • addedapps/server/src/db/migrations/chat_search_trgm.sql+61-0
  • modifiedapps/server/src/mastra/agents/chat-agent.ts+3-0
  • addedapps/server/src/mastra/tools/chat/searchChatHistoryTool.ts+83-0
  • modifiedapps/server/src/mastra/tools/master-surface.ts+11-3
  • addedapps/server/src/services/chat/search-chat-threads.integration.test.ts+100-0
  • addedapps/server/src/services/chat/search-chat-threads.ts+128-0
  • modifiedapps/server/src/trpc/routes/chat.ts+29-0