supermemory/apps/web/components
nexxeln 9553434c9a mastra integration (#717)
adds withSupermemory wrapper and input/output processors for
mastra agents:

- input processor fetches and injects memories into system prompt
before llm calls
- output processor saves conversations to supermemory after
responses
- supports profile, query, and full memory search modes
- includes custom prompt templates and requestcontext support

const agent = new Agent(withSupermemory(
{ id: "my-assistant", model: openai("gpt-4o"), instructions:
"..." },
"user-123",
{ mode: "full", addMemory: "always", threadId: "conv-456" }
))

includes docs as well

this pr also reworks how the tools package works into shared modules
2026-02-03 00:43:08 +00:00
..
content-cards fix ui issues and package issue (#610) 2025-12-06 17:23:42 -08:00
memories-utils feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
new mastra integration (#717) 2026-02-03 00:43:08 +00:00
nova PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
onboarding mastra integration (#717) 2026-02-03 00:43:08 +00:00
views feat: chat history and fetching previous chats to chat pane (#698) 2026-01-23 22:20:32 +00:00
chat-input.tsx feat: multiple models & ui improvements (#455) 2025-10-06 16:25:38 +00:00
chat-loader.tsx PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
chrome-extension-button.tsx chore: quick bugs squash across the elements and added few more changes (#671) 2026-01-13 17:53:28 -08:00
connect-ai-modal.tsx chore: quick bugs squash across the elements and added few more changes (#671) 2026-01-13 17:53:28 -08:00
create-project-dialog.tsx feat: create space, delete spaces and emoji picker (#687) 2026-01-20 17:03:22 +00:00
glass-menu-effect.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
graph-dialog.tsx fix: resolve UI accessibility, hydration, and semantic HTML issues (#520) 2025-12-07 21:31:30 -08:00
header.tsx feat: chat history and fetching previous chats to chat pane (#698) 2026-01-23 22:20:32 +00:00
initial-header.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
install-prompt.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
masonry-memory-list.tsx fix: memory graph not visible with just docs 2025-12-17 20:24:57 -08:00
memories.tsx fix(web): sentry issues across the web app (#570) 2025-11-09 07:32:52 +00:00
memory-list-view.tsx PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
menu.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
model-selector.tsx fix: hydration issue and selected model in chat (#568) 2025-11-09 07:29:01 +00:00
project-selector.tsx feat: create space, delete spaces and emoji picker (#687) 2026-01-20 17:03:22 +00:00
query-client.tsx PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
spinner.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
superloader.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
text-effect.tsx fix: resolve UI accessibility, hydration, and semantic HTML issues (#520) 2025-12-07 21:31:30 -08:00
text-morph.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
text-shimmer.tsx feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00