supermemory/apps/web/components/new
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
..
add-document feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
chat fix: local db sync issue and threads pull (#708) 2026-01-27 05:55:30 +00:00
document-cards feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
document-modal feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
mcp-modal chore: cmdk, google docs viewer, image preview, document icons (#691) 2026-01-22 02:35:35 +00:00
onboarding mastra integration (#717) 2026-02-03 00:43:08 +00:00
settings feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
text-editor feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
add-space-modal.tsx feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
animated-gradient-background.tsx PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
document-icon.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
documents-command-palette.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
feedback-modal.tsx feat: feedback modal for nova users (#703) 2026-01-25 02:15:00 +00:00
fullscreen-note-modal.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
header.tsx mastra integration (#717) 2026-02-03 00:43:08 +00:00
highlights-card.tsx feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
memories-grid.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
mobile-banner.tsx chore: mobile banner for inconsistency and auto redirect in wrong route (#704) 2026-01-25 06:36:23 +00:00
quick-note-card.tsx feat: full screen note, space highlights, suggestions (#696) 2026-01-23 22:17:44 +00:00
space-selector.tsx feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
utils.ts feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00