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